index
:
monzero-core.git
main
Monzero core node, command-line wallet, consensus code, and release tooling.
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
epee
/
src
/
net_ssl.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix build with boost ASIO 0.87. Support boost 1.66+
Lee *!* Clagett
2025-02-14
1
-7
/
+15
*
Set SSL SNI even when server verification is disabled
Lee *!* Clagett
2023-06-16
1
-5
/
+8
*
address PR comments
j-berman
2022-07-08
1
-12
/
+9
*
connection: fix implementation
anon
2022-07-05
1
-25
/
+96
*
Give better error messages when missing SSL files
Jeffrey Ryan
2022-05-05
1
-1
/
+24
*
Copyright: Update to 2022
mj-xmr
2022-03-04
1
-1
/
+2
*
Make SSL key/cert storage backward-compatible
Nathan Dorfman
2021-07-27
1
-1
/
+2
*
Store RPC SSL key/cert for consistent authentication between runs
Lee Clagett
2021-02-13
1
-0
/
+47
*
ssl: buffered handshake detection
anon
2020-12-28
1
-1
/
+2
*
fix a few typos in error messages
moneromooo-monero
2020-05-19
1
-1
/
+1
*
Merge pull request #6387
luigi1111
2020-04-04
1
-2
/
+2
|
\
|
*
epee: avoid spamming 'Generating SSL certificate' in the logs
xiphon
2020-03-13
1
-2
/
+2
*
|
Use boost::asio::ssl::context::sslv23 for backwards compatibility
Martijn Otto
2020-03-11
1
-1
/
+3
|
/
*
Merge pull request #6205
Alexander Blair
2020-02-28
1
-1
/
+1
|
\
|
*
ssl: server-side: allow multiple version of TLS
Bertrand Jacquin
2019-12-03
1
-1
/
+1
*
|
net_ssl: load default certificates in CA mode on Windows
moneromooo-monero
2019-11-26
1
-0
/
+42
|
/
*
epee: fix SSL server handshake, run_one() can block, use poll_one()
xiphon
2019-10-18
1
-2
/
+10
*
epee: implement handshake timeout for SSL connections
xiphon
2019-09-17
1
-3
/
+24
*
net_ssl: free certs after setting them up
moneromooo-monero
2019-05-10
1
-2
/
+2
*
net_ssl: SSL config tweaks for compatibility and security
moneromooo-monero
2019-05-07
1
-4
/
+125
*
change SSL certificate fingerprint whitelisting from SHA1 to SHA-256
moneromooo-monero
2019-04-26
1
-1
/
+1
*
Enabling daemon-rpc SSL now requires non-system CA verification
Lee Clagett
2019-04-07
1
-0
/
+19
*
Require manual override for user chain certificates.
Lee Clagett
2019-04-07
1
-0
/
+3
*
Only check top-level certificate against fingerprint list.
Lee Clagett
2019-04-07
1
-2
/
+4
*
Call `use_certificate_chain_file` instead of `use_certificate_file`
Lee Clagett
2019-04-07
1
-1
/
+1
*
Perform RFC 2818 hostname verification in client SSL handshakes
Lee Clagett
2019-04-07
1
-3
/
+12
*
Require server verification when SSL is enabled.
Lee Clagett
2019-04-07
1
-11
/
+10
*
Add `verify_fail_if_no_cert` option for proper client authentication
Lee Clagett
2019-04-07
1
-1
/
+1
*
Pass SSL arguments via one class and use shared_ptr instead of reference
Lee Clagett
2019-04-07
1
-36
/
+50
*
Do not require client certificate unless server has some whitelisted.
Lee Clagett
2019-04-06
1
-12
/
+27
*
Change SSL certificate file list to OpenSSL builtin load_verify_location
Lee Clagett
2019-04-06
1
-53
/
+45
*
No longer use deprecated RSA_generate_key in favor of
Martijn Otto
2019-03-27
1
-7
/
+40
*
epee: certificate generation fix, pkey deleted
Dusan Klinec
2019-03-10
1
-3
/
+5
*
Fix startup errors with SSL cert generation
Howard Chu
2019-03-08
1
-37
/
+6
*
epee: add SSL support
Martijn Otto
2019-03-05
1
-24
/
+58
*
epee: add SSL support
moneromooo-monero
2019-02-02
1
-0
/
+319