Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Indent labels with a space so that diff -p is more friendly. | jsing | 2015-09-09 | 1 | -3/+3 |
| | | | | Requested by bluhm@ | ||||
* | Add tls_load_file() as a helper to load certificates or encrypted keys | reyk | 2015-02-07 | 1 | -1/+89 |
| | | | | | | | | | into memory. This can be used for tls_config_set_ca_mem(), tls_config_set_cert_mem() or tls_config_set_key_mem(). With input from jsing@, tedu@ and henning@ OK tedu@ | ||||
* | Rename libressl to libtls to avoid confusion and to make it easier to | jsing | 2014-10-31 | 1 | -0/+81 |
distinguish between LibreSSL (the project) and libressl (the library). Discussed with many. |