History log of /openbsd-src/regress/lib/libssl/client/clienttest.c (Results 1 – 25 of 45)
Revision Date Author Comments
# a75d20e9 31-Aug-2024 jsing <jsing@openbsd.org>

Update for OPENSSL_cpu_caps() now being machine independent.


# b348069d 20-Jul-2024 tb <tb@openbsd.org>

Fix golden numbers after beck broke it months ago
(why is it always me who gets to clean up this shit?)


# 689a9b7e 03-Feb-2024 beck <beck@openbsd.org>

Remove GOST and STREEBOG support from libssl.

This version of GOST is old and not anywhere close to compliant with
modern GOST standards. It is also very intrusive in libssl and
makes a mess everywh

Remove GOST and STREEBOG support from libssl.

This version of GOST is old and not anywhere close to compliant with
modern GOST standards. It is also very intrusive in libssl and
makes a mess everywhere. Efforts to entice a suitably minded anyone
to care about it have been unsuccessful.

At this point it is probably best to remove this, and if someone
ever showed up who truly needed a working version, it should be
a clean implementation from scratch, and have it use something
closer to the typical API in libcrypto so it would integrate less
painfully here.

This removes it from libssl in preparation for it's removal from
libcrypto with a future major bump

ok tb@

show more ...


# a26bb710 11-Jul-2023 tb <tb@openbsd.org>

Fix last bit of the clienttest, needs ssl_pkt.c r1.66


# 2decde2c 11-Jul-2023 tb <tb@openbsd.org>

Fix most of the clienttest. With this only test cases 9 and 13 fail.


# dc5a472f 23-Apr-2023 tb <tb@openbsd.org>

Fix the client test and the tlsext test to work with randomized
TLS extensions (this involves unrandomizing the extension order
for the tests that rely on golden numbers.


# 7eac5aa7 19-Jul-2022 tb <tb@openbsd.org>

zap trailing spaces


# c68c490c 19-Jul-2022 tb <tb@openbsd.org>

Regenerate golden numbers due to RC4-MD5 now being disabled by default.


# c0a6a244 10-Jun-2022 tb <tb@openbsd.org>

More %i vs %d cleanup


# 33d8b74d 20-Nov-2021 tb <tb@openbsd.org>

Use BIO_up_ref() instead of adjusting refcounts manually


# d5572187 30-Aug-2021 tb <tb@openbsd.org>

Revert accidental commit


# 92d7bafb 30-Aug-2021 tb <tb@openbsd.org>

link verify regress tests to build


# c17c0b56 27-Jun-2021 jsing <jsing@openbsd.org>

Add test coverage for TLSv1.3 client hellos.

This is a little bit clunky due to the number of things that vary (largely
thanks to middlebox compatibility mode, along with the versions and key
share

Add test coverage for TLSv1.3 client hellos.

This is a little bit clunky due to the number of things that vary (largely
thanks to middlebox compatibility mode, along with the versions and key
share extensions), however it works and can be improved at a later date.

show more ...


# 865abbcb 27-Jun-2021 jsing <jsing@openbsd.org>

Add test coverage for DTLSv1.2 client hellos.


# 59dbf68f 27-Jun-2021 jsing <jsing@openbsd.org>

Teach hexdump() how to identify differing bytes.

This allows differences between the received data and the test data to be
more readily identified.


# 159b0cbc 27-Jun-2021 jsing <jsing@openbsd.org>

More appropriately set cipher_list_len when AES acceleration is available.


# 5d0fde75 27-Jun-2021 jsing <jsing@openbsd.org>

Tweak some data types and sprinkle some const.


# 4d1c7580 08-Feb-2021 jsing <jsing@openbsd.org>

Update DTLS client hello due to ECC changes.


# 3fb767b4 22-Jan-2021 tb <tb@openbsd.org>

Avoid NULL deref on BIO_new{_mem_buf,}() failure.


# b5f758c6 19-Nov-2020 tb <tb@openbsd.org>

$OpenBSD$


# 64de4177 11-Aug-2020 tb <tb@openbsd.org>

I accidentally zeored out a few bytes of the TLSv1.0 session ID.
Restore them to their previous values.


# 5051206a 09-Aug-2020 jsing <jsing@openbsd.org>

Update golden values to match P-521 being enabled by default in the client.

Diff from tb@


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

Minor code improvements.


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

Add tests that cover TLSv1.2 and disable those that trigger TLSv1.3.

This allows the test to pass again.


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

Zero the client random field in the TLSv1.2 golden value.


12