History log of /openbsd-src/regress/lib/libssl/tlslegacy/tlslegacytest.c (Results 1 – 7 of 7)
Revision Date Author Comments
# a5429850 02-Oct-2022 jsing <jsing@openbsd.org>

Remove unused headers.


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

More %i vs %d cleanup


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

Switch to BIO_up_ref() instead of adjusting references 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


# f46e9419 07-Oct-2020 tb <tb@openbsd.org>

zap trailing whitespace


# 33ca586c 07-Oct-2020 jsing <jsing@openbsd.org>

Add regress tests for switching from the new TLS stack to the legacy stack.

This includes a test where the server response includes multiple handhshake
messages in the single TLS plaintext record (w

Add regress tests for switching from the new TLS stack to the legacy stack.

This includes a test where the server response includes multiple handhshake
messages in the single TLS plaintext record (which would have caught the
bug just fixed in tls13_legacy.c).

show more ...