summaryrefslogtreecommitdiff
path: root/src/regress/lib/libtls/verify/verifytest.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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