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

Update for OPENSSL_cpu_caps() now being machine independent.


# 0ba45550 20-Mar-2024 jsing <jsing@openbsd.org>

Use the new certificates/chains in regress.

The new certificates are more representative of the real world. The old
certificates use weak algorithms and expire in the very near future. Most
of our r

Use the new certificates/chains in regress.

The new certificates are more representative of the real world. The old
certificates use weak algorithms and expire in the very near future. Most
of our regress has already been switched over, this changes the remainder.

Thanks to Bernhard M. Wiedemann for reminding us of the upcoming expiry.

ok tb@

show more ...


# 57e596ee 05-Feb-2022 tb <tb@openbsd.org>

Adjust the ssl_get_shared_ciphers to the new names.


# 0dfc6687 04-May-2021 tb <tb@openbsd.org>

Rename shutdown_all() to shutdown_peers() for consistency.


# 0123979b 03-May-2021 inoguchi <inoguchi@openbsd.org>

Modify regress ssl_get_shared_ciphers for portable

- Split out the intermediate path (../certs/) to Makefile
- Change 'shutdown' to 'shutdown_all'

ok tb@


# f784c504 21-Jan-2021 tb <tb@openbsd.org>

don't set AUTO_RETRY. it's a remnant of an experiment.


# 551179fd 12-Jan-2021 tb <tb@openbsd.org>

A few minor tweaks to make my OCD happy.

Sort headers, unwrap a line, fix grammar in spelling and simplify
the check for test failure.


# fc736411 11-Jan-2021 tb <tb@openbsd.org>

Print error if SSL_{connect,accept,shutdown}(3) don't run to completion.


# 83cacfda 11-Jan-2021 tb <tb@openbsd.org>

Shut down the TLS connections properly.


# d3f60055 11-Jan-2021 tb <tb@openbsd.org>

Include headers used instead of relying on ssl.h pulling in the world.


# 8510c913 10-Jan-2021 tb <tb@openbsd.org>

Merge handshake_loop() into handshake(). There's no benefit in having
this factored into a separate function.


# 3853b7a6 10-Jan-2021 tb <tb@openbsd.org>

tweak a comment


# 373185a5 10-Jan-2021 tb <tb@openbsd.org>

Add a regress for SSL_get_shared_ciphers() for the change of returned
ciphers in ssl_lib.c r1.240 and TLSv1.3 support in tls13_server.c r1.69.

requested by jsing