summaryrefslogtreecommitdiff
path: root/regress/lib/libssl/client
AgeCommit message (Expand)Author
2020-04-06Minor code improvements.Joel Sing
2020-04-06Add tests that cover TLSv1.2 and disable those that trigger TLSv1.3.Joel Sing
2020-04-06Zero the client random field in the TLSv1.2 golden value.Joel Sing
2020-04-06Improve comparision with test data.Joel Sing
2020-04-06Dump the test data when the lengths differ in order to aid debugging.Joel Sing
2020-04-06Use errx() if we fail to build the client hello.Joel Sing
2019-11-26Nuke trailing whitespace that is annoying before changing things in hereBob Beck
2019-01-24Remove SHA224 based sigalgs from use in TLS 1.2 as SHA224 is deprecated.Bob Beck
2019-01-23Modify sigalgs extension processing to accomodate TLS 1.3.Bob Beck
2019-01-23revert previous, accidentally contained another diff in additionBob Beck
2019-01-23Modify sigalgs extension processing for TLS 1.3.Bob Beck
2018-06-02Update regress for DES cipher suite removal.Joel Sing
2018-06-02Zero the client random so that it is easier to spot unintended differences.Joel Sing
2017-08-28Update due to removal of original chacha20-poly1305 cipher suites.Joel Sing
2017-08-12Update the TLSv1.2 Client Hello messages, due to the removal of DSAJoel Sing
2017-05-07Revise cipher suites in regress to match DSS cipher suite removal.Joel Sing
2017-01-24Update client tests for changes in default EC formats/curves.Joel Sing
2016-12-21Update regress for ECDHE with X25519.Joel Sing
2016-11-06Update regress for IDEA cipher suite removal.Joel Sing
2016-10-19Update client hello messages to follow the removal of fixed ECDH.Joel Sing
2016-04-28Update regress test to reflect changes in the cipher list.Joel Sing
2015-09-13Revise regression test so that it works correctly with AES taking priorityJoel Sing
2015-09-01Add an initial TLS client regress, which currently covers ClientHelloJoel Sing