GNOME Bugzilla – Bug 118630
xmlsec-nss: minor update when NSS 3.9 is out
Last modified: 2010-04-26 03:23:56 UTC
There are 2 fixes in NSS that will be rolled into the next release (3.9). They are: 1) NSS bug http://bugzilla.mozilla.org/show_bug.cgi?id=208194 Once available, need to change src/nss/x509.c. Replace PR_AtomicIncrement(&(crlSrc->referenceCount)); with SEC_DupCrl(crlSrc); (there is a comment there that already has the correct line) 2) NSS bug http://bugzilla.mozilla.org/show_bug.cgi?id=211384 No changes required. The "NSS_Shutdown failed" in some of the current tests will go away
fixed, will be in xmlsec 1.2.15