summaryrefslogtreecommitdiff
path: root/security/nss/lib
Commit message (Expand)AuthorAgeFilesLines
* Bug 455424: nssilckt.h should not define the enumeration constant 'Lock',wtc%google.com2008-10-18975-0/+571729
|\
* | fixup commit for tag 'NSSCKBI_1_72_RTM'NSSCKBI_1_72_RTMcvs2hg2008-10-17975-571731/+0
|/
* Add COMODO ECC Certification Authority certificate to NSSkaie%kuix.de2008-10-173-5/+229
* Bug 457989: Make PKCS#11 module logging more usefulnelson%bolyard.com2008-10-081-86/+95
* Bug 457989: Make PKCS#11 module logging more usefulnelson%bolyard.com2008-10-071-230/+273
* Fix for bug 455556 . Fixed size buffers used with PR_FormatTime can be too sm...julien.pierre.boogz%sun.com2008-10-062-12/+21
* Bug 457980: remove hundreds of kilobytes of useless strings in libPKIX, r=alexeinelson%bolyard.com2008-10-061-1/+1
* Bug 421634: Don't send an SNI Client Hello extension bearing an IPv6 addressnelson%bolyard.com2008-10-061-7/+8
* Bug 457989: Make PKCS#11 module logging more useful, r=julien.pierrenelson%bolyard.com2008-10-061-34/+393
* Bug 444850: NSS misbehaves badly in the presence of a disabled PKCS#11 slotnelson%bolyard.com2008-10-061-184/+63
* Bug 450845: Stop exporting symbols that are not present in the .def filesnelson%bolyard.com2008-10-059-31/+31
* Bug 438870: Don't use PL_strlen in lib/freebl. Don't link with -lplc4 andwtc%google.com2008-10-033-8/+6
* Bug 456862: added a block comment to explain why we don't respond with awtc%google.com2008-10-031-2/+26
* Bug 457989: Make PKCS#11 module logging more usefulnelson%bolyard.com2008-10-021-327/+447
* Bug 457984: Enable PKCS11 module logging in optimized builds, r=rrelyeanelson%bolyard.com2008-10-021-2/+1
* Add new function SEC_PKCS12AddCertOrChainAndKey for bug 311483. r=wtcnelson%bolyard.com2008-09-303-16/+47
* Remove dead functions for bug 311483. r=wtcnelson%bolyard.com2008-09-302-320/+0
* Stop assuming session pointers are non-NULL for bug 444974. r=rrelyeanelson%bolyard.com2008-09-305-26/+90
* Bug 453227: Client certificate installation fails.nelson%bolyard.com2008-09-301-10/+14
* Bug 455348: Don't use DEBUG_nelsonb. r=wtcnelson%bolyard.com2008-09-301-3/+0
* Reduce the number of places where NSS tries to talk to a PKCS#11 modulenelson%bolyard.com2008-09-302-20/+28
* NSS trunk now claims to be NSS 3.12.2 Beta.nelson%bolyard.com2008-09-301-3/+3
* Carry the diffs between NSS_3_12_1_RC1 and NSS_3_12_1_RC2 to the trunknelson%bolyard.com2008-09-302-4/+4
* Fix for bug 452751. Plug slot leak in PK11_FindSlotsByNames . r=nelsonjulien.pierre.boogz%sun.com2008-09-261-3/+2
* Fix for bug 456854. Set NSPR error code when decoding fails. r=nelsonjulien.pierre.boogz%sun.com2008-09-241-0/+1
* Bug 426266: Decoupled lib/softoken and lib/ssl. lib/softoken should notwtc%google.com2008-09-223-12/+10
* Move chain checkers source files from "top" to "checker" directory.alexei.volkov.bugs%sun.com2008-09-2218-16/+16
* Bug 453364: Added three new error codes that are equivalent to the PKCS #11wtc%google.com2008-09-221-0/+4
* Bug 456036: The stubs for deprecated functions should set thewtc%google.com2008-09-201-0/+4
* Bug 453364: NSC_EncryptUpdate should propagate freebl's error code up towtc%google.com2008-09-072-3/+27
* Bug 453364: pk11_CreateNewContextInSlot should set the error code when itwtc%google.com2008-09-071-0/+1
* Bug 452865: removed obsolete linker flags that were needed when libnss3wtc%google.com2008-09-053-14/+0
* Bug 302670: missed one change in the previous checkin.wtc%google.com2008-09-051-1/+1
* Bug 302670: add an extra dummy byte at the end to support zlib 1.1.4.wtc%google.com2008-09-051-7/+15
* Bug 448431: added void to the declaration and definition ofwtc%google.com2008-08-272-2/+2
* Bug 451024: Call nss_DestroyErrorStack at the end of NSSCKFWC_Finalize towtc%google.com2008-08-251-0/+11
* Bug 434187: fixed the comments in sftk_DeleteObject. r=rrelyea.wtc%google.com2008-08-251-3/+3
* Fix for bug 423839 . Add wincx in libpkix while verifying certs and CRLs. r=n...julien.pierre.boogz%sun.com2008-08-222-2/+13
* Bug 450536: removed obsolete XP_MAC code (for Mac OS Classic).wtc%google.com2008-08-227-344/+6
* Bug 449883, Replace existing "GlobalSign Root CA" cert and add new WellsSecur...kaie%kuix.de2008-08-143-65/+357
* 448324 - ocsp checker returns incorrect error code on request with invalid si...alexei.volkov.bugs%sun.com2008-08-121-20/+24
* Remove Beta flag for NSS 3.12.1 RC1 build.christophe.ravel.bugs%sun.com2008-08-111-2/+2
* Prepare NSS 3.12.1 RC1.christophe.ravel.bugs%sun.com2008-08-111-2/+2
* Bug 427479: Include file case changes for mingw cross compilation on a linux ...nelson%bolyard.com2008-08-111-2/+2
* 430380 - policies : explicit trust anchor results in false positives with vfy...alexei.volkov.bugs%sun.com2008-08-111-75/+126
* Fix to memleak tinderbox: make sure the real error get propagated to a caller...alexei.volkov.bugs%sun.com2008-08-111-0/+2
* 444404 - libpkix reports "unknown issuer" for nearly all certificate errors. ...alexei.volkov.bugs%sun.com2008-08-104-0/+89
* Bug 444850 ? NSS misbehaves badly in the presence of a disabled PKCS#11 slotnelson%bolyard.com2008-08-096-68/+103
* Fix for bug 449146 . remove dead libsec function declarations. r=nelsonjulien.pierre.boogz%sun.com2008-08-071-74/+0
* Fix for bug 129303 . Add missing declaration for PK11_GetAllSlotsForCert. r=n...julien.pierre.boogz%sun.com2008-08-041-0/+7