Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | expose the default cert file as a function, not a define. it's really | tedu | 2018-11-29 | 1 | -3/+9 |
| | | | | | | an internal detail of the library, so the string should live inside it, not in the application code. ok jsing | ||||
* | typo in argument type, from Mario dot Andres dot Campos at gmail dot com | schwarze | 2018-08-21 | 1 | -3/+3 |
| | |||||
* | hyphenate DER/PEM-encoded, for consistency; | jmc | 2017-10-08 | 1 | -6/+6 |
| | |||||
* | correct function name; | jmc | 2017-08-01 | 1 | -3/+3 |
| | | | | from carlos cardenas | ||||
* | Document tls_config_set_crl_file() and tls_config_set_crl_mem(). | jsing | 2017-07-06 | 1 | -3/+30 |
| | | | | Based on a diff from Jack Burton <jack at saosce dot com dot au>, thanks! | ||||
* | Document tls_unload_file(). | jsing | 2017-05-06 | 1 | -3/+14 |
| | |||||
* | tweak previous; | jmc | 2017-01-31 | 1 | -5/+4 |
| | |||||
* | Add tls_config_[add|set]keypair_ocsp functions so that ocsp staples may be | beck | 2017-01-31 | 1 | -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 AUTHORS | schwarze | 2017-01-28 | 1 | -2/+57 |
| | |||||
* | Fix Copyright notices; ok beck@ jsing@ tedu@ | schwarze | 2017-01-27 | 1 | -2/+5 |
| | |||||
* | split the tls_init(3) that had grown fat to allow healthy future growth; | schwarze | 2017-01-25 | 1 | -0/+197 |
suggested by jsing@; "i would just chuck it in" jmc@ |