summaryrefslogtreecommitdiff
path: root/regress/lib/libtls
AgeCommit message (Expand)Author
2024-08-02Fix previousTheo Buehler
2024-08-02Adjust tls regress for protocol parsing fixesTheo Buehler
2024-03-20Use the new certificates/chains in regress.Joel Sing
2023-07-02Remove the ability to do tls 1.0 and 1.1 from libtls.Bob Beck
2023-05-28Refactor tls_check_common_name to use lower level API.Bob Beck
2023-04-14Make the signertest work better with the portable test frameworkTheo Buehler
2022-07-16Revert previous. The added includes were already there. Duh.Theo Buehler
2022-06-22Explicitly include fcntl.h and unistd.h for pipe2Theo Buehler
2022-06-15Switch to using TLS_INT instead of handrolling itTheo Buehler
2022-03-24Adjust the signer test to link statically and work with hidden tls_signerTheo Buehler
2022-02-08Garbage collect the unused hash and print kp->pubkey_hash instead of NULL.Theo Buehler
2022-02-01Use TLS_PADDING_* defines.Joel Sing
2022-02-01Revise/simplify for signer interface change.Joel Sing
2022-01-30Add test coverage for tls_signer when used with a TLS server.Joel Sing
2022-01-30Add initial regress for tls_signer.Joel Sing
2021-12-04Free cert, key and ocsp_staple on exit of do_keypair_test().Theo Buehler
2021-04-04Clean up client and server tls{,_config} contexts in tls_test().Theo Buehler
2021-02-23Make this test module aware so it passes with Go 1.16Theo Buehler
2020-07-04Add a missing circular_init() call in the TLS ordering test.Joel Sing
2020-05-13Add TLS versioning tests.Joel Sing
2020-05-04Use a larger (2048 bit) RSA test key.Joel Sing
2020-02-16Update protocol version test to include TLSv1.3.Joel Sing
2020-01-20Update libtls config regress to include TLSv1.3.Joel Sing
2019-11-02Add tls_conn_cipher_strength() to gotls regress.Joel Sing
2019-04-24Do not check for working go executable during make clean cleandir obj.Alexander Bluhm
2018-11-09Add subdirectires with SUBDIR += instead of a single assignment withTheo Buehler
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