Task #2540
will bundling spongycastle in f-droid allow for better key/hash support?
Status: | Closed | Start date: | 11/19/2013 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | hans | % Done: | 0% | |
Category: | - | |||
Target version: | Integrate Kerplapp into FDroid | |||
Component: |
Description
The allowable hash/digest algorithms in jarsigner leave a lot to be desired. Can we include spongycastle and support SHA-2 on all Android?
Associated revisions
symlinks to build spongycastle with ant
This is all the symlinks to build what FDroid needs from spongycastle using
ant. The LDAP-related classes had to be removed because they depend on
Java 7's javax.naming, which Android does not provide. FDroid does not need
LDAP at all, so those classes can be entirely omitted.
refs #2540 https://dev.guardianproject.info/issues/2540
refs #3380 https://dev.guardianproject.info/issues/3380
History
#1 Updated by hans about 4 years ago
- Target version set to improved security/usability
#2 Updated by hans almost 4 years ago
- Target version changed from improved security/usability to 134
#3 Updated by hans over 3 years ago
- Target version deleted (
134)
#4 Updated by hans over 3 years ago
- Target version set to Integrate Kerplapp into FDroid
#5 Updated by hans over 3 years ago
- Status changed from New to Closed
- Assignee set to hans
SHA-256 does seem to be supported on all Android releases. AND spongycastle is now included in FDroid, so we covered both bases :)