summaryrefslogtreecommitdiff
path: root/security/nss/lib
Commit message (Collapse)AuthorAgeFilesLines
* 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
* | derdec.c. Bug 352929. Reviewed by Wan-Teh and Nelsonbiswatosh.chakraborty%sun.com2007-10-011-334/+0
| | | | | | | | | | | | | | This version is same as 1.3.28.1 but has been recommited because ver 1.3.28.1 was commited without any cvs comments. Hence, that was backed out and is now being commited back with approprite comments. Issue: Removed DER_Decode() and der_decode().
* | Backing out derdec.c ver 1.3.28.1 and commiting back ver 1.3biswatosh.chakraborty%sun.com2007-10-011-0/+334
| | | | | | | | | | | | because the cvs comment for ver 1.3.28.1 was blank and hence will now commit that again after this commit, with appropriate comments.
* | Modified Files:secder.hbiswatosh.chakraborty%sun.com2007-10-011-19/+0
| | | | | | | | | | For Bug Id: 352929. Reviewed by Wan-Teh Chang and Nelson Removed declaration of DER_Decode
* | Modified Files: derdec.cbiswatosh.chakraborty%sun.com2007-10-011-334/+0
| | | | | | | | | | Bug Id: 352929. Reviewed by Wan-Teh Chang and Nelson Removed DER_Decode and der_decode
* | Merge in rev 1.41 from trunk. Add missing #includes.nelson%bolyard.com2007-09-261-0/+2
| |
* | Bug 366553, libSSL leaks global array of trusted client auth CA namesnelson%bolyard.com2007-09-261-4/+31
| | | | | | | | r=wtc,rrelyea
* | Bug 394271 - two public SSL functions require PRFD* to point to SSL layernelson%bolyard.com2007-09-013-25/+23
| | | | | | | | r=julien,wtc
* | Bug 394202 - ssl_GetPrivate can corrupt non-SSL private structuresnelson%bolyard.com2007-09-011-0/+11
| | | | | | | | r=julien,wtc
* | Bug 394040 - Tstclnt crashed in NISCC testing, r=juliennelson%bolyard.com2007-09-012-1/+8
| |
* | Bug 392208 - PK11_FindCertByIssuerAndSN must validate input argumentsnelson%bolyard.com2007-08-292-1/+20
| | | | | | | | r=kaspar Brand,sr=rrelyea
* | Bug 392846 - Do not send hello extensions when using SSL v3.0, r=kengert,juliennelson%bolyard.com2007-08-281-1/+1
| |
* | Bug 390187, PK11_FindCertFromNickname sets no error code when token not foundnelson%bolyard.com2007-08-081-1/+4
| | | | | | | | r=rrelyea,julien.pierre
* | Bug 384639: Added option to disable library unloading. r=julien,r=nelsonslavomir.katuscak%sun.com2007-07-263-5/+31
| |
* | Committing nsprstub.c in NSS_3_11_BRANCH. For Bug Id: 338688.biswatosh.chakraborty%sun.com2007-07-261-1/+10
| | | | | | | | Reviewed by Neil Williams, Nelson and Robert Relyea.
* | Committing nssilock.c in NSS_3_11_BRANCH. For Bug 338688.biswatosh.chakraborty%sun.com2007-07-261-12/+20
| | | | | | | | Reviewed by Neil Williams, Nelson Bolyard and Robert Relyea
* | Sync unix_rand with trunk. Includes fixes for:nelson%bolyard.com2007-07-251-12/+19
| | | | | | | | | | | | | | Bug 174993 - freopen stdin to /dev/null in safe_popen. Patch by Kaspar Brand <mozbugzilla@velox.ch>, r=julien,nelson Bug 51429: make sure that safe_popen cannot fail (in the parent process) after fork succeeded. Patch by Wan-Teh Chang, r=neil.williams