summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* close CAMINO_1_0_4_MINIBRANCHCAMINO_1_0_4_MINIBRANCHFranziskus Kiefer2017-09-290-0/+0
* fixup commit for branch 'CAMINO_1_0_4_MINIBRANCH'THUNDERBIRD_1_5_0_14_RELEASETHUNDERBIRD_1_5_0_14_RC1THUNDERBIRD_1_5_0_13_RELEASETHUNDERBIRD_1_5_0_13_RC1THUNDERBIRD_1_5_0_12_RELEASETHUNDERBIRD_1_5_0_12_RC2THUNDERBIRD_1_5_0_12_RC1THUNDERBIRD_1_5_0_10_RELEASETHUNDERBIRD_1_5_0_10_RC1SEAMONKEY_1_0_9_RELEASESEAMONKEY_1_0_8_RELEASEFIREFOX_1_5_0_12_RELEASEFIREFOX_1_5_0_12_RC2FIREFOX_1_5_0_12_RC1FIREFOX_1_5_0_11_RELEASEFIREFOX_1_5_0_11_RC1FIREFOX_1_5_0_10_RELEASEFIREFOX_1_5_0_10_RC2FIREFOX_1_5_0_10_RC1CAMINO_1_0_6_RELEASECAMINO_1_0_5_RELEASECAMINO_1_0_4_RELEASEcvs2hg2007-01-1722-1225/+515
* Set NSS version to 3.11.5 (final).UPDATE_PACKAGING_R9UPDATE_PACKAGING_R8UPDATE_PACKAGING_R7UPDATE_PACKAGING_R6UPDATE_PACKAGING_R5UPDATE_PACKAGING_R4UPDATE_PACKAGING_R3UPDATE_PACKAGING_R2UPDATE_PACKAGING_R14UPDATE_PACKAGING_R13UPDATE_PACKAGING_R12UPDATE_PACKAGING_R11_1UPDATE_PACKAGING_R11UPDATE_PACKAGING_R10UPDATE_PACKAGING_R1SUNBIRD_0_3_1_RC2NSS_3_11_5_RTMNSS_3_11_5_RC1MOZILLA_1_9a4_RELEASEMOZILLA_1_9a4_RC2MOZILLA_1_9a4_RC1MOZILLA_1_9a3_RELEASEMOZILLA_1_9a3_RC1MOZILLA_1_9a2_RELEASEMOZILLA_1_9a2_RC1wtchang%redhat.com2007-01-171-2/+2
* Bug 335752. Patch to allow TESTS variable from environment. r=alexei,sr=nelsonslavomir.katuscak%sun.com2007-01-151-4/+10
* Bug 232600: use the same linker flags for programs as for DLLs when doingSONGBIRD_20070117_01_TAGNSS_3_11_5_BETA2wtchang%redhat.com2007-01-141-0/+1
* Bug 366405. Fix PK11_DeleteTokenPrivateKey to not leak the cert whennelson%bolyard.com2007-01-131-9/+8
* My last checkin to this file accidentally added a debugging line thatnelson%bolyard.com2007-01-061-1/+1
* Bugzilla Bug 357197: a small but subtle change to reject a hash algorithmwtchang%redhat.com2007-01-061-24/+29
* Bugzilla Bug 357197: backed out the previous checkin, which had the wrongwtchang%redhat.com2007-01-061-29/+24
* Bug 232600. Define MOZ_DEBUG_SYMBOLS in environment to create .pdb filesnelson%bolyard.com2007-01-062-1/+16
* 342461 - verify signature on an OCSP response without intermediate decoding andwtchang%redhat.com2007-01-061-24/+29
* Set the NSS version to 3.11.5 Beta 2.wtchang%redhat.com2007-01-051-1/+1
* Bugzilla Bug 351246: Load memory into Highmem on OS/2. The patch isNSS_3_11_5_BETA1wtchang%redhat.com2007-01-051-6/+10
* Fix crash when importing private key with no label.nelson%bolyard.com2007-01-051-1/+3
* When storing new CRL, Find old CRL and if it can be decoded, delete it.nelson%bolyard.com2007-01-052-41/+51
* 363987 - crlutil does not change thisUpdate date when creating a modified CRL...alexei.volkov.bugs%sun.com2007-01-042-4/+22
* Bugzilla Bug 363073: verify that the peer's ephemeral public key is thewtchang%redhat.com2007-01-042-0/+8
* Bug 354423. Get the right string length. R=alexei.volkov,rrelyeanelson%bolyard.com2007-01-031-1/+1
* Improve checking of received SSL2 records.nelson%bolyard.com2007-01-031-61/+73
* Bugzilla Bug 345482: changed abspath to core_abspath to avoid conflict withwtchang%redhat.com2006-12-074-19/+19
* Bugzilla Bug 342795: the call-once functions need to store the error codewtchang%redhat.com2006-12-061-4/+11
* Bugzilla 362857 Simplify the NSS version string definition.christophe.ravel.bugs%sun.com2006-12-064-4/+4
* Bugzilla Bug 362857: simplified the NSS version string definition and setwtchang%redhat.com2006-12-061-12/+15
* Bugzilla Bug 362173: added copies of nss.h from NSS 3.11.4 to the freeblwtchang%redhat.com2006-12-062-0/+506
* Bugzilla Bug 357197: when we compare hash algorithm identifiers, allow thewtchang%redhat.com2006-12-061-4/+9
* Bugzilla Bug 358248: SSL_ShutdownServerSessionIDCache should stop thewtchang%redhat.com2006-12-061-14/+40
* Bug 360818; add RPATH to signtool, signver; r=Wan-Teh, NelsonNSS_3_11_4_RTMMOZILLA_1_9a1_RELEASEMOZILLA_1_9a1_RC3MOZILLA_1_9a1_RC2MOZILLA_1_9a1_RC1neil.williams%sun.com2006-11-171-34/+37
* 335454: Unable to find library 'libsoftokn3.sl' on HP-UX 64 bitchristophe.ravel.bugs%sun.com2006-11-171-0/+8
* Changed the NSPR import version to v4.6.4. Approved by Nelson Bolyard.wtchang%redhat.com2006-11-161-1/+1
* Remove Beta flag for NSS 3.11.4 RTM.christophe.ravel.bugs%sun.com2006-11-151-4/+4
* Export two new functions that were added in NSS 3.11:nelson%bolyard.com2006-11-151-0/+7
* Bugzilla Bug 359484: made the fix for bug 341707 work for the SSL2 clientwtchang%redhat.com2006-11-141-0/+5
* Bugzilla Bug 357197: fixed the fallthrough case in ocsp_CertIDsMatch. Thewtchang%redhat.com2006-11-131-10/+2
* Bug 356309, CertVerifyLog in CERT_VerifyCertificate terminates early on expir...kaie%kuix.de2006-11-081-13/+5
* Bugzilla Bug 355297: changed the way we reseed the RNG so that we modifyNSS_3_11_4_BETA1wtchang%redhat.com2006-10-133-50/+30
* fixup commit for branch 'NSS_3_11_BRANCH'cvs2hg2006-10-131-0/+51
* 355297 rng update checking in wan-tehs patchglen.beasley%sun.com2006-10-121-6/+2
* 356073 C_GetTokenInfo should return CKR_CRYPTOKI_NOT_INITIALIZED if not initi...glen.beasley%sun.com2006-10-122-2/+7
* Bugzilla Bug 355297: added new function RNG_SystemRNG, which gets randomwtchang%redhat.com2006-10-125-7/+175
* Bugzilla Bug 354900: code cleanup -- consolidates some duplicate code,wtchang%redhat.com2006-10-102-76/+108
* Backed out the previous checkin (rev. 1.13.2.9), which was a mistake.wtchang%redhat.com2006-10-021-86/+0
* Bugzilla Bug 354900: audit the modifications, accesses, deletions, andwtchang%redhat.com2006-10-025-62/+313
* fixup commit for branch 'NSS_3_11_BRANCH'cvs2hg2006-10-021-0/+307
* Bugzilla Bug 351482: fail if some of the needed functions don't exist.wtchang%redhat.com2006-10-021-0/+9
* Fix for bug 115951 . Separate BL_Cleanup and BL_Unload . r=wtchang,nelsonjulien.pierre.bugs%sun.com2006-10-021365-0/+602403
|\
* \ fixup commit for tag 'SVRCORE_4_0_4_RTM'SVRCORE_4_0_4_RTMcvs2hg2006-10-020-0/+0
|\ \ | |/
* | fixup commit for tag 'SVRCORE_4_0_3_RTM'SVRCORE_4_0_3_RTMcvs2hg2006-10-021365-602387/+0
|\ \ | |/ |/|
| * fixup commit for tag 'SVRCORE_20070312_404_RTM'SVRCORE_20070312_404_RTMcvs2hg2006-10-021365-602387/+0
|/
* Bug 353475. When building NSS with MSVC 2005, use the "mt" command tonelson%bolyard.com2006-10-022-0/+19
* Bug 354384. Fix some (not all) of the reference leaks in vfyserv.nelson%bolyard.com2006-10-012-3/+4