-
Notifications
You must be signed in to change notification settings - Fork 267
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For more security spongycastle -> bouncycastle #1375
Comments
Thanks for reporting that, I'll have to do some digging, but I believe we needed spongycastle for the android support. |
@t-bast: Thanks for your comment! Since several years, a lot of projects have already moved from Spongy Castle to Bouncy Castle because the project is dead. You can see discussion "34" in https://github.com/rtyley/spongycastle/issues. |
Yes, we needed to use spongycastle on Android. We're not supporting old versions of Android anymore so it may be possible to switch to BouncyCastle but it is not that obvious even when you look at rtyley/spongycastle#34.
Do you have a list of Android projects that moved from SC to BC ? |
@Any news? |
The mobile apps are moving to a new lightning engine in Kotlin, once that's complete we'll be able to update eclair to not depend on spongycastle anymore. |
* Use bouncycastle instead of spongycastle * Reformat a few files * Remove wireshark dissector support Fixes #1375
@t-bast: Good job, thanks! At the same time, can you update to 1.69? |
For more security, can you change old spongycastle (based on old bouncycastle) to bouncycastle?
The text was updated successfully, but these errors were encountered: