summaryrefslogtreecommitdiff
path: root/gtests
Commit message (Expand)AuthorAgeFilesLines
* Bug 1328122 - Fix various ssl3_GatherData() issues r=mt,franziskusTim Taubert2017-01-034-0/+177
* Bug 1326296 - Add a mode to let the shim write then read for use with the int...EKR2016-12-151-30/+76
* Bug 1323104 - TLS 1.3 experimental short headers. r=mtEKR2016-12-105-1/+53
* Revert "Bug 1323104 - TLS 1.3 experimental short headers. r=mt"EKR2016-12-125-53/+1
* Revert "Fix windows compile bustage. r=me"EKR2016-12-121-1/+1
* Fix windows compile bustage. r=meEKR2016-12-121-1/+1
* Bug 1323104 - TLS 1.3 experimental short headers. r=mtEKR2016-12-105-1/+53
* Bug 1315231 - fix windows build, r=ttaubertFranziskus Kiefer2016-12-081-0/+4
* Bug 1322496 - Stop asserting on write failures in 1-RTT when the server hangs...EKR2016-11-233-3/+20
* Bug 1321177 - Build fuzzing tests always, r=franziskusMartin Thomson2016-11-301-11/+18
* make clang-format happyFranziskus Kiefer2016-11-301-1/+1
* Bug 1320962 - fix osx bustage, r=ttaubertFranziskus Kiefer2016-11-302-7/+2
* Bug 1208405 - fixing CID1396356 and CID1396357, r=ttaubertFranziskus Kiefer2016-11-301-1/+0
* Bug 1320962 - Add decryption and reencryption to TLS 1.3 gtests. r=mtEKR2016-11-1617-107/+568
* Bug 1311688 - Implement the BoGo test flag -min-version r=ekrJed Davis2016-11-291-16/+53
* Bug 1320093 - Correctly Handle 1.3->1.2 downgrades when attempting resumption...Tim Taubert2016-11-282-0/+137
* Bug 1320532 - Fuzzing mode: Reuse RSA blinding params indefinitely r=franziskusTim Taubert2016-11-282-14/+14
* Bug 1315405 - Refactor DTLS fragment handling, r=ttaubertMartin Thomson2016-11-225-5/+240
* Bug 1311296 - Build TLS 1.3 by default, r=kaieMartin Thomson2016-11-251-4/+1
* Bug 1318561 - clang-format, a=bustageMartin Thomson2016-11-231-3/+1
* Bug 1318561 - Free CA name list, r=ttaubertMartin Thomson2016-11-232-0/+8
* Bug 1316307 - Fix coverity issues r=ekrTim Taubert2016-11-211-1/+1
* Bug 1318940 - Don't leak the public DSA key when DSAU_DecodeDerSigToLen() fai...Tim Taubert2016-11-211-0/+60
* Bug 1315961 - Fuzzing mode: Skip MAC and signature checks r=franziskusTim Taubert2016-11-191-0/+70
* Bug 1315914 - Fuzzing mode: Force NULL cipher for TLS connections r=franzisku...Tim Taubert2016-11-193-11/+68
* Bug 1311688 - Support most of the BoGo test flags for TLS version restriction...Jed Davis2016-11-181-2/+92
* Bug 1318280 - Fix freebl_gtest on macOS r=franziskusTim Taubert2016-11-171-9/+44
* some build.sh fixes and improvements, r=meFranziskus Kiefer2016-11-171-1/+0
* Bug 1317924 - resurrect mpi tests, r=ttaubertFranziskus Kiefer2016-11-162-0/+120
* Bug 1317668 - Update Bogo to fix intermittent. r=meEKR2016-11-161-1/+0
* Bug 1317668 - disable TLS13-HelloRetryRequest-Client-Sync-SplitHandshakeRecor...Franziskus Kiefer2016-11-151-0/+1
* clang-format bustage. r=meEKR2016-11-152-7/+7
* Bug 1317657 - Test for multiple certificates. r=mtEKR2016-11-154-0/+34
* Un-suppress Bogo tests now that BoringSSL is draft-18. r=mt.EKR2016-11-131-7/+14
* Bug 1310610 - Exporters for TLS 1.3, r=ekrMartin Thomson2016-11-123-0/+124
* Bug 1252745 - Fix Signed Certificate Timestamps for TLS 1.3, r=ttaubertMartin Thomson2016-11-101-12/+12
* Bug 1316854 - Add der_private_key_import_unittest.cc to GYP r=franziskusTim Taubert2016-11-111-0/+1
* Bug 1316836 - sancov, ubsan, and asan for gyp, r=ttaubertFranziskus Kiefer2016-11-071-7/+0
* Bug 1315735 - Supress Bogo TLS 1.3 tests until Bogo is updated. r=meEKR2016-11-071-0/+7
* Bug 1315735 - TLS 1.3 draft 18 - clang-format. r=meEKR2016-11-077-81/+48
* Bug 1315735 - TLS 1.3 draft 18 - tests for psk binder. r=mtEKR2016-11-043-51/+247
* Bug 1315735 - TLS 1.3 draft 18 - Test that if resumption is off we don't offe...EKR2016-11-041-0/+8
* Bug 1315735 - TLS 1.3 draft 18 - Update to draft-18 key schedule and code poi...EKR2016-11-031-1/+1
* Bug 1315735 - TLS 1.3 draft 17 - Update cipher suite/hash consistency checks....EKR2016-11-031-1/+1
* Bug 1315735 - TLS 1.3 draft 17 - implement psk binders, remove resumption PSK...EKR2016-11-0310-30/+60
* Bug 1315735 - TLS 1.3 draft 17 - Restructure PSK negotiation. r=mtEKR2016-11-031-66/+13
* Bug 1315735 - TLS 1.3 draft 17 - Replace key shares in response to HRR. r=mtEKR2016-11-036-13/+46
* Make clang-format happy r=meTim Taubert2016-11-072-6/+5
* Bug 1315622 - Fuzzing mode: Check that TLS connection transcripts are determi...Tim Taubert2016-11-074-1/+51
* Bug 1315252 - Fuzzing mode: Check that SSL_ExportKeyingMaterial() is determin...Tim Taubert2016-11-076-1/+61