GNOME Bugzilla – Bug 118633
xmlsec-nss: search cert by issuer and serial number need to convert ASCII decimal integer to DER integer string
Last modified: 2010-04-26 21:45:52 UTC
Finding a cert by Issuer & Serial Number needs the ability to convert an ASCII decimal string to a DER integer string. Filed an RFE against NSS. Once fixed, xmlSecNumToItem in x509vfy.c needs to be changed to use the new function(s) provided NSS bug: http://bugzilla.mozilla.org/show_bug.cgi?id=212864
One more thing to do after the NSS bug is fixed. The function xmlSecNssASN1IntegerWrite in src/nss/x509.c needs to be implemented.
The change in xmlsec/nss/x509.c described by Tej would fix an issue with writing an ASN1 integer in X509IssuerNumber node (see also bug #118636).
Fixed in xmlsec - the code does conversion manually.