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

Add regress coverage for tls_peer_cert_common_name()


# 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 ...


# 99fe86a4 04-May-2020 jsing <jsing@openbsd.org>

Use a larger (2048 bit) RSA test key.

Otherwise we fail to do PSS signatures since the key size is too small.


# 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.


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

Add a test that covers a libtls client talking to a Go TLS server with
varying minimum and maximum protocol versions. This gives us protocol
version test coverage against an independent TLS stack.


# 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.


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

Single byte read/write tests.


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

Add test coverage for peer certificate info and connection info.


# 63818bff 15-Apr-2015 jsing <jsing@openbsd.org>

Now that tls_close() is more robust, consider a failure to be fatal.


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

Update regress for the libressl to libtls rename.