summaryrefslogtreecommitdiff
path: root/t/server_crt.pem
Commit message (Collapse)AuthorAgeFilesLines
* Extend test CA validity to 500 yearsBernhard M. Wiedemann2020-10-271-36/+36
| | | | | | | | | | | | | below is a diff of certtool -i Root Certificate Authority Validity: - Not Before: Thu May 14 22:11:49 UTC 2020 - Not After: Tue May 13 22:11:49 UTC 2025 + Not Before: Tue Oct 27 03:04:55 UTC 2020 + Not After: Fri Jun 28 03:04:55 UTC 2520 This PR was done while working on reproducible builds for openSUSE.
* Restore SAN entries in testing TLS certificatesKevin Lin2020-05-271-57/+61
|
* Update testing certificatesTomas Korbar2020-05-121-58/+63
| | | | | | | 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/+67
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.