aboutsummaryrefslogtreecommitdiff
path: root/contrib/epee/include/net/net_ssl.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-28ssl: buffered handshake detectionanon1-0/+1
2019-10-18epee: fix SSL server handshake, run_one() can block, use poll_one()xiphon1-0/+1
2019-09-17epee: implement handshake timeout for SSL connectionsxiphon1-1/+5
2019-05-07net_ssl: SSL config tweaks for compatibility and securitymoneromooo-monero1-0/+3
2019-04-26change SSL certificate fingerprint whitelisting from SHA1 to SHA-256moneromooo-monero1-0/+2
2019-04-07Enabling daemon-rpc SSL now requires non-system CA verificationLee Clagett1-0/+3
2019-04-07Require manual override for user chain certificates.Lee Clagett1-1/+2
2019-04-07Perform RFC 2818 hostname verification in client SSL handshakesLee Clagett1-1/+13
2019-04-07Require server verification when SSL is enabled.Lee Clagett1-0/+6
2019-04-07Pass SSL arguments via one class and use shared_ptr instead of referenceLee Clagett1-13/+61
2019-04-06Change SSL certificate file list to OpenSSL builtin load_verify_locationLee Clagett1-3/+4
2019-03-08Fix startup errors with SSL cert generationHoward Chu1-1/+0
2019-03-05epee: add SSL supportMartijn Otto1-2/+3
2019-02-02epee: add SSL supportmoneromooo-monero1-0/+68