summaryrefslogtreecommitdiff
path: root/src/regress/lib/libtls (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add regress coverage for tls_peer_cert_common_name()tb2024-12-102-0/+17
* Fix previoustb2024-08-021-5/+3
* Adjust tls regress for protocol parsing fixestb2024-08-023-16/+22
* Use the new certificates/chains in regress.jsing2024-03-203-10/+10
* Remove the ability to do tls 1.0 and 1.1 from libtls.beck2023-07-023-20/+13
* Refactor tls_check_common_name to use lower level API.beck2023-05-281-2/+4
* Make the signertest work better with the portable test frameworktb2023-04-142-14/+12
* Revert previous. The added includes were already there. Duh.tb2022-07-161-4/+1
* Explicitly include fcntl.h and unistd.h for pipe2tb2022-06-221-1/+4
* Switch to using TLS_INT instead of handrolling ittb2022-06-151-3/+2
* Adjust the signer test to link statically and work with hidden tls_signertb2022-03-242-3/+7
* Garbage collect the unused hash and print kp->pubkey_hash instead of NULL.tb2022-02-081-7/+4
* Use TLS_PADDING_* defines.jsing2022-02-011-4/+6
* Revise/simplify for signer interface change.jsing2022-02-011-20/+10
* Add test coverage for tls_signer when used with a TLS server.jsing2022-01-301-2/+189
* Add initial regress for tls_signer.jsing2022-01-303-1/+305
* Free cert, key and ocsp_staple on exit of do_keypair_test().tb2021-12-041-1/+4
* Clean up client and server tls{,_config} contexts in tls_test().tb2021-04-041-2/+11
* Make this test module aware so it passes with Go 1.16tb2021-02-231-0/+4
* Add a missing circular_init() call in the TLS ordering test.jsing2020-07-041-1/+3
* Add TLS versioning tests.jsing2020-05-131-2/+96
* Use a larger (2048 bit) RSA test key.jsing2020-05-041-1/+63
* Update protocol version test to include TLSv1.3.jsing2020-02-162-0/+3
* Update libtls config regress to include TLSv1.3.jsing2020-01-201-9/+16
* Add tls_conn_cipher_strength() to gotls regress.jsing2019-11-022-2/+20
* Do not check for working go executable during make clean cleandir obj.bluhm2019-04-241-1/+3
* Add subdirectires with SUBDIR += instead of a single assignment withtb2018-11-091-7/+6
* Revise regress to match tls_keypair_clear() removal.jsing2018-04-071-18/+3
* Remove the now unnecessary tls_init() call.jsing2018-03-191-4/+1
* Fix a format string issue that Go 1.10 complains about.jsing2018-03-151-1/+1
* Update keypair regress to match revised keypair hash handling.jsing2018-02-141-11/+10
* Update regress to match change to tls_keypair_pubkey_hash().jsing2018-02-081-3/+4
* Add a regress test that covers libtls keypairs.jsing2018-02-083-1/+248
* Tweak compiler flags to include -DLIBRESSL_INTERNAL and make more warningsjsing2018-02-081-2/+2
* Add a regress test for tls_config_parse_protocols().jsing2017-12-093-1/+183
* Add a (currently failing) call to tls_handshake() on a client context thatjsing2017-05-071-1/+8
* Also test calling tls_handshake() on a server connection context that hasjsing2017-05-071-1/+7
* Add a test that calls tls_handshake() on a connection that has alreadyjsing2017-05-071-1/+7
* An an initial sequencing/ordering test for libtls.jsing2017-05-071-1/+61
* Split TLS client/server handshake and close code into separate functionsjsing2017-05-061-4/+27
* Move TLS test code into a function that is called from main, making itjsing2017-05-062-17/+33
* Free tls_configs earlier now that we have refcounting.jsing2017-05-061-4/+4
* Add missing tls_init() and tls_free() calls.jsing2017-04-301-1/+4
* Rework and significantly extend TLS name verification tests to matchjsing2017-04-101-99/+377
* 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
* Add a test that covers a libtls client talking to a Go TLS server withjsing2017-03-071-5/+107
* 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-072-6/+23