summaryrefslogtreecommitdiff
path: root/t/cakey.pem
Commit message (Collapse)AuthorAgeFilesLines
* Restore SAN entries in testing TLS certificatesKevin Lin2020-05-271-30/+27
|
* Update testing certificatesTomas Korbar2020-05-121-28/+28
| | | | | | | Keys are now 2048 bits long so systems with hardened crypto policies will not have problem with them. Add readme describing process how to generate certificates.
* Basic implementation of TLS for memcached.1.5.13Tharanga Gamaethige2019-04-151-0/+30
Most of the work done by Tharanga. Some commits squashed in by dormando. Also reviewed by dormando. Tested, working, but experimental implementation of TLS for memcached. Enable with ./configure --enable-tls Requires OpenSSL 1.1.0 or better. See `memcached -h` output for usage.