Re: Need to verify pkcs#8 keys

2010-04-28 Thread Nelson B Bolyard
On 2010-04-27 22:40 PST, Huzaifa Sidhpurwala wrote: > [...] i want to write a function using nss where i can verify > that the file indeed is a pkcs#8 key. > Any idea if this can be really done? Does PK11_ImportDERPrivateKeyInfoAndReturnKey work for you? -- dev-tech-crypto mailing list dev-tech

Re: Need to verify pkcs#8 keys

2010-04-28 Thread Michael Ströder
Huzaifa Sidhpurwala wrote: > So i know that pkcs#8 keys are not supported by nss due to security > reasons, What security reasons? Ciao, Michael. -- dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-crypto

Need to verify pkcs#8 keys

2010-04-27 Thread Huzaifa Sidhpurwala
Hi All, So i know that pkcs#8 keys are not supported by nss due to security reasons, however i want to write a function using nss where i can verify that the file indeed is a pkcs#8 key. Any idea if this can be really done? Thanks in advance. Regards, Huzaifa -- dev-tech-crypto mailing list dev-