Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix error in Dt; from robert klein | jmc | 2017-03-02 | 1 | -3/+3 |
| | |||||
* | spelling fix; | jmc | 2017-02-20 | 1 | -2/+2 |
| | |||||
* | document tls_config_error(3) RETURN VALUES, improve what is said | schwarze | 2017-02-20 | 2 | -6/+59 |
| | | | | | about tls_error(3), and warn about some traps; OK jmc@ | ||||
* | tweak previous; | jmc | 2017-01-31 | 2 | -12/+8 |
| | |||||
* | Add tls_config_[add|set]keypair_ocsp functions so that ocsp staples may be | beck | 2017-01-31 | 2 | -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 libtls | beck | 2017-01-29 | 1 | -2/+3 |
| | |||||
* | add HISTORY and AUTHORS | schwarze | 2017-01-28 | 12 | -24/+256 |
| | |||||
* | Fix Copyright notices; ok beck@ jsing@ tedu@ | schwarze | 2017-01-27 | 11 | -28/+43 |
| | |||||
* | fix Dt; | jmc | 2017-01-26 | 1 | -3/+3 |
| | |||||
* | split the tls_init(3) that had grown fat to allow healthy future growth; | schwarze | 2017-01-25 | 13 | -0/+1468 |
suggested by jsing@; "i would just chuck it in" jmc@ |