summaryrefslogtreecommitdiffstats
path: root/regress/lib/libssl/unit
AgeCommit message (Expand)AuthorFilesLines
2021-03-24Update regress for new_cipher rename.jsing1-2/+2
2021-03-17Update for DTLSv1.2 being enabled.jsing1-4/+4
2021-03-17Update for DTLSv1.2 version handling.jsing1-6/+90
2021-02-25Update regress to match TLS versions change.jsing1-6/+6
2021-02-20Revise regress to match change in SSL{_CTX,}_get_{min,max}_proto_version().jsing1-34/+45
2021-01-21don't set AUTO_RETRY. it's a remnant of an experiment.tb1-3/+1
2021-01-12A few minor tweaks to make my OCD happy.tb1-12/+9
2021-01-11Print error if SSL_{connect,accept,shutdown}(3) don't run to completion.tb1-3/+13
2021-01-11Shut down the TLS connections properly.tb1-3/+28
2021-01-11Include headers used instead of relying on ssl.h pulling in the world.tb1-1/+7
2021-01-10Merge handshake_loop() into handshake(). There's no benefit in havingtb1-18/+7
2021-01-10tweak a commenttb1-2/+2
2021-01-10Link shared ciphers test to buildtb1-1/+3
2021-01-10Add a regress for SSL_get_shared_ciphers() for the change of returnedtb1-0/+457
2021-01-09whitespacetb2-7/+7
2020-12-01Extend the methods test to cover dtls methods as welltb1-1/+57
2020-12-01Enable ssl_methods unit test.tb1-1/+2
2020-12-01Add an ssl_methods() unit test that currently only covers thetb1-0/+192
2020-08-09Update TLS versions to match TLSv1.3 being enabled for TLS_method().jsing1-8/+8
2020-08-09Fix regress test so that it exits non-zero for failure cases.jsing1-1/+11
2020-07-03adjust alpn extension test to new argument ordertb1-3/+3
2019-04-04Use correct define.jsing1-2/+2
2019-01-18Update regress following TLS extension renaming.jsing1-3/+3
2018-11-06Add TLSv1.3 to version regress tests.jsing1-4/+80
2018-06-02Update regress for DES cipher suite removal.jsing1-3/+1
2018-03-15Provide SSL_CTX_get_min_proto_version and SSL_CTX_get_max_proto_versionjca1-13/+13
2018-02-08Update regress to use tlsext_serverhello_parse().jsing1-5/+3
2018-01-27Update regress to match removal of ssl_parse_clienthello_tlsext().jsing1-5/+8
2017-10-11Update regress now that ssl_cipher_list_to_bytes() takes a CBB.jsing1-3/+9
2017-10-10Revise regress now that ssl_bytes_to_cipher_list() takes a CBS.jsing1-20/+10
2017-08-28Use current chacha20-poly1305 cipher suite values.jsing1-7/+7
2017-05-06Bring in an SSL_HANDSHAKE structure and commence the great shovellingbeck1-2/+2
2017-05-06Add regress coverage for SSL{,_CTX}_set_{min,max}_proto_version().jsing1-12/+304
2017-03-25Update regress to match changes to tls1_PRF().jsing1-10/+10
2017-03-18Update regress and remove temporary buffer to match changes in tls_PRF().jsing1-8/+4
2017-03-10Add a unit test for tls1_PRF().jsing2-1/+257
2017-01-25Update ssl versions regress to handle min/max configured versions andjsing1-47/+201
2017-01-23Fix regress to handle movement of ssl structures to internalbeck1-2/+4
2017-01-22Update the TLS ALPN unit tests to work with internal/opaque data.jsing2-13/+11
2017-01-03Add regress tests for max shared version code.jsing1-2/+133
2016-12-30Add regress coverage for enabled protocol version range.jsing2-1/+146
2016-12-18Revise regress for changes to ssl_parse_serverhello_tlsext().jsing1-3/+3
2016-12-04Update regress test to handle change to ssl_cipher_list_to_bytes().jsing1-10/+11
2016-11-04Some tests require internal symbols; have them link with the staticguenther1-4/+4
2016-09-03remove unneeded reach-around includebcook1-2/+2
2016-08-27Enable ALPN regress now that it passes.jsing1-4/+2
2015-07-13Unhook tls_ext_alpn test until the code passes it.doug1-2/+5
2015-07-09Add tests for parsing TLS extension ALPN (RFC 7301).doug2-2/+446
2015-07-01specify the array initializer valuebcook1-2/+2
2015-06-28Convert ssl_bytes_to_cipher_list to CBS.doug1-1/+16