summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/unit/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Copy the verify param hostflags independently of the host listtb2023-05-241-3/+1
| | | | | | | | | | | | | | | | Without this, hostflags set on the SSL_CTX would not propagate to newly created SSL. This is surprising behavior that was changed in OpenSSL 1.1 by Christian Heimes after the issue was flagged by Quentin Pradet: https://bugs.python.org/issue43522 This is a version of the fix that landed in OpenSSL. There used to be a workaround in place in urllib3, but that was removed at some point. We haven't fixed this earlier since it wasn't reported. It only showed up after recent fallout of extraordinarily strict library checking in urllib3 coming from their own interpretation of the implications of PEP 644. ok jsing
* Add a test to verify that an SSL inherits the hostflags from the SSL_CTXtb2023-05-241-1/+6
| | | | This is currently an expected failure that will be fixed shortly.
* regres/libssl/unit: simplify Makefiletb2022-12-021-20/+10
|
* link ssl_set_alpn_protos to regresstb2022-07-201-1/+2
|
* Modify regress ssl_get_shared_ciphers for portableinoguchi2021-05-031-2/+2
| | | | | | | - Split out the intermediate path (../certs/) to Makefile - Change 'shutdown' to 'shutdown_all' ok tb@
* Link shared ciphers test to buildtb2021-01-101-1/+3
|
* Enable ssl_methods unit test.tb2020-12-011-1/+2
|
* Add a unit test for tls1_PRF().jsing2017-03-101-1/+2
|
* Update the TLS ALPN unit tests to work with internal/opaque data.jsing2017-01-221-1/+2
|
* Add regress coverage for enabled protocol version range.jsing2016-12-301-1/+2
|
* Some tests require internal symbols; have them link with the staticguenther2016-11-041-4/+4
| | | | | | | libssl or libtls so they can continue to see them after the shared library namespace is cleaned up ok jsing@
* remove unneeded reach-around includebcook2016-09-031-2/+2
|
* Enable ALPN regress now that it passes.jsing2016-08-271-4/+2
|
* Unhook tls_ext_alpn test until the code passes it.doug2015-07-131-2/+5
|
* Add tests for parsing TLS extension ALPN (RFC 7301).doug2015-07-091-2/+2
| | | | The current libssl code does not pass these tests yet.
* Add unit tests for LibreSSL.doug2015-06-271-0/+20
cipher_list.c is based on code from jsing@. Discussed with jsing@