summaryrefslogtreecommitdiff
path: root/src/regress/lib/libtls/verify/verifytest.c (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.
* 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-011-0/+234