Multibit-Legacy / multibit-hd

Deprecated Bitcoin Wallet
https://multibit.org/blog/2017/07/26/multibit-shutdown.html
Other
173 stars 114 forks source link

BouncyCastle is included in the final JAR which invalidates its signature #599

Closed gary-rowe closed 9 years ago

gary-rowe commented 9 years ago

This has several knock-on effects:

AES is unaffected since it uses SpongyCastle which may offer an alternative route.

gary-rowe commented 9 years ago

Switching entirely to SpongyCastle (the Bitcoinj crypto provider) has resolved the JCA problem. The following modifications/verifications were made:

When running in either a signed or unsigned installer the SC operations worked without issue on Windows, OS X and Linux.

Ready for review and close.

jim618 commented 9 years ago

Created signed installer and checked can open wallets, send, change password, update error report. Closing