Bitcoin Forum

Alternate cryptocurrencies => Announcements (Altcoins) => Topic started by: earlz on January 10, 2015, 03:47:00 PM



Title: [INFO] All altcoin users must not upgrade to the latest OpenSSL
Post by: earlz on January 10, 2015, 03:47:00 PM
A new version of OpenSSL was released 2 days ago. This version of OpenSSL is more strict about what cryptographic signatures it is willing to accept. This can cause a blockchain fork if a specialized transaction with a non-rigid transaction is added to the blockchain, or if one is already on the blockchain. For more information, see gmaxwell's post about this issue http://sourceforge.net/p/bitcoin/mailman/message/33221963/

Again, DO NOT UPDATE TO OpenSSL 1.0.0p / 1.0.1k if you compile your own wallets. Windows wallets are not affected (but developers that compile altcoin wallets for Windows need to be aware of this)

If you're an altcoin developer, please merge in the two latest commits from the Bitcoin 0.8 branch: https://github.com/bitcoin/bitcoin/commits/0.8 (or 0.9 if your code is based on Bitcoin 0.9). This will fix the issue so that the latest OpenSSL will not cause a fork

To be specific (for most altcoins), you need to make these modifications to your code:

1. https://github.com/bitcoin/bitcoin/commit/f4134ee30100a3ba8a25e3f7ac6c4e0b39fb05a3
2. https://github.com/bitcoin/bitcoin/commit/91e1332011ca647362f95f34ae6c530640bfef98

This will make it so that the new OpenSSL doesn't cause a fork


Title: Re: [INFO] All altcoin users must not upgrade to the latest OpenSSL
Post by: ivanlabrie on January 10, 2015, 04:43:00 PM
Thanks for sharing, will look into that asap.


Title: Re: [INFO] All altcoin users must not upgrade to the latest OpenSSL
Post by: billotronic on January 11, 2015, 01:30:46 PM
lol I thought updates were supposed to be good?

Thanks for the heads up bud


Title: Re: [INFO] All altcoin users must not upgrade to the latest OpenSSL
Post by: Dogecoin on January 11, 2015, 11:32:56 PM
Really appreciate the altcoin patches being indicated, just reviewing and testing those now.


Title: Re: [INFO] All altcoin users must not upgrade to the latest OpenSSL
Post by: TheCoinFinder on January 15, 2015, 05:54:28 AM
Vertcoin was patched a few days ago