Re : Error when using AES_ECB_PAD

2011-09-05 Thread Erwann Abalea
Le lundi 5 septembre 2011 16:14:31 UTC+2, florent ainardi a écrit : > hi > i have this error when i try to use the algorythm CKM_AES_ECB_PAD > > => error : 'CKM_AES_ECB_PAD' undeclared ( first use in this function ) > > if i use CKM_AES_ECB it works !!! > > do you know if the AES_ECB_PAD is impl

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

RES: Problem on accessing a smart card in Firefox with JSS

2011-09-05 Thread Walter do Valle
> As stated in here: > http://www.mozilla.org/projects/security/pki/jss/using_jss.html, you > need specific version of nss/nspr depending on your jss library. > Apart from that, i have noticed that JSS 4.2.5 depends on libnspr, > libplc4 and libplds4 among others while modutil depends on nspr, plc

question about ECB_PAD

2011-09-05 Thread florent ainardi
hi all does anyone know if AES_ECB_PAD is implemented is NSS i have a error message saying that it is not exist my program works fine with AES_CBC , AES_CBC_PAD and AES_ECB but don't work when i replace AES_ECB with AES_ECB_PAD any idea or answer , please tell me if AES_ECB_PAD exist in the libs o

Error when using AES_ECB_PAD

2011-09-05 Thread fainardi
hi i have this error when i try to use the algorythm CKM_AES_ECB_PAD => error : 'CKM_AES_ECB_PAD' undeclared ( first use in this function ) if i use CKM_AES_ECB it works !!! do you know if the AES_ECB_PAD is implemented in the nss libs regards -- View this message in context: http://old.nabb

Re: Problem on accessing a smart card in Firefox with JSS

2011-09-05 Thread helpcrypto helpcrypto
I would like to add a couple of things: As stated in here: http://www.mozilla.org/projects/security/pki/jss/using_jss.html, you need specific version of nss/nspr depending on your jss library. Apart from that, i have noticed that JSS 4.2.5 depends on libnspr, libplc4 and libplds4 among others whil