summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/unit/ssl_verify_param.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* const correct X509_VERIFY_PARAM_get_hostflags()tb2025-10-101-2/+2
| | | | | | | This is currently an internal helper only used by a regress test. We'll have to expose in the public API for Python 3.14: https://github.com/libressl/portable/issues/1202
* Add a test to verify that an SSL inherits the hostflags from the SSL_CTXtb2023-05-241-0/+99
This is currently an expected failure that will be fixed shortly.