summaryrefslogtreecommitdiff
path: root/src/regress/lib/libtls/gotls/tls_test.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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