summaryrefslogtreecommitdiff
path: root/src/lib/libtls/man (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add tls_config_[add|set]keypair_ocsp functions so that ocsp staples may bebeck2017-01-312-39/+91
| | | | | | | | 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@
* Marko Kreen contributed significantly to the ocsp stuff for libtlsbeck2017-01-291-2/+3
|
* add HISTORY and AUTHORSschwarze2017-01-2812-24/+256
|
* Fix Copyright notices; ok beck@ jsing@ tedu@schwarze2017-01-2711-28/+43
|
* fix Dt;jmc2017-01-261-3/+3
|
* split the tls_init(3) that had grown fat to allow healthy future growth;schwarze2017-01-2513-0/+1468
suggested by jsing@; "i would just chuck it in" jmc@