summaryrefslogtreecommitdiff
path: root/lib/ssl
Commit message (Expand)AuthorAgeFilesLines
* Bug 1227905 - Support ChaCha20+Poly1305 cipher suites r=mt,wtc,ekrTim Taubert2016-02-097-9/+98
* Backed out changeset 83e27ac21329 (bug 1227905)Tim Taubert2016-02-097-98/+9
* Bug 1227905 - Support ChaCha20+Poly1305 cipher suites r=mt,wtcTim Taubert2015-11-257-9/+98
* Bug 1246427: Make unimplemented return failure. r=ttaubertEKR2016-02-061-0/+1
* Bug 1243872. Rename NSS_ENABLE_SSL_ZLIB to NSS_SSL_ENABLE_ZLIB. r=wtcEKR2016-02-063-11/+11
* Bug 1246265. Fix tstclnt and selfserv for TLS 1.3, reject SSLv2 client hellos...EKR2016-02-051-0/+8
* Build bustage for windows, r=ekrMartin Thomson2016-02-041-91/+93
* Bug 1242308 - Handle bogus DTLS version numbers better, r=mtEKR2016-02-041-1/+6
* Bug 1235366 - Wait for entire second flight before disabling false start, r=ekrMartin Thomson2016-01-193-17/+11
* Build bustage. Fix return values. r=meEKR2016-02-032-6/+6
* Bustage fix. r=meEKR2016-02-032-4/+4
* Fix bustage on Windows due to old compiler. r=meEKR2016-02-031-0/+4
* Bug 1245341. Fix unused variables in opt build. r=mtEKR2016-02-021-4/+12
* Bug 1243864 - Remove unused items from libssl internal headers, r=kaieJed Davis2016-02-031-25/+0
* Bug 1202264, wrong re-use of a session cache entry, r=rrelyeaElio Maldonado2016-02-031-3/+1
* Bug 1057463. Implement TLS 1.3 ServerRandom anti-downgrade measure. r=mtEKR2016-01-225-4/+132
* Bug 1057463. Remove unnecessary parens. r=wtcEKR2016-02-021-3/+3
* Bug 1057463: Fix build error. r=meEKR2016-02-021-3/+3
* Bug 1057463: TLS 1.3 draft-11 1-RTT mode. EXPERIMENTAL USE ONLY. r=mt,wtc,tta...EKR2015-08-2417-467/+3758
* Bug 1243872: Refactor zlib support in Makefiles. r=mt,wtcEKR2016-01-313-26/+12
* Bug 1194680, Use PR_GetEnvSecure, r=jldNSS_3_23_BETA1Kai Engert2016-01-293-14/+14
* Bug 1228410 - Fix crashes when trying to uplift NSS 3.22, r=martin.thomsonNSS_3_22_BETA2Tim Taubert2016-01-251-1/+1
* Bug 1236408 - Remove SSL3SignType, r=ttaubertMartin Thomson2016-01-042-60/+26
* Bug 1225469 - Fixed uninitialized variable warning at compilation r=emaldonaPaul Bignier2015-11-171-1/+1
* Bug 1009429 - enhancement: Make the algorithm selection in NSS more flexibleRobert Relyea2015-12-154-72/+317
* Bug 944175: Fix nits in conditional expression formatting and errorWan-Teh Chang2015-12-091-4/+4
* Bug 944175 - Implement Certificate Transparency [part 2, server side]. r=wtc,mtSergei Chernov2015-12-086-15/+155
* Bug 944175 - Implement Certificate Transparency [part 1, client side]. r=wtcSergei Chernov2015-12-088-2/+169
* Bug 1204998 - Pre-clang-format tweaking, r=kaieMartin Thomson2015-09-152-14/+23
* Bug 1229070: Remove an ignored assignment in dtls_HandleHelloVerifyRequest.Wan-Teh Chang2015-11-301-1/+1
* Bug 1229070: Fix incorrect comments in ssl3_SendServerHello andWan-Teh Chang2015-11-301-5/+4
* Bug 1220577 - [CID 1117022] leaked_storage: Variable shaStateBuf going out of...Franziskus Kiefer2015-11-021-1/+2
* Bug 1009429 - enhancement: Make the algorithm selection in NSS more flexibleRobert Relyea2015-11-112-29/+84
* Bug 1118245. Apply uniform style across NSS [remove trailing commas in initia...Franziskus Kiefer2015-11-103-89/+89
* Bug 1009429 - enhancement: Make the algorithm selection in NSS more flexibleRobert Relyea2015-10-193-6/+23
* Bug 1213948 - [CID 1286618][CID 1168239] Using uninitialized value ticketData...Franziskus Kiefer2015-10-141-0/+1
* Bug 1210484 - Fail with a decode error when the SNI list is empty, r=ekr,mtTim Taubert2015-10-061-4/+4
* Bug 1211444 - ssl3_SendNewSessionTicket() doesn't check return values when co...NSS_3_21_Beta2Tim Taubert2015-10-051-2/+8
* Backed out changeset 47f3d13ffb7fNSS_3_21_Beta1Robert Relyea2015-10-022-104/+38
* Bug 1009429 - enhancement: Make the algorithm selection in NSS more flexibleRobert Relyea2015-10-022-38/+104
* Bug 1009429Robert Relyea2015-10-012-17/+37
* Bug 1210380 - Code can never be reached because of a logical contradiction in...Tim Taubert2015-10-011-3/+0
* Bug 1209546 - Fix possible PLArena leaks in ssl3_HandleServerKeyExchange() an...Tim Taubert2015-09-302-6/+14
* Backing out changeset 11606:40468673b4d1 temprarily until we fix built bustageElio Maldonado2015-09-211-38/+3
* Backing out changeset 1160 d2bfb5e58f2d which caused bustage of the external ...Elio Maldonado2015-09-211-64/+35
* Bug 1205688 - NSS does not enable ECC cipher-suites by default, r=rrelya,r=ekrElio Maldonado2015-09-211-8/+8
* Bug 1009429 - enhancement: Make the algorithm selection in NSS more flexibleRobert Relyea2015-09-181-35/+64
* bug 1009429Robert Relyea2015-09-181-3/+38
* Bug 1117022: Remove two blank lines. A follow-up toWan-Teh Chang2015-09-171-2/+0
* Bug 1201704 - Abort on unexpected handshake hash computation. r=mtEKR2015-09-081-3/+27