summaryrefslogtreecommitdiff
path: root/security/nss/lib/ssl
Commit message (Expand)AuthorAgeFilesLines
* Bug 838769 (second attempt): Disable the ECC cipher suites if we cannotwtc%google.com2013-02-192-2/+2
* Bug 838769: back out the previous checkin. tests/memleak/memleak.sh runswtc%google.com2013-02-162-2/+2
* Bug 838769: Disable the ECC cipher suites if we cannot send extensions,wtc%google.com2013-02-152-2/+2
* Bug 811331 / Bug 360420, OCSP Stapling, TLS server side implementation; add a...kaie%kuix.de2013-02-156-2/+156
* Bug 360420, OCSP Stapling, allow multiple status items, in an attempt to be p...kaie%kuix.de2013-02-157-21/+38
* Overlapping fixes for Bug 554369 and Bug 360420. OCSP caching fixes by Adam L...kaie%kuix.de2013-02-151-2/+13
* Bug 360420, OCSP Stapling, TLS client side implementation, based on work by A...kaie%kuix.de2013-02-1511-33/+263
* Bug 822365: Rename the hashAlg field of CK_NSS_MAC_CONSTANT_TIME_PARAMS towtc%google.com2013-02-071-1/+1
* Bug 822365: PKCS #11 naming convention and NSS coding style fixes for thewtc%google.com2013-02-061-28/+36
* Bug 822365: Fix the constant-time versions of HMAC-MD5 and SSLv3 MD5 MAC.wtc%google.com2013-02-061-6/+0
* Bug 822365: Make CBC decoding constant time. This patch makes the decodingwtc%google.com2013-02-051-57/+384
* Bug 832005: Fix use of uninitialized variable when sending alert about missin...bsmith%mozilla.com2013-01-181-1/+3
* Bug 813857: Make certificate trust flags thread safe.ryan.sleevi%gmail.com2013-01-071-4/+0
* Initialize some DTLS state earlier to avoid the possibility of crashes, patch...bsmith%mozilla.com2012-12-201-0/+1
* Bug 811909: Reverse the sense of the ss->getClientAuthData test inwtc%google.com2012-11-151-3/+3
* Bug 654611: Remove WinCE code from NSS. The patch is contributed bywtc%google.com2012-11-143-5/+3
* Bug 810582: Only do SSL False Start with forward secret servers. The patchwtc%google.com2012-11-131-3/+10
* Bug 745281: fix indentation problems introduced in rev. 1.27.wtc%google.com2012-11-131-3/+3
* Bug 810583: The TLS hello extension handlers for NPN should record thewtc%google.com2012-11-101-0/+8
* Bug 810579: Fix crash when an SSL key-log file couldn't be opened. Thewtc%google.com2012-11-101-4/+8
* Bug 716563 - a cosmetic fix of the MPL 2 header.wtc%google.com2012-11-101-3/+3
* Remove an extraneous blank line.wtc%google.com2012-11-101-1/+0
* Bug 797572: Export SRTP functions from libssl. Patch contributed by rjesup, r...bsmith%mozilla.com2012-10-031-0/+2
* Bug 734519: Stop the compression method search for loop when the target iswtc%google.com2012-09-281-6/+7
* Bug 783448: When renegotiating, continue to use the client_version used inwtc%google.com2012-09-281-7/+73
* Bug 681065: ss->ssl3.hs.lastMessageFlight does not need to be allocatedwtc%google.com2012-09-283-20/+9
* Bug 792681: Disable the export , DES, and RSA_FIPS cipher suites bywtc%google.com2012-09-251-16/+16
* Bug 793033: Remove the strange sslSocket copying in ssl_FreeSocket. Itwtc%google.com2012-09-241-24/+13
* Bug 542741: Change NSS_VersionCheck to not call PR_VersionCheck becausewtc%google.com2012-09-211-2/+1
* Bug 737178: Fix compiler warnings about signed/unsigned comparisons. r=ekr.wtc%google.com2012-09-212-3/+3
* Bug 681065: Replace hardcoded ssl_variant_stream with ss->protocolVariant.wtc%google.com2012-09-212-2/+2
* Bug 774547: set the record layer version number of the initial ClientHellowtc%google.com2012-08-253-10/+51
* Bug 766137: SSL_GetChannelInfo should use cwSpec instead of crSpec towtc%google.com2012-08-031-4/+4
* Bug 745281 - Provide the option of disabling SSL PKCS #11 bypass at build tim...emaldona%redhat.com2012-07-302-33/+52
* Bug 770057 - Fix remaining crashes when caching is off, contributed by Eric R...kaie%kuix.de2012-07-173-15/+29
* Bug 507359: add SSL_ERROR_FEATURE_NOT_SUPPORTED_FOR_VERSION. Update thewtc%google.com2012-07-133-2/+7
* Bug 754139 - update license to MPL 2. r=bsmith.gerv%gerv.net2012-07-041-37/+5
* Bug 681065: Rename DTLS_GetTimeout to DTLS_GetHandshakeTimeout. r=ekr.wtc%google.com2012-06-193-4/+4
* Bug 764649: Always use the PORT_ZNew macro to create sslSessionID objects.wtc%google.com2012-06-142-4/+4
* Bug 764649: Declare ssl_DupSocket as static because it is only used inwtc%google.com2012-06-142-3/+1
* Bug 475578 - Implement Extended DSA as defined in FIPS 186-3 (DSS)rrelyea%redhat.com2012-06-121-1/+1
* Bug 762763: Update the SSL trace message and the comment in the SSL key logwtc%google.com2012-06-121-2/+2
* Bug 745281 - Provide the option of disabling SSL PKCS #11 bypass at build tim...emaldona%redhat.com2012-06-118-8/+125
* Bug 762763: Export SSL key logging in normal builds. Move SSL key loggingwtc%google.com2012-06-082-22/+90
* Bug 737178: Implement RFC 5764 (DTLS-SRTP). Add the SSL_SetSRTPCiphers andwtc%google.com2012-06-076-8/+331
* Bug 751793: NSS_FindCertKEAType and ssl_FindCertKEAType are the same.wtc%google.com2012-05-244-52/+5
* Bug 565047: Remove the unused IV members of ssl3SidKeys andwtc%google.com2012-05-082-11/+6
* Bug 743097: Update stale comments for PK11_DefaultArray andwtc%google.com2012-05-081-1/+1
* Bug 742162: Allow CertificateRequest to have an emptywtc%google.com2012-05-082-5/+1
* Bug 750809 - Remove unwanted include of freebl-private ec.h from ssl3ecc.c, a...emaldona%redhat.com2012-05-011-1/+0