summaryrefslogtreecommitdiff
path: root/security/nss/lib
Commit message (Collapse)AuthorAgeFilesLines
* fixup commit for branch 'GECKO181_20090302_RELBRANCH'THUNDERBIRD_2_0_0_22_RELEASETHUNDERBIRD_2_0_0_22_BUILD1THUNDERBIRD_2_0_0_21_RELEASETHUNDERBIRD_2_0_0_21_BUILD1SEAMONKEY_1_1_17_RELEASESEAMONKEY_1_1_16_RELEASESEAMONKEY_1_1_15_RELEASEcvs2hg2009-01-263-5/+258
|
* Bug 444850: NSS misbehaves badly in the presence of a disabled PKCS#11 slotNSS_3_11_10_RTMNSS_3_11_10_RC3nelson%bolyard.com2008-12-038-505/+306
| | | | r=rrelyea,alexei
* Bug 421634: Don't send an SNI Client Hello extension bearing an IPv6 addressnelson%bolyard.com2008-10-241-6/+7
| | | | r=julien.pierre,wtc
* Updating version numbers to NSS 3.11.10 RC 2NSS_3_11_10_RC2kaie%kuix.de2008-10-212-2/+2
|
* Bug 450427, Add COMODO ECC Certification Authority certificate to NSSkaie%kuix.de2008-10-212-3/+227
| | | | r=nelson, r=rrelyea
* Prepare NSS 3.11.10 release: remove beta flag.NSS_3_11_10_RC1christophe.ravel.bugs%sun.com2008-08-152-4/+4
|
* Bug 444850: NSS misbehaves badly in the presence of a disabled PKCS#11 slotnelson%bolyard.com2008-08-156-64/+106
| | | | r=rrelyea,julien.pierre
* Bug 449883, Replace existing "GlobalSign Root CA" cert and add new ↵kaie%kuix.de2008-08-142-63/+355
| | | | | | WellsSecure cert r=rrelyea, r=nelson
* Follow up checkin to bug 425469. Please see comments 15 and 16.kaie%kuix.de2008-08-082-7/+283
| | | | This portion got accidentally left out and has r=nelson, r=rrelyea
* Don't abort search for certs when a slot reports error, v2nelson%bolyard.com2008-07-301-39/+49
| | | | bug 444850, r=julien,wtc
* Bug 444850. Don't ask the module to use an invalid session handle innelson%bolyard.com2008-07-291-1/+7
| | | | find_objects. r=alexei,julien sr=wtc.
* Bug 384459, ignore issuer and serial number components of authority key IDnelson%bolyard.com2008-07-291-28/+15
| | | | | extension when they don't match. Don't report them in certutil either. r=rrelyea, sr=wtc
* Bug 442912, fix nssckbi version number on 3.11 branchkaie%kuix.de2008-07-081-1/+1
| | | | r=nelson, r=wtc
* Bug 443045 ? Fix PK11_GenerateKeyPair for ECC keys on the 3.11 branchnelson%bolyard.com2008-07-041-25/+59
| | | | r=rrelyea
* Bug 431772, add network solutions and diginotar root certs to NSSkaie%kuix.de2008-05-032-3/+567
| | | | r=nelson, r=rrelyea
* Bug 425469, Add multiple new roots: Geotrust, Thawte, Verisign, Trustwave, ↵kaie%kuix.de2008-04-113-137/+1763
| | | | | | | Comodo Bug 387892, Add Entrust root CA certificate(s) to NSS r=rrelyea, r=nelson
* Fix for bug 396999 . PK11_Authenticate, PK11_DoPassword fail on 3rd party ↵julien.pierre.boogz%sun.com2008-03-063-191/+0
| | | | slots if NSS softoken is in FIPS140-2 mode. r=nelson, rrelyea
* Fix for bug 397486 . Session cache locks not freed on strsclnt shutdown. ↵julien.pierre.boogz%sun.com2008-02-234-16/+104
| | | | r=nelson,wtc
* Fix broken branch builds by backporting rev 1.62 from Trunk. /Nelsonnelson%bolyard.com2008-02-201-2/+0
|
* Fix for bug 403240 . Threads hanging in nss_InitLock . Stop using ↵julien.pierre.boogz%sun.com2008-02-205-19/+52
| | | | nss_InitLock in libssl. r=nelson,wtc
* Fix for bug 403888 . Memory leak in trustdomain.c . r=wtc,nelsonjulien.pierre.boogz%sun.com2008-02-141-0/+4
|
* Fix for bug 398680 . Assertion in ssl3_RegisterServerHelloExtensionsSender. ↵julien.pierre.boogz%sun.com2008-02-131-0/+5
| | | | memset array before handshake. r=nelson,alexei
* Set NSS version to 3.11.10.0 Beta.christophe.ravel.bugs%sun.com2008-02-062-6/+6
|
* Bug 291384. Remove two dead functions from PK11wrap. r=rrelyea,alexei.volkovnelson%bolyard.com2008-02-062-57/+6
|
* Prepare NSS 3.11.9.0 RTM.NSS_3_11_9_RTMchristophe.ravel.bugs%sun.com2008-01-312-4/+4
| | | | Uses NSPR 4.7
* Fix for bug 227049 . Prevent cache attacks on Windows 64 bits (AMD64) . ↵julien.pierre.boogz%sun.com2008-01-291-4/+33
|\ | | | | | | r=nelson,wtc
| * fixup commit for tag 'NSS_3_11_5_WITH_CKBI_1_65_RTM'NSS_3_11_5_WITH_CKBI_1_65_RTMcvs2hg2008-01-2510-1279/+4440
| |
* | Bug 229335, Remove certificates that expired in August 2004 from treekaie%kuix.de2008-01-252-1169/+145
| | | | | | | | r=nelsonb, r=julien.pierre
* | Bug 402285 - built-in root certs module shows no slot name, r=alexei,kengertnelson%bolyard.com2008-01-247-48/+49
| |
* | Bug 400119 - Fix UMRs in getLibName() for Solaris. r=julien.pierrenelson%bolyard.com2008-01-221-0/+5
| |
* | Bug 411299, Add Identrust, Truktrust, SwissSign Rootskaie%kuix.de2008-01-173-5/+1963
| | | | | | | | r=nelson, r=rrelyea
* | Bug 353714: key search functions ignore the nickname argument,nelson%bolyard.com2007-12-121-2/+2
| | | | | | | | r=rrelyea,julien.pierre
* | Fix build on HP-UX. Regression from bug 391771.christophe.ravel.bugs%sun.com2007-12-101-1/+0
| |
* | Fix build on Linux. Regression from bug 391771 .julien.pierre.boogz%sun.com2007-12-071-0/+1
| |
* | Fix for bug 391771 . pk11_config_name and pk11_config_strings leaked on ↵julien.pierre.boogz%sun.com2007-12-062-1/+19
| | | | | | | | shutdown. Add new PK11_UnconfigurePKCS11 call to free the strings. r=nelson, relyea
* | Fix for bug 353577 . Remove NSS_CLASSIC code. r=nelson, wtcjulien.pierre.boogz%sun.com2007-11-214-189/+0
| |
* | Bug 353577 and bug 404610: Delete PURE_STAN code and code outsidewtc%google.com2007-11-212-12/+0
| | | | | | | | | | | | | | NSS_3_4_CODE. tbr=julien.pierre Modified Files: Tag: NSS_3_11_BRANCH tdcache.c trustdomain.c
* | Bug 353577 and bug 404610: minor formatting changes. tbr=julien.pierrewtc%google.com2007-11-213-8/+7
| | | | | | | | | | | | Modified Files: Tag: NSS_3_11_BRANCH dev/manifest.mn pki/manifest.mn pki/pkibase.c
* | Fix for bug 353577 . Delete PURE_STAN code and code outside NSS_3_4_CODE . ↵julien.pierre.boogz%sun.com2007-11-1627-2373/+9
| | | | | | | | r=wtc,nelson
* | Fix for bug 403957 . nss_InitLock should be replaced with PZ_NewLock in ↵julien.pierre.boogz%sun.com2007-11-162-7/+5
| | | | | | | | softoken . r=nelson,wtc
* | Fix for bug 399304 . Replace use of nss_InitLock with PZ_NewLock . Patch ↵julien.pierre.boogz%sun.com2007-11-151-2/+2
| | | | | | | | contributed by Wan-Teh . r=julien,nelson
* | Fix for bug 227049 . Add Windows 64 bits (AMD64) support for NSS libraries. ↵julien.pierre.boogz%sun.com2007-11-142-0/+4
| | | | | | | | r=nelson, relyea
* | Set NSS version to 3.11.9 Beta.christophe.ravel.bugs%sun.com2007-11-142-6/+6
| |
* | Fix for bug 399304 . Initialize cert trust and refcount locks early. ↵julien.pierre.boogz%sun.com2007-11-103-10/+57
| | | | | | | | r=relyea, nelson
* | Bug 325672: NSS needs a function to indicate usability of the bypass featurechristophe.ravel.bugs%sun.com2007-11-091-1/+1
| | | | | | | | | | | | Fix version in ssl.def r=julien.pierre.boogz sr=nelson
* | Fix for bug 401057 . crmftest crashes in crmf_copy_bitstring . Patch ↵julien.pierre.boogz%sun.com2007-11-081-9/+8
| | | | | | | | contributed by Nelson . r=julien,alexei
* | Fix for bug 396653. Get rid of lib/asn1 which is unused. r=nelson, rrelyeajulien.pierre.boogz%sun.com2007-11-079-3091/+2
| |
* | Set NSS version to 3.11.8 (RTM)christophe.ravel.bugs%sun.com2007-10-312-4/+4
| | | | | | | | Imports NSPR 4.6.8.
* | 400811 SSL_CanBypass memory leak fix r=julien,sr=nelsonglen.beasley%sun.com2007-10-311-1/+3
| |
* | Bug 384639 - Adding option to disable library unloading also in optimized build.slavomir.katuscak%sun.com2007-10-103-8/+0
| | | | | | | | r=nelson, r=julien