Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Copy the verify param hostflags independently of the host list | tb | 2023-05-24 | 1 | -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_CTX | tb | 2023-05-24 | 1 | -1/+6 |
| | | | | This is currently an expected failure that will be fixed shortly. | ||||
* | regres/libssl/unit: simplify Makefile | tb | 2022-12-02 | 1 | -20/+10 |
| | |||||
* | link ssl_set_alpn_protos to regress | tb | 2022-07-20 | 1 | -1/+2 |
| | |||||
* | Modify regress ssl_get_shared_ciphers for portable | inoguchi | 2021-05-03 | 1 | -2/+2 |
| | | | | | | | - Split out the intermediate path (../certs/) to Makefile - Change 'shutdown' to 'shutdown_all' ok tb@ | ||||
* | Link shared ciphers test to build | tb | 2021-01-10 | 1 | -1/+3 |
| | |||||
* | Enable ssl_methods unit test. | tb | 2020-12-01 | 1 | -1/+2 |
| | |||||
* | Add a unit test for tls1_PRF(). | jsing | 2017-03-10 | 1 | -1/+2 |
| | |||||
* | Update the TLS ALPN unit tests to work with internal/opaque data. | jsing | 2017-01-22 | 1 | -1/+2 |
| | |||||
* | Add regress coverage for enabled protocol version range. | jsing | 2016-12-30 | 1 | -1/+2 |
| | |||||
* | Some tests require internal symbols; have them link with the static | guenther | 2016-11-04 | 1 | -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 include | bcook | 2016-09-03 | 1 | -2/+2 |
| | |||||
* | Enable ALPN regress now that it passes. | jsing | 2016-08-27 | 1 | -4/+2 |
| | |||||
* | Unhook tls_ext_alpn test until the code passes it. | doug | 2015-07-13 | 1 | -2/+5 |
| | |||||
* | Add tests for parsing TLS extension ALPN (RFC 7301). | doug | 2015-07-09 | 1 | -2/+2 |
| | | | | The current libssl code does not pass these tests yet. | ||||
* | Add unit tests for LibreSSL. | doug | 2015-06-27 | 1 | -0/+20 |
cipher_list.c is based on code from jsing@. Discussed with jsing@ |