summaryrefslogtreecommitdiff
Commit message (Collapse)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
| | | | Tag: NSS_3_11_BRANCH
* 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
| | | | | optimized builds with MOZ_DEBUG_SYMBOLS=1. r=nelsonb Tag: NSS_3_11_BRANCH
* Bug 366405. Fix PK11_DeleteTokenPrivateKey to not leak the cert whennelson%bolyard.com2007-01-131-9/+8
| | | | force is true. r=alexei.volkov,wtchang
* My last checkin to this file accidentally added a debugging line thatnelson%bolyard.com2007-01-061-1/+1
| | | | was not part of the approved patch. This revision removes it. /Nelson
* Bugzilla Bug 357197: a small but subtle change to reject a hash algorithmwtchang%redhat.com2007-01-061-24/+29
| | | | | | | identifier with bogus 'parameters', and a large but straightforward change of renaming function arguments and improving comments to clarify the asymmetry between the two certID arguments. r=nelsonb,relyea Tag: NSS_3_11_BRANCH
* Bugzilla Bug 357197: backed out the previous checkin, which had the wrongwtchang%redhat.com2007-01-061-29/+24
| | | | | CVS commit comment. Will check it in with the right comment next. Tag: NSS_3_11_BRANCH
* Bug 232600. Define MOZ_DEBUG_SYMBOLS in environment to create .pdb filesnelson%bolyard.com2007-01-062-1/+16
| | | | and install them in $DIST. r=rrelyea,wtchang
* 342461 - verify signature on an OCSP response without intermediate decoding andwtchang%redhat.com2007-01-061-24/+29
| | | | | encoding. r=nelson,relyea Tag: NSS_3_11_BRANCH
* Set the NSS version to 3.11.5 Beta 2.wtchang%redhat.com2007-01-051-1/+1
| | | | Tag: NSS_3_11_BRANCH
* Bugzilla Bug 351246: Load memory into Highmem on OS/2. The patch isNSS_3_11_5_BETA1wtchang%redhat.com2007-01-051-6/+10
| | | | | contributed by Peter Weilbacher <mozilla@Weilbacher.org>. r=wtc,kaply Tag: NSS_3_11_BRANCH
* Fix crash when importing private key with no label.nelson%bolyard.com2007-01-051-1/+3
| | | | Bug 335481. r=julien,rrelyea
* When storing new CRL, Find old CRL and if it can be decoded, delete it.nelson%bolyard.com2007-01-052-41/+51
| | | | Bug 363749. r=wtchang,alexei.volkov
* 363987 - crlutil does not change thisUpdate date when creating a modified ↵alexei.volkov.bugs%sun.com2007-01-042-4/+22
| | | | CRL. r=nelson, neil
* Bugzilla Bug 363073: verify that the peer's ephemeral public key is thewtchang%redhat.com2007-01-042-0/+8
| | | | | | type we expect before using it. r=nelsonb Modified Files: ssl3con.c ssl3ecc.c Tag: NSS_3_11_BRANCH
* 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
| | | | Bug 364319, bug 364323. r=rrelyea, wtchang
* Bugzilla Bug 345482: changed abspath to core_abspath to avoid conflict withwtchang%redhat.com2006-12-074-19/+19
| | | | | | | | | the built-in abspath function of GNU make 3.81. The patch is contributed by Benjamin Smedberg <benjamin@smedbergs.us>. r=wtc,christophe.ravel Modified Files: Tag: NSS_3_11_BRANCH coreconf/rules.mk nss/cmd/shlibsign/Makefile nss/lib/freebl/Makefile nss/lib/pk11wrap/Makefile
* Bugzilla Bug 342795: the call-once functions need to store the error codewtchang%redhat.com2006-12-061-4/+11
| | | | | | on failure so that the error code can be retrieved later. r=nelsonb and alexei.volkov. Tag: NSS_3_11_BRANCH
* Bugzilla 362857 Simplify the NSS version string definition.christophe.ravel.bugs%sun.com2006-12-064-4/+4
| | | | r+ wtchang
* Bugzilla Bug 362857: simplified the NSS version string definition and setwtchang%redhat.com2006-12-061-12/+15
| | | | | the NSS version to 3.11.5 Beta. r=christophe.ravel,nelsonb. Tag: NSS_3_11_BRANCH
* Bugzilla Bug 362173: added copies of nss.h from NSS 3.11.4 to the freeblwtchang%redhat.com2006-12-062-0/+506
| | | | | | | | | | and softoken directories so that the version of the NSS cryptographic module, which consists of the freebl and softoken shared libraries, stays at 3.11.4 (the version submitted to NIST for FIPS 140-2 validation). r=nelsonb,neil.williams Added Files: Tag: NSS_3_11_BRANCH freebl/nss.h softoken/nss.h
* Bugzilla Bug 357197: when we compare hash algorithm identifiers, allow thewtchang%redhat.com2006-12-061-4/+9
| | | | | 'parameters' to be either NULL or missing. r=nelsonb,relyea Tag: NSS_3_11_BRANCH
* Bugzilla Bug 358248: SSL_ShutdownServerSessionIDCache should stop thewtchang%redhat.com2006-12-061-14/+40
| | | | | LockPoller thread. r=nelsonb,relyea Tag: NSS_3_11_BRANCH
* 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
| | | | r=nelson, sr=wan-teh
* Changed the NSPR import version to v4.6.4. Approved by Nelson Bolyard.wtchang%redhat.com2006-11-161-1/+1
| | | | Tag: NSS_3_11_BRANCH
* 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
| | | | | SSL_ForceHandshakeWithTimeout and SSL_ReHandshakeWithTimeout Bug 127960. r=alexei.volkov,wtchang
* Bugzilla Bug 359484: made the fix for bug 341707 work for the SSL2 clientwtchang%redhat.com2006-11-141-0/+5
| | | | | hello case. r=nelsonb,alexei.volkov Tag: NSS_3_11_BRANCH
* Bugzilla Bug 357197: fixed the fallthrough case in ocsp_CertIDsMatch. Thewtchang%redhat.com2006-11-131-10/+2
| | | | | patch is contributed by Steve Parkinson <sparkins@redhat.com>. r=nelson,wtc Tag: NSS_3_11_BRANCH
* Bug 356309, CertVerifyLog in CERT_VerifyCertificate terminates early on ↵kaie%kuix.de2006-11-081-13/+5
| | | | | | expired certs r=rrelyea, r=nelson
* Bugzilla Bug 355297: changed the way we reseed the RNG so that we modifyNSS_3_11_4_BETA1wtchang%redhat.com2006-10-133-50/+30
| | | | | | | | all the 256 bits of XKEY. Define struct SHA256ContextStr in the new header sha256.h so that prng_fips1861.c can use it. r=nelsonb,jpierre. Modified files: manifest.mn prng_fips1861.c sha512.c Added file: sha256.h Tag: NSS_3_11_BRANCH
* 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 ↵glen.beasley%sun.com2006-10-122-2/+7
| | | | initialized r=nelson,sr=neil
* Bugzilla Bug 355297: added new function RNG_SystemRNG, which gets randomwtchang%redhat.com2006-10-125-7/+175
| | | | | | | | | bits from the system RNG, and use it for the very first RNG_RandomUpdate call in rng_init so that we initialize the RNG's XKEY with high quality entropy. r=jpierre,relyea. Modified Files: Tag: NSS_3_11_BRANCH os2_rand.c prng_fips1861.c secrng.h unix_rand.c win_rand.c
* Bugzilla Bug 354900: code cleanup -- consolidates some duplicate code,wtchang%redhat.com2006-10-102-76/+108
| | | | | | | checks for NULL pointers, and renames the SFTK_IS_SECURE_KEY_OBJECT macro. r=glen.beasley,relyea. Modified files: fipsaudt.c fipstokn.c Tag: NSS_3_11_BRANCH
* Backed out the previous checkin (rev. 1.13.2.9), which was a mistake.wtchang%redhat.com2006-10-021-86/+0
| | | | Tag: NSS_3_11_BRANCH
* Bugzilla Bug 354900: audit the modifications, accesses, deletions, andwtchang%redhat.com2006-10-025-62/+313
| | | | | | | additions of cryptographic keys. r=glen.beasley,relyea. Modified files: fipstest.c fipstokn.c manifest.mn pkcs11c.c softoken.h Added file: fipsaudt.c Tag: NSS_3_11_BRANCH
* 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
| | | | | r=glen.beasley,relyea. Tag: NSS_3_11_BRANCH
* 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
| | | | | embed the manifest files into the executables and DLLs. Patch contributed by Allan Beaufour <allan@beaufour.dk>, r=nelson,wtchang
* Bug 354384. Fix some (not all) of the reference leaks in vfyserv.nelson%bolyard.com2006-10-012-3/+4
| | | | Also, improve usage message. r=alexei,julien