After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 118633 - xmlsec-nss: search cert by issuer and serial number need to convert ASCII decimal integer to DER integer string
xmlsec-nss: search cert by issuer and serial number need to convert ASCII dec...
Status: RESOLVED FIXED
Product: xmlsec
Classification: Other
Component: xmlsec-nss
1.1.0
Other All
: Normal normal
: ---
Assigned To: Aleksey Sanin
Aleksey Sanin
Depends on:
Blocks: 118636
 
 
Reported: 2003-07-30 03:15 UTC by Aleksey Sanin
Modified: 2010-04-26 21:45 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Aleksey Sanin 2003-07-30 03:15:39 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
Comment 1 Tej Arora 2003-08-05 01:29:05 UTC
One more thing to do after the NSS bug is fixed.
The function xmlSecNssASN1IntegerWrite in src/nss/x509.c
needs to be implemented.
Comment 2 Aleksey Sanin 2003-08-05 02:51:55 UTC
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).
Comment 3 Aleksey Sanin 2010-04-26 21:45:52 UTC
Fixed in xmlsec - the code does conversion manually.