summaryrefslogtreecommitdiff
path: root/security/nss/lib
Commit message (Expand)AuthorAgeFilesLines
* Bug 642129, March 2011 batch of NSS root changes, r=rrelyeakaie%kuix.de2011-04-063-5/+1963
* Bug 646610: Remove an obsolete comment for a #else. The patch iswtc%google.com2011-03-301-1/+1
* Bug 599831 - scalability limited on 4-socket Westmere by hot lock for RSA bli...rrelyea%redhat.com2011-03-303-105/+281
* Bug 588698 and Bug 638821: Fix locking order in ssl2_BeginClientHandshake.wtc%google.com2011-03-301-2/+2
* Bug 596842: pkix_pl_InfoAccess_ParseLocation should replace "%" hex hexwtc%google.com2011-03-301-20/+41
* Bug 625675 - trust flags are not being deleted when we delete the associated ...emaldona%redhat.com2011-03-263-0/+110
* Possible minor memory leak in SNI code. r=alexei, bob. Patch is provided by M...alexei.volkov.bugs%sun.com2011-03-242-4/+10
* 640125 - SSL_CanBypass has minor memory leaks. r=bob, alexei. Patch is provid...alexei.volkov.bugs%sun.com2011-03-2447-386/+1358
|\
* \ fixup commit for tag 'NSS_3_12_9_WITH_CKBI_1_82_RTM'NSS_3_12_9_WITH_CKBI_1_82_RTMcvs2hg2011-03-231005-0/+644443
|\ \
* | | fixup commit for tag 'NSSCKBI_1_82_RTM'NSSCKBI_1_82_RTMcvs2hg2011-03-231006-645384/+0
| |/ |/|
* | Bug 642815, Deal with bogus certs issued by Comodo partner - NSS level fix, p...kaie%kuix.de2011-03-233-5/+3508
* | 631986 - SSL_ReconfigFD tries to access elements of a null pointer. r=alexei,...alexei.volkov.bugs%sun.com2011-03-161-3/+5
* | 635778 - Need an API to pass user defined cert chain when SSL socket is set u...alexei.volkov.bugs%sun.com2011-03-166-5/+28
* | 629299 - core dump when tls session tickets are enabled and session cache is ...alexei.volkov.bugs%sun.com2011-03-163-30/+98
* | Bug 640992 - nss_cms_before_data loses the child's content pointer on recursi...emaldona%redhat.com2011-03-151-0/+3
* | Bug 633002 - SECKEY_ImportDERPublicKey causes memory leaks, r=wtc, sr=rrleyeaemaldona%redhat.com2011-03-071-10/+14
* | Bug 632439 - cms headers cmst.h and cms.h use C++ reserved identifiers 'priva...emaldona%redhat.com2011-02-111-1/+1
* | Bug 632439 - cms headers cmst.h and cms.h use C++ reserved identifiers 'priva...emaldona%redhat.com2011-02-1110-76/+76
* | Fix tinderbox breakage due to patch for:rrelyea%redhat.com2011-02-095-0/+40
* | Bug 491918 - Infinite recursion when encoding a NSS enveloped/digested datarrelyea%redhat.com2011-02-011-27/+57
* | Bug 584224 - CMS does not allow content types other than S/MIMErrelyea%redhat.com2011-02-017-41/+91
* | Bug 628378: remove the unnecessary [] around the expressions in .sizewtc%google.com2011-01-302-4/+4
* | CMS does not allow content types other than S/MIMErrelyea%redhat.com2011-01-291-0/+480
* | Bug 584224 - CMS does not allow content types other than S/MIMErrelyea%redhat.com2011-01-2815-230/+412
* | Bug 584224 - CMS does not allow content types other than S/MIMErrelyea%redhat.com2011-01-281-0/+9
* | Bug 595988 - NSS trusts CAs it shouldn't (trusts system db over user db)rrelyea%redhat.com2011-01-273-6/+6
* | Fix elio's nits.rrelyea%redhat.com2011-01-262-4/+4
* | fix regression in nsssysinit introduced by the contextinit patch.rrelyea%redhat.com2011-01-254-32/+34
* | Bug 616757: in ssl3_SendCertificateVerify, we must destroywtc%google.com2011-01-251-21/+19
* | Bug 595134: let sftk_searchTokenList skip sftk_searchDatabase where thewtc%google.com2011-01-221-10/+35
* | Bug 625491: Make pk11load.o depend on debug_module.c. r=rrelyea.wtc%google.com2011-01-221-0/+2
* | Bug 589288 - FIPS isn't enabled if /proc/sys/crypto/fips_enabled is missing, ...emaldona%redhat.com2011-01-201-1/+1
* | Bug 625491: print CK_ULONG attributes as an integer. Changewtc%google.com2011-01-191-2/+25
* | Bug 572289: SEC_ASN1EncodeInteger cannot correctly encode some positivewtc%google.com2011-01-131-3/+3
* | Change NSS version to 3.12.10.0 Beta.christophe.ravel.bugs%sun.com2011-01-123-9/+9
|/
* Bug 609068: Implement J-PAKE in FreeBL, additional check that s != 0, r=rrelyeabsmith%mozilla.com2011-01-071-1/+2
* Bug 620908: the sdb_Reset function pointer in the SDB structure should bewtc%google.com2011-01-062-1/+7
* Bug 596798: ensure that the output buffer of _snwprintf is null-terminated.wtc%google.com2011-01-061-0/+2
* Prepare NSS 3.12.9 RC0.christophe.ravel.bugs%sun.com2011-01-063-6/+6
* Bug 607058, crash [@ nss_cms_decoder_work_data], Patch contributed by timeles...kaie%kuix.de2010-12-232-0/+22
* Bug 619268: fix memory leaks in CERT_ChangeCertTrust andwtc%google.com2010-12-171-2/+10
* Bug 617492, Add PK11_KeyGenWithTemplate function to pk11wrap (for Firefox Sync)NSS_3_12_9_BETA2kaie%kuix.de2010-12-093-69/+124
* Bug 614076 - Implement HKDF in SoftokenNSS_3_12_9_BETA1rrelyea%redhat.com2010-12-041-0/+4
* Bug 609076 - Expose a PKCS#11 interface for J-PAKE in Softokenrrelyea%redhat.com2010-12-049-26/+632
* Bug 609068 - Implement J-PAKE in FreeBLrrelyea%redhat.com2010-12-049-58/+809
* Bug 614076 - Implement HKDF in Softokenrrelyea%redhat.com2010-12-033-0/+145
* Bug 613394, November/December 2010 batch of NSS root CA changeskaie%kuix.de2010-12-022-3/+1657
* Bug 592939: Expired CAs in certdata.txtkaie%kuix.de2010-11-262-1414/+302
* Bug 595013: Enable Code Signing Trust Bit for DigiCert's three Roots in NSSkaie%kuix.de2010-11-262-6/+6
* Bug 592939, Expired CAs in certdata.txt, remove beTRUSTed Root CAkaie%kuix.de2010-11-192-534/+248