Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Provide TLS_INT for consistency with libssl/libcrypto. | jsing | 2017-01-09 | 2 | -2/+4 | |
| | ||||||
* | Some tests require internal symbols; have them link with the static | guenther | 2016-11-04 | 1 | -2/+2 | |
| | | | | | | | libssl or libtls so they can continue to see them after the shared library namespace is cleaned up ok jsing@ | |||||
* | Print SKIPPED if a regress test cannot be executed for some reason. | bluhm | 2016-09-02 | 1 | -2/+3 | |
| | | | | This allows to identify such tests by looking at their output. | |||||
* | Single byte read/write tests. | jsing | 2015-10-13 | 1 | -0/+67 | |
| | ||||||
* | Add test coverage for peer certificate info and connection info. | jsing | 2015-10-13 | 2 | -6/+231 | |
| | ||||||
* | Make regress work again post hackathon tls_handshake/tls_read/tls_write | jsing | 2015-10-13 | 1 | -7/+42 | |
| | | | | changes. | |||||
* | regress test that we do not allow a wildcard match for ".openbsd.org" | beck | 2015-09-11 | 1 | -1/+6 | |
| | | | | against a wildcard of "*.openbsd.org" | |||||
* | fix verify to allow for servername->name | beck | 2015-09-11 | 1 | -25/+25 | |
| | | | | ok jsing@ | |||||
* | Now that tls_close() is more robust, consider a failure to be fatal. | jsing | 2015-04-15 | 1 | -1/+1 | |
| | ||||||
* | Update for recent verify related naming changes. | jsing | 2015-02-22 | 2 | -28/+28 | |
| | ||||||
* | Allow specific libtls hostname validation errors to propagate. | bcook | 2014-12-07 | 1 | -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. | jsing | 2014-11-01 | 3 | -2/+247 | |
| | ||||||
* | Update regress for the libressl to libtls rename. | jsing | 2014-10-31 | 4 | -0/+288 | |