summaryrefslogtreecommitdiff
path: root/src/lib/libtls/man/tls_load_file.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tweak previous;jmc2017-01-311-5/+4
|
* Add tls_config_[add|set]keypair_ocsp functions so that ocsp staples may bebeck2017-01-311-12/+85
| | | | | | | | added associated to a keypair used for SNI, and are usable for more than just the "main" certificate. Modify httpd to use this. Bump libtls minor. ok jsing@
* add HISTORY and AUTHORSschwarze2017-01-281-2/+57
|
* Fix Copyright notices; ok beck@ jsing@ tedu@schwarze2017-01-271-2/+5
|
* split the tls_init(3) that had grown fat to allow healthy future growth;schwarze2017-01-251-0/+197
suggested by jsing@; "i would just chuck it in" jmc@