Re: Error when using AES_ECB_PAD

2011-09-05 Thread Brad Hards
On Tuesday 06 September 2011 00:14:31 fainardi wrote: > hi > i have this error when i try to use the algorythm CKM_AES_ECB_PAD What do you expect this to do? > => error : 'CKM_AES_ECB_PAD' undeclared ( first use in this function ) So this isn't what you're looking for. Brad -- dev-tech-crypto

Re: NSS_NoDB_Init undefined refence ??

2011-08-09 Thread Brad Hards
On Tuesday 09 August 2011 19:19:48 florent ainardi wrote: > when i launch gcc i have the error > undefined reference to 'NSS_NoDB_Init' You really should consider Anders' response on this one - NSS isn't the place to be learning to use gcc. However if you still need to resolve this, add the appro

Re: bug compiling ridiculous program

2011-07-27 Thread Brad Hards
On Thursday 28 July 2011 02:12:32 florent ainardi wrote: > > If you're installing using pre-built packages make sure you also install > > the devel packages, those have the headers necessary for software > > development (hence the devel suffix). For RPM based systems it would be > > nspr-devel, nss

Re: Extract Mozilla trusted certs into PEM files?

2009-08-06 Thread Brad Hards
On Thursday 06 August 2009 09:20:02 Nelson Bolyard wrote: > Hi all, > > Quite a while ago, I read a message from someone saying he had devised, > or was going to devise, a scheme to extract all of Mozilla's trusted root > certs from NSS and make PEM files from them, and use them as trusted certs >

keygen specification? (was long thread about various HTML/javascript key generation)

2008-12-25 Thread Brad Hards
On Friday 26 December 2008 07:15:59 am Kyle Hamilton wrote: > among other things, because is not a standardized mechanism. FWIW, is there a description of how is actually supposed to work, and a set of test cases? Brad ___ dev-tech-crypto mailing list

Re: YA digitally signed email protocol

2007-12-13 Thread Brad Hards
On Thursday 13 December 2007 09:53:51 pm Nelson Bolyard wrote: > So, one wonders: > - Does signed email become something only EV-eligible parties can send? Is it really "EV" equivalent? Is there really enough rigour being applied to make sure these people are "really nice and friendly"? How does

Re: PKI Book reccomendation?

2007-12-08 Thread Brad Hards
On Sunday 09 December 2007 01:28:09 pm Nelson Bolyard wrote: > Brad Hards wrote, On 2007-12-07 18:09: > > [I've] found Chapter 3 of the OpenSSL book from OReilly to be quite OK. > > There are a lot of "cookbook" books that might be entitled "how to set > up a

Re: PKI Book reccomendation?

2007-12-07 Thread Brad Hards
On Saturday 08 December 2007 11:31:50 am Nelson Bolyard wrote: > I need a way to bring some people up to speed on the details of PKI and > RFC 3280, ideally without me spending a lot of time teaching. > > I'm hoping there's a good book that offers a tutorial about PKI, and > explains certs, CRLs, O

Re: Newbie question: Initializing without an on-disk database?

2007-08-16 Thread Brad Hards
On Friday 17 August 2007 03:04, Wan-Teh Chang wrote: > On 8/16/07, Brad Hards <[EMAIL PROTECTED]> wrote: > > G'day, > > > > I'm just getting started with a NSS backend for the Qt Cryptographic > > Architecture (see: > > http://websvn.kde.org/tr

Newbie question: Initializing without an on-disk database?

2007-08-16 Thread Brad Hards
G'day, I'm just getting started with a NSS backend for the Qt Cryptographic Architecture (see: http://websvn.kde.org/trunk/kdesupport/qca/plugins/qca-nss/qca-nss.cpp?view=markup for the code). I am having success with basic crypto ops (cipher, hashing, hmac), but things got a bit messier when