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