summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare NSS 3.12.10 RTMNSS_3_12_10_RTMchristophe.ravel.bugs%sun.com2011-05-063-6/+6
* 644440 - request add a new feature for SDP native support. r=rrelyeaNSS_3_12_10_BETA1alexei.volkov.bugs%sun.com2011-04-213-16/+41
* Bug 650272, seckey functions call memset with sizeof(pointer) instead of size...kaie%kuix.de2011-04-201-2/+2
* Bug 633039, pkix_pl_Socket_Poll unintentionally overwrites socket status (ope...kaie%kuix.de2011-04-141-3/+3
* Bug 527508, libpkix: need to check crl issuer key usages before downloading a...kaie%kuix.de2011-04-081-0/+3
* Bug 647902, Add general purpose allocation code for CERT_PKIXVerifyCert, r=rr...kaie%kuix.de2011-04-083-12/+83
* Bug 596842: Misc improvements to pkix_pl_InfoAccess_ParseTokens. When wewtc%google.com2011-04-081-10/+8
* Bug 597618: add a max loop iteration count forwtc%google.com2011-04-081-12/+22
* Bug 635778: Improve the comments for SSL_ConfigSecureServerWithCertChain.wtc%google.com2011-04-081-1/+2
* *** empty log message ***wtc%google.com2011-04-083-8/+8
* Bug 634490: create the .chk file with PR_Open instead of PR_OpenFile towtc%google.com2011-04-081-1/+1
* Bug 559510: Bad scalability caused by contention for random number generatorwtc%google.com2011-04-071-12/+37
* Bug 559508: Bad scalability on 4-socket Nehalem caused by unused counterswtc%google.com2011-04-072-2/+2
* Bug 622719, Remove legacy root certificates from NSS, r=rrelyeakaie%kuix.de2011-04-062-5034/+320
* Bug 642129, March 2011 batch of NSS root changes, r=rrelyeakaie%kuix.de2011-04-063-5/+1963
* Bug 645460: Default to 32-bit NSS builds on OS X 10.6 (Snow Leopard) andwtc%google.com2011-04-061-0/+2
* Bug 647746, expired PayPal testing cert, affects testing onlykaie%kuix.de2011-04-041-0/+0
* 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
* Bug 630589, Improve certutil help output, introduce overview and help section...kaie%kuix.de2011-03-251-165/+379
* 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-2470-408/+1385
|\
* \ fixup commit for tag 'NSS_3_12_9_WITH_CKBI_1_82_RTM'NSS_3_12_9_WITH_CKBI_1_82_RTMcvs2hg2011-03-232112-0/+883880
|\ \
* | | fixup commit for tag 'NSSCKBI_1_82_RTM'NSSCKBI_1_82_RTMcvs2hg2011-03-232113-884826/+0
| |/ |/|
* | Bug 642815, Deal with bogus certs issued by Comodo partner - NSS level fix, p...kaie%kuix.de2011-03-234-5/+3510
* | 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
* | Updated instructions to generate the OCSP server certificates.christophe.ravel.bugs%sun.com2011-03-081-11/+13
* | Update the OCSP certs with the new domain name for the OCSP server.christophe.ravel.bugs%sun.com2011-03-0819-0/+0
* | 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
* | Bug 629839: use the GCC -dumpversion option to support clang. The patch iswtc%google.com2011-01-291-1/+1
* | 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 597624: pp -t certificate should identify and ident thewtc%google.com2011-01-282-10/+13
* | 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