summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bug 959664: Fix comment nits. Change "protocol negotiation" toNSS_3_15_5_RC0Wan-Teh Chang2014-01-232-16/+18
* Added tag NSS_3_15_5_BETA3 for changeset 4e2f6a631150Brian Smith2014-02-030-0/+0
* Bug 964493: Adding missing PORT_SetError to CERT_CheckOCSPStatus, r=briansmithNSS_3_15_5_BETA3David Keeler2014-02-031-0/+3
* Bug 950129: Make OCSP fetching for intermediate CA certificates consistent, r...Brian Smith2014-02-033-14/+49
* Bug 950129: Only call the revocation checkers during reverse pathWan-Teh Chang2014-01-302-120/+4
* Bug 962413: Define a CERT_LIST_TAIL macro to match CERT_LIST_HEADRyan Sleevi2014-01-221-0/+1
* Bug 951460: Fix compiler warnings in sftk_compute_ANSI_X9_63_kdf andWan-Teh Chang2014-01-221-10/+15
* Bug 807250: Document why ssl_GetPrivate and ssl_FindSocket need to setWan-Teh Chang2014-01-161-0/+10
* Bug 949060: Validate the 'iov' and 'vectors' input arguments of ssl_WriteV.Wan-Teh Chang2014-01-161-0/+11
* Added tag NSS_3_15_5_BETA2 for changeset 7fa7518797e8Brian Smith2014-01-160-0/+0
* Added tag NSS_3_15_5_BETA2 for changeset e5d3ec1d9a35Brian Smith2014-01-150-0/+0
* Bug 959664: Add ALPN support to NSS, r=briansmithNSS_3_15_5_BETA2Brian Smith2014-01-156-5/+183
* Bug 918164: Fix coding style issues. r=briansmith.Wan-Teh Chang2014-01-161-4/+4
* Bug 944157: Unlock sid->u.ssl3.lock on ssl3_AppendPaddingExtension failure.Wan-Teh Chang2014-01-141-0/+1
* Bug 958401: pkix_pl_AiaMgr_FindLDAPClient should check for an emptyWan-Teh Chang2014-01-141-0/+13
* Bug 944157: Implement the TLS padding extension, r=briansmith, r=wtcAdam Langley2014-01-134-1/+83
* Added tag NSS_3_15_5_BETA1 for changeset ab1e7334bde6Brian Smith2014-01-120-0/+0
* Bug 807250: Backout cset 4a1849df5e3e due to assertion failuresNSS_3_15_5_BETA1Brian Smith2014-01-121-9/+6
* Bug 918164: Fix whitespace issues with previous patch, r=meBrian Smith2014-01-111-2/+2
* Bug 918164: Add -FS option to NSS config when using VS2013 so that parallel b...Ehsan Akhgari2014-01-111-0/+5
* Bug 957727: Fix incorrect parentheses around the key object attributeWan-Teh Chang2014-01-102-2/+3
* Bug 956923: Remove the CR ('\r') characters. r=briansmith.Wan-Teh Chang2014-01-061-6/+6
* Bug 943947 - vfychain -i (multiple verifications) is broken, r=brianKai Engert2014-01-061-0/+2
* Bug 949615: Delete unreachable code in ssl_DestroySID and ssl_LookupSID.Wan-Teh Chang2014-01-031-11/+5
* Bug 950299: ocsp_CertIDsMatch should return PR_FALSE instead of SECFailureWan-Teh Chang2014-01-031-4/+3
* Bug 946984: Callers of pkix_CheckChain should check reasonCode only ifWan-Teh Chang2014-01-033-6/+12
* Bug 946984: pkix_CrlChecker_CheckExternal and pkix_CrlChecker_CheckLocalWan-Teh Chang2014-01-031-4/+2
* Bug 946984: Fix a compiler warning and remove redundant argument checksWan-Teh Chang2014-01-032-20/+2
* Bug 807250: Replace the unnecessary ss->fd assignments in ssl_GetPrivateWan-Teh Chang2014-01-031-6/+9
* set versions to 3.15.5 betaKai Engert2014-01-033-9/+9
* Added tag NSS_3_15_4_RTM for changeset c3565a90b8c4Kai Engert2014-01-030-0/+0
* set versions to 3.15.4 rtmNSS_3_15_4_RTMKai Engert2014-01-033-6/+6
* Bug 956033: Remove an incorrect and an unnecessary assertion inWan-Teh Chang2014-01-031-3/+0
* Added tag NSS_3_15_4_BETA10 for changeset 22d286933c20Brian Smith2013-12-210-0/+0
* Bug 952808: Make CERT_CacheOCSPResponseFromSideChannel replace error entries ...NSS_3_15_4_BETA10Brian Smith2013-12-211-1/+5
* Bug 933109: Improve handling of cached Unknown and Revoked OCSP status, r=wtcBrian Smith2013-12-213-40/+93
* Bug 947652, Part 1: Make OS_TARGET=WIN95 the default on Windows, r=wtcBrian Smith2013-12-131-3/+7
* Added tag NSS_3_15_4_BETA9 for changeset a3d86225543cWan-Teh Chang2013-12-200-0/+0
* Bug 436414: Rename "mechanism" to "method" in function or variable/argumentNSS_3_15_4_BETA9Wan-Teh Chang2013-12-197-67/+73
* Bug 436414: Don't export CERT_DestroyCrl. Use SEC_DestroyCrl instead.Wan-Teh Chang2013-12-192-4/+2
* Bug 880543: Fix a compiler warning about an unhandled case in a switchWan-Teh Chang2013-12-181-1/+2
* Bug 951816: Improve error reporting of PR_Connect failure. r=brian.Wan-Teh Chang2013-12-181-2/+5
* Bug 947652: Remove support for building on Win9x machines, r=briansmithWan-Teh Chang2013-12-161-26/+0
* Backed out changeset 6593411d388b for Windows test failuresBrian Smith2013-12-151-7/+3
* Backed out changeset ccaf2d1690fc for Windows test failuresBrian Smith2013-12-151-0/+26
* Bug 947652, Part 2: Remove support for building on Win9x machines, r=briansmithWan-Teh Chang2013-12-131-26/+0
* Bug 947652, Part 1: Make OS_TARGET=WIN95 the default on Windows, r=wtcBrian Smith2013-12-131-3/+7
* Bug 946147: Move Move TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA ahead of TLS_ECDHE...Brian Smith2013-12-122-2/+22
* Bug 930874: Improve locking of session tickets, r=wtcBrian Smith2013-11-025-53/+128
* Bug 930857: Wait until handshake is finished before replacing session's sessi...Brian Smith2013-10-313-40/+90