summaryrefslogtreecommitdiff
path: root/src/regress/lib/libtls/gotls/tls.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update protocol version test to include TLSv1.3.jsing2020-02-161-0/+2
* Add tls_conn_cipher_strength() to gotls regress.jsing2019-11-021-0/+10
* Fix a format string issue that Go 1.10 complains about.jsing2018-03-151-1/+1
* Improve unknown protocol version handling.jsing2017-04-091-2/+3
* In ssl.h TLS 1.0 is called TLSv1. Adapt name in test to make it pass.bluhm2017-04-071-1/+1
* Allow ciphers to be set on the TLS config.jsing2017-03-071-0/+10
* Provide support for libtls protocols and allow for protocols to be set onjsing2017-03-071-3/+47
* Add handling for errors on the TLS config and properly check/handlejsing2017-03-071-2/+13
* libtls errors are much more descriptive these days - return them directlyjsing2017-03-071-9/+8
* We no longer need to keep pointers following tls_config_set_*() calls.jsing2017-03-071-6/+3
* Add test coverage for peer certificate info and connection info.jsing2015-10-131-0/+79
* Make regress work again post hackathon tls_handshake/tls_read/tls_writejsing2015-10-131-7/+42
* Update for recent verify related naming changes.jsing2015-02-221-3/+3
* Update regress for the libressl to libtls rename.jsing2014-10-311-0/+165