summaryrefslogtreecommitdiff
path: root/tls.c
Commit message (Expand)AuthorAgeFilesLines
* Replace OPENSSL_VERSION_NUMBER check with defined(TLS1_3_VERSION) check for T...Kevin Lin2021-11-231-1/+1
* Configurable minimum supported TLS protocol versionKevin Lin2021-09-271-4/+20
* Fix typos in doc/code comments (tem->item, etc)Tyson Andre2021-08-051-1/+1
* adding openssl errors to SSL certificate loading error messagesTharanga Gamaethige2020-07-021-25/+58
* Add: `-o ssl_session_cache`, disabled by defaultKevin Lin2020-03-271-1/+25
* tls: fix refresh_certs crash when disableddormando2020-03-231-0/+5
* Note that the help string is too long and triggersDavid Carlier2020-01-131-1/+1
* Reload CA cert in refresh routineKevin Lin2019-09-281-17/+12
* Basic implementation of TLS for memcached.1.5.13Tharanga Gamaethige2019-04-151-0/+195