- 12 Dec, 2014 2 commits
- 11 Dec, 2014 3 commits
- 09 Dec, 2014 7 commits
-
-
vertoe authored
-
vertoe authored
-
vertoe authored
-
vertoe authored
-
vertoe authored
-
Gregory Maxwell authored
TLS is subject to downgrade attacks when SSLv3 is available, and SSLv3 has vulnerabilities. The popular solution is to disable SSLv3. On the web this breaks some tiny number of very old clients. While Bitcoin RPC shouldn't be exposed to the open Internet, it also shouldn't be exposed to really old SSL implementations, so it shouldn't be a major issue for us to disable SSLv3. There is more information on the downgrade attacks and disabling SSLv3 at https://disablessl3.com/ . Rebased-From: 683dc400
-
Pieter Wuille authored
Rebased-From: 12a49cac
-
- 06 Dec, 2014 2 commits
- 05 Dec, 2014 2 commits
- 04 Dec, 2014 6 commits
- 02 Dec, 2014 3 commits
- 29 Nov, 2014 3 commits
- 28 Nov, 2014 2 commits
- 27 Nov, 2014 5 commits
- 24 Nov, 2014 1 commit
-
-
Gregory Maxwell authored
Previously -proxy was not setting the proxy for IsLimited networks, so if you set your configuration to be onlynet=tor you wouldn't get an IPv4 proxy set. The payment protocol gets its proxy configuration from the IPv4 proxy, and so it would experience a connection leak. This addresses issue #5355 and also clears up a cosmetic bug where getinfo proxy output shows nothing when onlynet=tor is set. Conflicts: src/init.cpp Rebased-From: 3c777141 Github-Issue: #5358
-
- 08 Oct, 2014 1 commit
-
-
Gavin Andresen authored
Refactor common -alertnotify code into static CAlert::Notify method.
-
- 03 Oct, 2014 1 commit
-
-
Cory Fields authored
Qt5 is bottled, so configure won't find it without some help. Use brew to find out its prefix. Also, qt5 added the host_bins variable to pkg-config, use it.
-
- 02 Oct, 2014 2 commits
-
-
Gavin Andresen authored
Code signing failed for me on OSX 10.9.5 because the Versions/Current symbolic links were being replaced with a duplicate copy of the frameworks' code. Releases were bigger than they needed to be, for the same reason. Rebased-From: 965c306d