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