summaryrefslogtreecommitdiff
path: root/src/regress/lib/libtls/verify (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | changes in libtls.
* Provide TLS_INT for consistency with libssl/libcrypto.jsing2017-01-091-2/+2
|
* Some tests require internal symbols; have them link with the staticguenther2016-11-041-2/+2
| | | | | | | libssl or libtls so they can continue to see them after the shared library namespace is cleaned up ok jsing@
* regress test that we do not allow a wildcard match for ".openbsd.org"beck2015-09-111-1/+6
| | | | against a wildcard of "*.openbsd.org"
* fix verify to allow for servername->namebeck2015-09-111-25/+25
| | | | ok jsing@
* Update for recent verify related naming changes.jsing2015-02-221-25/+25
|
* Allow specific libtls hostname validation errors to propagate.bcook2014-12-071-3/+7
| | | | | | | | Remove direct calls to printf from the tls_check_hostname() path. This allows NUL byte error messages to bubble up to the caller, to be logged in a program-appropriate way. It also removes non-portable calls to getprogname(). ok jsing@
* Initial regress for libtls hostname verification.jsing2014-11-012-0/+244