Android-Password-Store/app
Fabian Henneke 6139693d4f
Temporarily work around SSHJ compatibility issues (#1142)
Using ECDSA either as a key exchange or a host key algorithm fails with
SSHJ 0.30.0 on Android, but should again become possible in 0.31.0.

While we wait for the release, demote ECDSA in the list of key
algorithms (as it should still be available for public key auth) and
remove it from the list of key exchange algorithms.

(cherry picked from commit 0d2788ab54)
2020-10-13 12:05:54 +05:30
..
src Temporarily work around SSHJ compatibility issues (#1142) 2020-10-13 12:05:54 +05:30
.gitignore initial commit 2014-07-24 01:15:11 +01:00
build.gradle.kts Prepare release 1.12.0 2020-09-24 15:00:06 +05:30
lint.xml Use SSHJ for SSH public key authentication (#801) 2020-05-28 09:57:30 +05:30
proguard-android-optimize.txt Introduce better R8 optimizations (#796) 2020-05-26 21:43:41 +05:30
proguard-rules.pro Refactor Git operations and auth (#1066) 2020-09-03 14:18:14 +05:30