History log of /openbsd-src/regress/lib/libtls/gotls/tls.go (Results 1 – 17 of 17)
Revision Date Author Comments
# 7f9db3f5 10-Dec-2024 tb <tb@openbsd.org>

Add regress coverage for tls_peer_cert_common_name()


# 0c5dcecc 02-Aug-2024 tb <tb@openbsd.org>

Adjust tls regress for protocol parsing fixes

This mostly reverts what was done by beck in Tallinn and adjust tlstest
to add new test cases and now failing connection tests.


# 5c389b79 02-Jul-2023 beck <beck@openbsd.org>

Remove the ability to do tls 1.0 and 1.1 from libtls.

With this change any requests from configurations to request
versions of tls before tls 1.2 will use tls 1.2. This prepares
us to deprecate tls

Remove the ability to do tls 1.0 and 1.1 from libtls.

With this change any requests from configurations to request
versions of tls before tls 1.2 will use tls 1.2. This prepares
us to deprecate tls 1.0 and tls 1.1 support from libssl.

ok tb@

show more ...


# 4f528881 16-Feb-2020 jsing <jsing@openbsd.org>

Update protocol version test to include TLSv1.3.


# b97dc7d2 02-Nov-2019 jsing <jsing@openbsd.org>

Add tls_conn_cipher_strength() to gotls regress.


# bd14cfca 15-Mar-2018 jsing <jsing@openbsd.org>

Fix a format string issue that Go 1.10 complains about.


# 3c9e0b2e 09-Apr-2017 jsing <jsing@openbsd.org>

Improve unknown protocol version handling.


# d896c745 07-Apr-2017 bluhm <bluhm@openbsd.org>

In ssl.h TLS 1.0 is called TLSv1. Adapt name in test to make it pass.
OK jsing@


# 6eccb6da 07-Mar-2017 jsing <jsing@openbsd.org>

Allow ciphers to be set on the TLS config.


# fd8dd3d6 07-Mar-2017 jsing <jsing@openbsd.org>

Provide support for libtls protocols and allow for protocols to be set on
a TLS config. The ConnVersion function now also returns a protocol version
instead of a string.


# 6cbf0df4 07-Mar-2017 jsing <jsing@openbsd.org>

Add handling for errors on the TLS config and properly check/handle
failures when setting the CA file.


# acb8c174 07-Mar-2017 jsing <jsing@openbsd.org>

libtls errors are much more descriptive these days - return them directly
and avoid adding redundant/duplicate information.


# 8f51249c 07-Mar-2017 jsing <jsing@openbsd.org>

We no longer need to keep pointers following tls_config_set_*() calls.


# c68aa4d5 13-Oct-2015 jsing <jsing@openbsd.org>

Add test coverage for peer certificate info and connection info.


# 2de79382 13-Oct-2015 jsing <jsing@openbsd.org>

Make regress work again post hackathon tls_handshake/tls_read/tls_write
changes.


# 28d450b7 22-Feb-2015 jsing <jsing@openbsd.org>

Update for recent verify related naming changes.


# 1e88be94 31-Oct-2014 jsing <jsing@openbsd.org>

Update regress for the libressl to libtls rename.