summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* close GECKO19b4_20080304_RELBRANCHGECKO19b4_20080304_RELBRANCHFranziskus Kiefer2017-09-290-0/+0
* fixup commit for branch 'GECKO19b4_20080304_RELBRANCH'cvs2hg2008-02-210-0/+0
* 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
* Bug 416508: Fix a _MSC_VER typo in sha512.c, and use SEC_BEGIN_PROTOS andwtc%google.com2008-02-142-7/+3
* Fix for bug 417392 . certutil -L -n reports bogus trust flags.julien.pierre.boogz%sun.com2008-02-141-2/+2
* Bug 401928 - Support generalized PKCS#5 v2 PBEs. r=rrelyeanelson%bolyard.com2008-02-144-12/+275
* Fix for bug 408260 . add more information about trust flags in certutil usage...julien.pierre.boogz%sun.com2008-02-141-0/+7
* Bug 375019, Cache-enable pkix_OcspChecker_Checkkaie%kuix.de2008-02-131-4/+21
* Fix for bug 416928 . Invalid template for CERT_UserNoticeTemplate. Patch cont...julien.pierre.boogz%sun.com2008-02-131-2/+3
* 412468 - modify vfychain and vfyserv utilities to use CERT_PKIXVerifyCert fun...alexei.volkov.bugs%sun.com2008-02-114-37/+215
* Fix for bug 398680 . Memset extension sender structure. r=nelsonjulien.pierre.boogz%sun.com2008-02-081-0/+5
* Plug old leak in certutil -K command, and add comments. r=alexei. bug 291384nelson%bolyard.com2008-02-081-0/+3
* Fix for bug 291384 . Remove unnecessary semicolons in SEC_ASN1_MKSUB . r=nelsonjulien.pierre.boogz%sun.com2008-02-0815-38/+38
* Fix for bug 416067 . Report PK11_Authenticate failures. r=rrelyeajulien.pierre.boogz%sun.com2008-02-081-14/+40
* Bug 375019, Cache-enable pkix_OcspChecker_Checkkaie%kuix.de2008-02-072-11/+10
* [Bug 291384] certutil -K behavior doesn't match usage. r=rrelyeanelson%bolyard.com2008-02-071-32/+126
* Fix for bug 385946 . Can't import certificate into cert database in FIPS mode...julien.pierre.boogz%sun.com2008-02-071-1/+1
* Bug 375019, Cache-enable pkix_OcspChecker_Checkkaie%kuix.de2008-02-0616-158/+685
* Bug 415469: Ulimit exception on Windows. r=nelsonslavomir.katuscak%sun.com2008-02-061-1/+4
* Back out last revision, which broke cerutil -K (with no arguments) in FIPS mo...nelson%bolyard.com2008-02-061-123/+32
* Bug 291384 ? certutil -K behavior doesn't match usage. r=rrelyea,alexei.volkovnelson%bolyard.com2008-02-061-32/+123
* Bug 291384. Remove two dead functions from PK11wrap. r=rrelyea,alexei.volkovnelson%bolyard.com2008-02-062-57/+6
* Fix for bug 415007 . Remove dead code - PK11_FindCertFromDERSubjectAndNicknam...julien.pierre.boogz%sun.com2008-02-062-44/+0
* Fix for bug 331096 . NSS softoken must detect forks on all unix-ish platforms...julien.pierre.boogz%sun.com2008-02-055-11/+334
* Fix for bug 410226 . Leak in create_object_from_handles. r=nelsonjulien.pierre.boogz%sun.com2008-02-051-1/+3
* Bug 415465: test the existence of make by trying to execute it instead ofwtc%google.com2008-02-041-8/+3
* Re-commit Bob Relyea's changes for bug 401928. r=nelson.nelson%bolyard.com2008-02-0311-230/+162
* Bug 415264: Use the equivalent PR_ROTATE_LEFT32 calls. r=nelsonwtc%google.com2008-02-032-3/+3
* Backout changes to 3 files that were changed for bug 401928.nelson%bolyard.com2008-02-023-36/+9