aboutsummaryrefslogtreecommitdiff
path: root/contrib/epee/include/net/net_ssl.h
Commit message (Expand)AuthorAgeFilesLines
* Fix build with boost ASIO 0.87. Support boost 1.66+Lee *!* Clagett2025-02-141-0/+3
* connection: fix implementationanon2022-07-051-0/+5
* Doxygen: Hide anonymous namespaces from documentation by defaultJeffrey2022-04-281-1/+1
* Store RPC SSL key/cert for consistent authentication between runsLee Clagett2021-02-131-0/+4
* ssl: buffered handshake detectionanon2020-12-281-0/+1
* epee: fix SSL server handshake, run_one() can block, use poll_one()xiphon2019-10-181-0/+1
* epee: implement handshake timeout for SSL connectionsxiphon2019-09-171-1/+5
* net_ssl: SSL config tweaks for compatibility and securitymoneromooo-monero2019-05-071-0/+3
* change SSL certificate fingerprint whitelisting from SHA1 to SHA-256moneromooo-monero2019-04-261-0/+2
* Enabling daemon-rpc SSL now requires non-system CA verificationLee Clagett2019-04-071-0/+3
* Require manual override for user chain certificates.Lee Clagett2019-04-071-1/+2
* Perform RFC 2818 hostname verification in client SSL handshakesLee Clagett2019-04-071-1/+13
* Require server verification when SSL is enabled.Lee Clagett2019-04-071-0/+6
* Pass SSL arguments via one class and use shared_ptr instead of referenceLee Clagett2019-04-071-13/+61
* Change SSL certificate file list to OpenSSL builtin load_verify_locationLee Clagett2019-04-061-3/+4
* Fix startup errors with SSL cert generationHoward Chu2019-03-081-1/+0
* epee: add SSL supportMartijn Otto2019-03-051-2/+3
* epee: add SSL supportmoneromooo-monero2019-02-021-0/+68