Commit Graph

675 Commits (v0.6.1.2)

Author SHA1 Message Date
moneromooo-monero d46fb70930
p2p: close the right number of connections on setting max in/out peers
5 years ago
moneromooo-monero 12085c4c74
ensure no NULL is passed to memcpy
5 years ago
moneromooo-monero 2a5f743d0a
abstract_tcp_server2: improve DoS resistance
5 years ago
moneromooo-monero 307bd8f5ae
epee: basic sanity check on allocation size from untrusted source
5 years ago
Howard Chu c749be7f9d
Use 9 digit build IDs
5 years ago
Howard Chu 036cdfadad
Delete redundant cppzmq dependency
5 years ago
Howard Chu 8670b67c9c
Allow parallel make
5 years ago
Howard Chu 98f2524ecc
Don't use -march=native
5 years ago
who-biz a0b181f4cd
[depends] update openssl to 1.0.2r
5 years ago
moneromooo-monero ae9de01824
Fix GCC 9.1 build warnings
5 years ago
xiphon ed34ba0774
epee: fix SSL autodetect on reconnection
5 years ago
Lee Clagett 72c2f5c3e6
Add ssl_options support to monerod's rpc mode.
5 years ago
wowario a140780405
initial commit
5 years ago
Riccardo Spagni e8487fa46b
Merge pull request #5539
5 years ago
luigi1111 14723fc6e7
Merge pull request #5527
5 years ago
luigi1111 1fc1c7318c
Merge pull request #5519
5 years ago
Rohaq 1873af35bf Made code block usage consistent across all .md files
5 years ago
moneromooo-monero 9a7a453f25
net_ssl: free certs after setting them up
5 years ago
Riccardo Spagni c0bc6d96cd
Merge pull request #5509
5 years ago
Riccardo Spagni 2d04b0e500
Merge pull request #5499
5 years ago
Riccardo Spagni 123df0eaf7
Merge pull request #5419
5 years ago
moneromooo-monero a62e072571
net_ssl: SSL config tweaks for compatibility and security
5 years ago
moneromooo-monero 367bb80ae7
mlog: default to not showing SSL errors
5 years ago
moneromooo-monero a4c4a2d8aa
blockchain: keep a rolling long term block weight median
5 years ago
moneromooo-monero 5e0da6fb68
change SSL certificate fingerprint whitelisting from SHA1 to SHA-256
5 years ago
Riccardo Spagni 5d09e39174
Merge pull request #5482
5 years ago
Riccardo Spagni d86dd5fa7c
Merge pull request #5479
5 years ago
moneromooo-monero 9956500d14
net_helper: clear recv buffer on eof
5 years ago
moneromooo-monero edbae2d05b
levin_protocol_handler_async: tune down preallocation a fair bit
5 years ago
moneromooo-monero 7a9316ebef
serialization: set default log category
5 years ago
moneromooo-monero b672d4d6e5
epee: use boost/timer/timer.hpp, boost/timer.hpp is deprecated
5 years ago
Riccardo Spagni ba1b6d36c4
Merge pull request #5447
5 years ago
Riccardo Spagni c8ce4217cf
Merge pull request #5445
5 years ago
Riccardo Spagni e9527f5eed
Merge pull request #5436
5 years ago
Riccardo Spagni c603044398
Merge pull request #5432
5 years ago
Florian 02c01c0bd8 Add Brewfile to allow for an even easier management of dependencies
5 years ago
moneromooo-monero b18f0b1051
wallet: new --offline option
5 years ago
Riccardo Spagni e46dc055d1
Merge pull request #5369
5 years ago
moneromooo-monero 61d63900b9
net_helper: avoid unnecessary memcpy
5 years ago
moneromooo-monero c3cf930f75
abstract_tcp_server2: fix timeout on exit
5 years ago
moneromooo-monero 4b3bb829c2
epee: init a new ssl related variable in ctor
5 years ago
moneromooo-monero 9f8dc4ce51
simplewallet: new net_stats command
5 years ago
Dusan Klinec f29fecd517
build: debug and test builds via contrib
5 years ago
Lee Clagett 2e578b8214 Enabling daemon-rpc SSL now requires non-system CA verification
5 years ago
Lee Clagett d58f368289 Require manual override for user chain certificates.
5 years ago
Lee Clagett 97cd1fa98d Only check top-level certificate against fingerprint list.
5 years ago
Lee Clagett 7c388fb358 Call `use_certificate_chain_file` instead of `use_certificate_file`
5 years ago
Lee Clagett eca0fea45a Perform RFC 2818 hostname verification in client SSL handshakes
5 years ago
Lee Clagett 0416764cae Require server verification when SSL is enabled.
5 years ago
Lee Clagett 96d602ac84 Add `verify_fail_if_no_cert` option for proper client authentication
5 years ago