summaryrefslogtreecommitdiffstats
path: root/regress/lib/libssl/client
AgeCommit message (Expand)AuthorFilesLines
2021-02-08Update DTLS client hello due to ECC changes.jsing1-5/+8
2021-01-22Avoid NULL deref on BIO_new{_mem_buf,}() failure.tb1-3/+5
2020-11-19$OpenBSD$tb1-0/+1
2020-08-11I accidentally zeored out a few bytes of the TLSv1.0 session ID.tb1-1/+1
2020-08-09Update golden values to match P-521 being enabled by default in the client.jsing1-20/+21
2020-04-06Minor code improvements.jsing1-3/+3
2020-04-06Add tests that cover TLSv1.2 and disable those that trigger TLSv1.3.jsing1-3/+32
2020-04-06Zero the client random field in the TLSv1.2 golden value.jsing1-5/+5
2020-04-06Improve comparision with test data.jsing1-7/+9
2020-04-06Dump the test data when the lengths differ in order to aid debugging.jsing1-0/+3
2020-04-06Use errx() if we fail to build the client hello.jsing1-1/+1
2019-11-26Nuke trailing whitespace that is annoying before changing things in herebeck1-6/+6
2019-01-24Remove SHA224 based sigalgs from use in TLS 1.2 as SHA224 is deprecated.beck1-13/+11
2019-01-23Modify sigalgs extension processing to accomodate TLS 1.3.beck1-15/+16
2019-01-23revert previous, accidentally contained another diff in additionbeck1-16/+15
2019-01-23Modify sigalgs extension processing for TLS 1.3.beck1-15/+16
2018-06-02Update regress for DES cipher suite removal.jsing1-46/+40
2018-06-02Zero the client random so that it is easier to spot unintended differences.jsing1-0/+1
2017-08-28Update due to removal of original chacha20-poly1305 cipher suites.jsing1-42/+39
2017-08-12Update the TLSv1.2 Client Hello messages, due to the removal of DSAjsing1-20/+18
2017-05-07Revise cipher suites in regress to match DSS cipher suite removal.jsing1-96/+82
2017-01-24Update client tests for changes in default EC formats/curves.jsing1-52/+31
2016-12-21Update regress for ECDHE with X25519.jsing1-41/+41
2016-11-06Update regress for IDEA cipher suite removal.jsing1-83/+83
2016-10-19Update client hello messages to follow the removal of fixed ECDH.jsing1-89/+65
2016-04-28Update regress test to reflect changes in the cipher list.jsing1-61/+62
2015-09-13Revise regression test so that it works correctly with AES taking priorityjsing1-34/+191
2015-09-01Add an initial TLS client regress, which currently covers ClientHellojsing2-0/+367