I wouldn't mind if this test would be excluded from the test suite all together
because it is useless anyway. I would be really surprised if NSS has no way
to import private key in the keys db. At the end, there should be a way to *put* keys
in key db, shoudn't it? IMHO, the best way is to do read XML file with keys in keys db
and use keys manager based on keys db.
Aleksey
Tejkumar Arora wrote:
_______________________________________________ xmlsec mailing list [EMAIL PROTECTED] http://www.aleksey.com/mailman/listinfo/xmlsecHi Aleksey, The xmlsec test harness uses private keys in the clear in an xml file, in the form of key components.NSS has no support for importing/exporting private keys in the clear, which makes it impossible to use the full test harness without changes. (see http://bugzilla.mozilla.org/show_bug.cgi?id=207033 for more info). Alternatives to cleartext pvt key components in a file are: - pkcs12 format - encryptedPrivateKeyInfo format (PKCS8 spec, I haven't looked at the details of this yet, and I don't know for sure if other crypto engines have API for this). - generate, use and discard the private key in a single test instead of storing the private key in a file and then using it in multiple tests. What are your thoughts?. thanks, -Tej _______________________________________________ xmlsec mailing list [EMAIL PROTECTED] http://www.aleksey.com/mailman/listinfo/xmlsec
