aboutsummaryrefslogtreecommitdiff
path: root/contrib/epee/src/net_ssl.cpp
Commit message (Expand)AuthorAgeFilesLines
* address PR commentsj-berman2022-07-081-12/+9
* connection: fix implementationanon2022-07-051-25/+96
* Give better error messages when missing SSL filesJeffrey Ryan2022-05-051-1/+24
* Copyright: Update to 2022mj-xmr2022-03-041-1/+2
* Make SSL key/cert storage backward-compatibleNathan Dorfman2021-07-271-1/+2
* Store RPC SSL key/cert for consistent authentication between runsLee Clagett2021-02-131-0/+47
* ssl: buffered handshake detectionanon2020-12-281-1/+2
* fix a few typos in error messagesmoneromooo-monero2020-05-191-1/+1
* Merge pull request #6387luigi11112020-04-041-2/+2
|\
| * epee: avoid spamming 'Generating SSL certificate' in the logsxiphon2020-03-131-2/+2
* | Use boost::asio::ssl::context::sslv23 for backwards compatibilityMartijn Otto2020-03-111-1/+3
|/
* Merge pull request #6205Alexander Blair2020-02-281-1/+1
|\
| * ssl: server-side: allow multiple version of TLSBertrand Jacquin2019-12-031-1/+1
* | net_ssl: load default certificates in CA mode on Windowsmoneromooo-monero2019-11-261-0/+42
|/
* epee: fix SSL server handshake, run_one() can block, use poll_one()xiphon2019-10-181-2/+10
* epee: implement handshake timeout for SSL connectionsxiphon2019-09-171-3/+24
* 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