aboutsummaryrefslogtreecommitdiff
path: root/contrib/epee/src/net_ssl.cpp (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-10net_ssl: free certs after setting them upmoneromooo-monero1-2/+2
2019-05-07net_ssl: SSL config tweaks for compatibility and securitymoneromooo-monero1-4/+125
2019-04-26change SSL certificate fingerprint whitelisting from SHA1 to SHA-256moneromooo-monero1-1/+1
2019-04-07Enabling daemon-rpc SSL now requires non-system CA verificationLee Clagett1-0/+19
2019-04-07Require manual override for user chain certificates.Lee Clagett1-0/+3
2019-04-07Only check top-level certificate against fingerprint list.Lee Clagett1-2/+4
2019-04-07Call `use_certificate_chain_file` instead of `use_certificate_file`Lee Clagett1-1/+1
2019-04-07Perform RFC 2818 hostname verification in client SSL handshakesLee Clagett1-3/+12
2019-04-07Require server verification when SSL is enabled.Lee Clagett1-11/+10
2019-04-07Add `verify_fail_if_no_cert` option for proper client authenticationLee Clagett1-1/+1
2019-04-07Pass SSL arguments via one class and use shared_ptr instead of referenceLee Clagett1-36/+50
2019-04-06Do not require client certificate unless server has some whitelisted.Lee Clagett1-12/+27
2019-04-06Change SSL certificate file list to OpenSSL builtin load_verify_locationLee Clagett1-53/+45
2019-03-27No longer use deprecated RSA_generate_key in favor ofMartijn Otto1-7/+40
2019-03-10epee: certificate generation fix, pkey deletedDusan Klinec1-3/+5
2019-03-08Fix startup errors with SSL cert generationHoward Chu1-37/+6
2019-03-05epee: add SSL supportMartijn Otto1-24/+58
2019-02-02epee: add SSL supportmoneromooo-monero1-0/+319