Re: [Bitcoin-development] OpenSSL 1.0.0p / 1.0.1k incompatible, causes blockchain rejection.

2015-01-12 Thread Wladimir
On Sat, Jan 10, 2015 at 12:18 PM, Ivan Jelincic wrote: > Is openssl1.0.1j unaffected? Yes. It concerns CVE-2014-8275. Which in https://www.openssl.org/news/openssl-1.0.1-notes.html is under: Major changes between OpenSSL 1.0.1j and OpenSSL 1.0.1k [8 Jan 2015] Wladimir

[Bitcoin-development] [ANN] 0.10.0rc2 has been tagged

2015-01-12 Thread Wladimir
I've just tagged 0.10.0rc2 in git. To fetch, build, and test (see also doc/build-*.md): ``` git clone -b v0.10.0rc2 https://github.com/bitcoin/bitcoin.git bitcoin-0.10 cd bitcoin-0.10 ./autogen.sh ./configure make make check ``` Note: This includes the changes required for interoperability with O