summaryrefslogtreecommitdiff
path: root/t/ssl_cert_refresh.t
Commit message (Collapse)AuthorAgeFilesLines
* Find perl via /usr/bin/env instead of directlyDavid CARLIER2022-08-251-1/+1
| | | | | At least FreeBSD has perl in /usr/local/bin/perl and no symlink by default.
* Fix full unit test suite under test_tlsKevin Lin2021-11-231-10/+23
| | | | | This allows `make test_tls` to reliably pass when running without parallelism.
* Reload CA cert in refresh routineKevin Lin2019-09-281-2/+7
| | | | | | This change also reloads the CA certificate, if supplied, in addition to the certificate and private key when the server receives a `refresh_certs` command.
* Basic implementation of TLS for memcached.1.5.13Tharanga Gamaethige2019-04-151-0/+76
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.