summaryrefslogtreecommitdiff
path: root/regress/lib/libtls
AgeCommit message (Expand)Author
2018-04-07Revise regress to match tls_keypair_clear() removal.Joel Sing
2018-03-19Remove the now unnecessary tls_init() call.Joel Sing
2018-03-15Fix a format string issue that Go 1.10 complains about.Joel Sing
2018-02-14Update keypair regress to match revised keypair hash handling.Joel Sing
2018-02-08Update regress to match change to tls_keypair_pubkey_hash().Joel Sing
2018-02-08Add a regress test that covers libtls keypairs.Joel Sing
2018-02-08Tweak compiler flags to include -DLIBRESSL_INTERNAL and make more warningsJoel Sing
2017-12-09Add a regress test for tls_config_parse_protocols().Joel Sing
2017-05-07Add a (currently failing) call to tls_handshake() on a client context thatJoel Sing
2017-05-07Also test calling tls_handshake() on a server connection context that hasJoel Sing
2017-05-07Add a test that calls tls_handshake() on a connection that has alreadyJoel Sing
2017-05-07An an initial sequencing/ordering test for libtls.Joel Sing
2017-05-06Split TLS client/server handshake and close code into separate functionsJoel Sing
2017-05-06Move TLS test code into a function that is called from main, making itJoel Sing
2017-05-06Free tls_configs earlier now that we have refcounting.Joel Sing
2017-04-30Add missing tls_init() and tls_free() calls.Joel Sing
2017-04-10Rework and significantly extend TLS name verification tests to matchJoel Sing
2017-04-09Improve unknown protocol version handling.Joel Sing
2017-04-07In ssl.h TLS 1.0 is called TLSv1. Adapt name in test to make it pass.Alexander Bluhm
2017-03-07Add a test that covers a libtls client talking to a Go TLS server withJoel Sing
2017-03-07Allow ciphers to be set on the TLS config.Joel Sing
2017-03-07Provide support for libtls protocols and allow for protocols to be set onJoel Sing
2017-03-07Add handling for errors on the TLS config and properly check/handleJoel Sing
2017-03-07libtls errors are much more descriptive these days - return them directlyJoel Sing
2017-03-07We no longer need to keep pointers following tls_config_set_*() calls.Joel Sing
2017-01-17Correctly tls_config_set_ca_file() return value (no effective change).Joel Sing
2017-01-12Add regress tests for libtls, which currently cover handshakes and closesJoel Sing
2017-01-09Provide TLS_INT for consistency with libssl/libcrypto.Joel Sing
2016-11-04Some tests require internal symbols; have them link with the staticPhilip Guenther
2016-09-02Print SKIPPED if a regress test cannot be executed for some reason.Alexander Bluhm
2015-10-13Single byte read/write tests.Joel Sing
2015-10-13Add test coverage for peer certificate info and connection info.Joel Sing
2015-10-13Make regress work again post hackathon tls_handshake/tls_read/tls_writeJoel Sing
2015-09-11regress test that we do not allow a wildcard match for ".openbsd.org"Bob Beck
2015-09-11fix verify to allow for servername->nameBob Beck
2015-04-15Now that tls_close() is more robust, consider a failure to be fatal.Joel Sing
2015-02-22Update for recent verify related naming changes.Joel Sing
2014-12-07Allow specific libtls hostname validation errors to propagate.Brent Cook
2014-11-01Initial regress for libtls hostname verification.Joel Sing
2014-10-31Update regress for the libressl to libtls rename.Joel Sing