Dave, Thanks for the info. So my time estimate is 100% off. Sorry about that.
The attribute type 3584088832 is CKA_NETSCAPE_DB (0xD5A0DB00L). In security/nss/lib/softoken/legacydb/lgattr.c, function lg_FindRSAPrivateKeyAttribute, could you try adding case CKA_NETSCAPE_DB like this: 836 case CKA_MODULUS: + case CKA_NETSCAPE_DB: 837 return lg_CopyAttributeSigned(attribute,type,key->u.rsa.modulus.data, 838 key->u.rsa.modulus.len); This could be a regression in NSS 3.12. Do you know how to use NSS_3_11_9_RTM instead? Wan-Teh _______________________________________________ dev-tech-crypto mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-crypto

