Re: modutil add softokn3.dll error

2014-07-22 Thread ramahmoo
Which additional parameters??? -- View this message in context: http://mozilla.6506.n7.nabble.com/modutil-add-softokn3-dll-error-tp319737p319933.html Sent from the Mozilla - Cryptography mailing list archive at Nabble.com. -- dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https

modutil add softokn3.dll error

2014-07-21 Thread ramahmoo
Hi, I am trying to add the newly built softtoken dll using the following command modutil -add "Softoken" -mechanisms RSA:DSA:RC4:DES -libfile C:\nss-3.16.1\dist\WIN954.0_OPT.OBJ\lib\softokn3.dll -dbdir c:\nssdb But i am getting the following error ERROR: Failed to add module "Softoken". Probabl

Re: NSS Custom Crypto Module

2014-07-14 Thread ramahmoo
Is there any documentation about how to use ckfw or someone has to read and understand it from source examples erc.? -- View this message in context: http://mozilla.6506.n7.nabble.com/NSS-Custom-Crypto-Module-tp319226p319424.html Sent from the Mozilla - Cryptography mailing list archive at Nabb

Re: NSS Custom Crypto Module

2014-07-10 Thread ramahmoo
Thanks,i would ready the documentation. Can i extend/modify the NSS internal pkcs#11 source (softokn3.dll source) to achieve my requirement? Or it is meant only internal usage. If it can be used as starting point then which methods should i override? -- View this message in context: http://mo

NSS Custom Crypto Module

2014-07-10 Thread ramahmoo
I have a requirement where TLS client auth has to be done by client certificate which is provided by a web-service (which in turn has access to smart cards at central server location). To achieve this i want a custom pkcs#11 crypto module that calls web service to get client certificate. After sear