summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bug 294531 Add entry to pass trust anchors on input.NSS_HEAD_BEFORE_RFC4507BISrrelyea%redhat.com2008-03-061-1/+4
* Bug 418398, Need some high level libpkix tracing for mental sanitykaie%kuix.de2008-03-063-1/+67
* 421216 - libpkix test nss_thread leaks a test certificate. r=nelsonalexei.volkov.bugs%sun.com2008-03-061-0/+1
* Bug 420979: vfychain ignores -b TIME option when -p option is present.nelson%bolyard.com2008-03-051-7/+13
* Bug 419425: Patch to run PKITS tests. r=julienslavomir.katuscak%sun.com2008-03-051-322/+269
* Bug 266941: Strsclnt patch. r=nelsonslavomir.katuscak%sun.com2008-03-041-3/+4
* Bug 420212: Empty cert DNs handled badly, display as "!INVALID AVA!"nelson%bolyard.com2008-03-031-1/+9
* fix for hp builds. r=nelsonalexei.volkov.bugs%sun.com2008-03-011-0/+1
* Bug 415767: Patch. r=nelsonslavomir.katuscak%sun.com2008-02-291-8/+10
* fix HPUX builds for bug #417024. r=alexei.volkovnelson%bolyard.com2008-02-292-2/+2
* Bug 405966: Unknown signature OID 1.3.14.3.2.29 causes sec_error_bad_signaturenelson%bolyard.com2008-02-283-3/+12
* Fix for bug 419763 . Logger thread should be joined on exit . r=nelsonjulien.pierre.boogz%sun.com2008-02-281-2/+8
* Fix for bug 418365 . Memory leak in selfserv related to TCP socket. r=nelsonjulien.pierre.boogz%sun.com2008-02-281-0/+5
* Bug 348198: Fix for previous patch.slavomir.katuscak%sun.com2008-02-271-1/+1
* Bug 348198: Temporary test patch to print additional info in case of failure.slavomir.katuscak%sun.com2008-02-271-0/+10
* Update ignored stack leaks to reflect fixes for bug 397478 and 397486.julien.pierre.boogz%sun.com2008-02-271-6/+0
* 417024 - Convert libpkix error code into nss error code. patch v2. r=nelsonalexei.volkov.bugs%sun.com2008-02-2613-1116/+1229
* 417024 - Convert libpkix error code into nss error code. r=nelsonalexei.volkov.bugs%sun.com2008-02-2519-57/+86
* Bug 370536: Memory leaks in pointer tracker code in DEBUG builds onlynelson%bolyard.com2008-02-251-4/+0
* Bug 370536: Memory leaks in pointer tracker code in DEBUG builds onlynelson%bolyard.com2008-02-251-2/+10
* Bug 419242: moved a makefile rule from config.mk to Makefile so that 'all'wtc%google.com2008-02-254-6/+5
* Bug 417641: rewrote a || expression as an if statement to eliminate a GCCwtc%google.com2008-02-251-1/+2
* Now that NSS's old call_once function has been replaced with calls tonelson%bolyard.com2008-02-231-4/+1
* Fix build bustage in optimized builds.nelson%bolyard.com2008-02-231-2/+3
* Bug 370536: Memory leaks in pointer tracker code in DEBUG builds. r=rrelyeanelson%bolyard.com2008-02-234-100/+18
* Bug 417637: tstclnt crashes if -p option is not specified. r=julien.pierrenelson%bolyard.com2008-02-231-6/+4
* Fix for bug 397486 . Session cache locks not freed on strsclnt shutdown. r=ne...julien.pierre.boogz%sun.com2008-02-234-18/+104
* Bug 414635 - Implement HASH_GetType. r=nelson,rrelyeanelson%bolyard.com2008-02-223-2/+8
* Bug 403563: reserve an SSL option for TLS session tickets. r=nelsonNSS_3_12_BETA2FIREFOX_3_0b4_RELEASEFIREFOX_3_0b4_RC2FIREFOX_3_0b4_RC1wtc%google.com2008-02-211-0/+2
* Bug 412468 - modify vfychain to use CERT_PKIXVerifyCert function, r=Alexeinelson%bolyard.com2008-02-201-1/+1
* Fix for bug 403240 . threads hanging in nss_InitLock . Additional changes for...julien.pierre.boogz%sun.com2008-02-202-9/+5
* Fix for 403240 . threads hanging in nss_InitLock. More cleanup of secoid base...julien.pierre.boogz%sun.com2008-02-191-7/+0
* Bug 418365: Pattern commented out from ignore list.slavomir.katuscak%sun.com2008-02-191-1/+1
* Adding pattern for bug 418365.slavomir.katuscak%sun.com2008-02-191-0/+3
* Bug 375019, Potential leak of certRequestkaie%kuix.de2008-02-181-2/+2
* bug 403240: threads hanging in nss_InitLock . r=julien.pierrenelson%bolyard.com2008-02-162-2/+2
* Bug 416508: undo the removal of #if defined(IS_LITTLE_ENDIAN) in thewtc%google.com2008-02-161-0/+2
* Fix for bug 403240 - threads hanging in nss_InitLock . r=wtc,nelsonjulien.pierre.boogz%sun.com2008-02-1621-228/+91
* Bug 417664 - false positive libPKIX CRL revocation test on ppc/ppc64nelson%bolyard.com2008-02-161-7/+12
* Bug 416508: Use Visual C++ intrinsic function _byteswap_ulong. r=nelson.wtc%google.com2008-02-162-5/+14
* Fix for bug 369144 . certutil needs option to generate SubjectKeyID extension...julien.pierre.boogz%sun.com2008-02-1610-21/+125
* Back out changes, back to rev 1.56. for bug 397486nelson%bolyard.com2008-02-151-0/+3
* Back out last two changes to sslnonce.c.nelson%bolyard.com2008-02-153-30/+4
* Fix an off-by-one error, and improve variable names.nelson%bolyard.com2008-02-151-17/+17
* Return success when reusing a vacated entry. Bug 417641. r=wtcnelson%bolyard.com2008-02-151-1/+1
* Add missing #include of prinit.h, which gets automatically included onnelson%bolyard.com2008-02-151-0/+1
* Previous checkin committed wrong patch. This checkin backs that outnelson%bolyard.com2008-02-151-3/+3
* Bug 397486 - Client session cache lock not freed on strsclnt shutdown.nelson%bolyard.com2008-02-152-5/+27
* 412468 - modify vfychain and vfyserv utilities to use CERT_PKIXVerifyCert fun...alexei.volkov.bugs%sun.com2008-02-143-32/+2
* Fix for bug 373907 . Limit manifest size in JAR file. r=nelsonjulien.pierre.boogz%sun.com2008-02-141-8/+5