History log of /openbsd-src/regress/lib/libssl/client/clienttest.c (Results 26 – 45 of 45)
Revision Date Author Comments
# 3476108a 06-Apr-2020 jsing <jsing@openbsd.org>

Improve comparision with test data.

First check the client random against the zeroed value, then zero the
client random in the client hello, before comparing with the golden value.
This makes failur

Improve comparision with test data.

First check the client random against the zeroed value, then zero the
client random in the client hello, before comparing with the golden value.
This makes failures more obvious and the test code more readable.

show more ...


# 0b99520d 06-Apr-2020 jsing <jsing@openbsd.org>

Dump the test data when the lengths differ in order to aid debugging.


# e5196d4c 06-Apr-2020 jsing <jsing@openbsd.org>

Use errx() if we fail to build the client hello.


# 4a73082e 26-Nov-2019 beck <beck@openbsd.org>

Nuke trailing whitespace that is annoying before changing things in here


# dec63d9f 24-Jan-2019 beck <beck@openbsd.org>

Remove SHA224 based sigalgs from use in TLS 1.2 as SHA224 is deprecated.
Remove GOST based sigalgs from TLS 1.2 since they don't work with TLS 1.2.
ok jsing@


# 3e29903b 23-Jan-2019 beck <beck@openbsd.org>

Modify sigalgs extension processing to accomodate TLS 1.3.
- Make a separate sigalgs list for TLS 1.3 including only modern
algorithm choices which we use when the handshake will not negotiate
TLS 1.

Modify sigalgs extension processing to accomodate TLS 1.3.
- Make a separate sigalgs list for TLS 1.3 including only modern
algorithm choices which we use when the handshake will not negotiate
TLS 1.2.
- Modify the legacy sigalgs for TLS 1.2 to include the RSA PSS algorithms as
mandated by RFC8446 when the handshake will permit negotiation of TLS 1.2
from a 1.3 handshake.
ok jsing@ tb@

show more ...


# 174eabd6 23-Jan-2019 beck <beck@openbsd.org>

revert previous, accidentally contained another diff in addition
to the one I intended to commit


# fbffb329 23-Jan-2019 beck <beck@openbsd.org>

Modify sigalgs extension processing for TLS 1.3.
- Make a separate sigalgs list for TLS 1.3 including only modern
algorithm choices which we use when the handshake will not negotiate
TLS 1.2
- Mo

Modify sigalgs extension processing for TLS 1.3.
- Make a separate sigalgs list for TLS 1.3 including only modern
algorithm choices which we use when the handshake will not negotiate
TLS 1.2
- Modify the legacy sigalgs for TLS 1.2 to include the RSA PSS algorithms as
mandated by RFC8446 when the handshake will permit negotiation of TLS 1.2
ok jsing@ tb@

show more ...


# 49341aaf 02-Jun-2018 jsing <jsing@openbsd.org>

Update regress for DES cipher suite removal.


# 22088883 02-Jun-2018 jsing <jsing@openbsd.org>

Zero the client random so that it is easier to spot unintended differences.


# bb4b5974 28-Aug-2017 jsing <jsing@openbsd.org>

Update due to removal of original chacha20-poly1305 cipher suites.


# 64015f14 12-Aug-2017 jsing <jsing@openbsd.org>

Update the TLSv1.2 Client Hello messages, due to the removal of DSA
sigalgs.


# 814614a5 07-May-2017 jsing <jsing@openbsd.org>

Revise cipher suites in regress to match DSS cipher suite removal.


# e3d3a880 24-Jan-2017 jsing <jsing@openbsd.org>

Update client tests for changes in default EC formats/curves.


# 52022361 21-Dec-2016 jsing <jsing@openbsd.org>

Update regress for ECDHE with X25519.


# 3ebd83e8 06-Nov-2016 jsing <jsing@openbsd.org>

Update regress for IDEA cipher suite removal.


# e9f269e7 19-Oct-2016 jsing <jsing@openbsd.org>

Update client hello messages to follow the removal of fixed ECDH.


# c02be54d 28-Apr-2016 jsing <jsing@openbsd.org>

Update regress test to reflect changes in the cipher list.


# 65ec708b 13-Sep-2015 jsing <jsing@openbsd.org>

Revise regression test so that it works correctly with AES taking priority
if hardware acceleration is available.


# 12237f1a 01-Sep-2015 jsing <jsing@openbsd.org>

Add an initial TLS client regress, which currently covers ClientHello
message generation.


12