-
-
Notifications
You must be signed in to change notification settings - Fork 279
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
Migration spongycastle -> bouncycastle #515
Comments
Duplicate of #315 |
@J-Jamet: Thanks for your reply! |
In this case, you can help me, I just prioritized developments, which is why the 2.5 version is not yet finished. ;) As we have the conversation on this issue, I close the old one. (but the next time, it is better to continue on an existing issue) |
What I am afraid with this migration is that the package of the same name (bouncycastle) is used on old devices (in the system) and that the classes use methods that do not work with the requested algorithms. Do you have link to a thread for Android projects that have already migrated with min SDK 14? Otherwise we have to keep a different package name (spongycastle) with manual compilation for the latest version, which makes the process very cumbersome. Can you tell me what are the major bugs and their impacts on the app that require the migration from version 1.58 to version 1.65? |
@J-Jamet: It is since Android Ice Cream Sandwich (Honeycomb was not open-source):
Since: Before: A little search here: |
OK, I made a branch which replaces Spongy Castle by Bouncy Castle, it seems to work with the technique of: I'm going to do some tests and integrate it into the develop branch. |
@J-Jamet: Thanks for your changes! :) |
@J-Jamet: Can you update to 1.69? |
Why do you answer in the closed issue? My constraints are still the same so please indicate the impacted CVEs in KeePassDX. |
For more security, can you change old spongycastle (based on old bouncycastle) to bouncycastle?
The text was updated successfully, but these errors were encountered: