summaryrefslogtreecommitdiff
path: root/src/regress/lib/libtls/gotls/tls_test.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add regress coverage for tls_peer_cert_common_name()tb2024-12-101-0/+8
|
* Remove the ability to do tls 1.0 and 1.1 from libtls.beck2023-07-021-4/+4
| | | | | | | | 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@
* Use a larger (2048 bit) RSA test key.jsing2020-05-041-1/+63
| | | | Otherwise we fail to do PSS signatures since the key size is too small.
* Update protocol version test to include TLSv1.3.jsing2020-02-161-0/+1
|
* Add tls_conn_cipher_strength() to gotls regress.jsing2019-11-021-2/+10
|
* Add a test that covers a libtls client talking to a Go TLS server withjsing2017-03-071-5/+107
| | | | | varying minimum and maximum protocol versions. This gives us protocol version test coverage against an independent TLS stack.
* Add handling for errors on the TLS config and properly check/handlejsing2017-03-071-4/+10
| | | | failures when setting the CA file.
* Single byte read/write tests.jsing2015-10-131-0/+67
|
* Add test coverage for peer certificate info and connection info.jsing2015-10-131-6/+152
|
* Now that tls_close() is more robust, consider a failure to be fatal.jsing2015-04-151-1/+1
|
* Update regress for the libressl to libtls rename.jsing2014-10-311-0/+100