diff options
author | Kenny Root <kenny@the-b.org> | 2015-12-28 13:08:30 -0600 |
---|---|---|
committer | Kenny Root <kenny@the-b.org> | 2015-12-28 13:08:30 -0600 |
commit | a51815901effa4ad9b504ad09fd90d7033e61b48 (patch) | |
tree | ab45c9f0f7826e57be08cfc274b3c368ba6b280a /app | |
parent | b2123eaab989ebe93e20e886347ad625c2bad961 (diff) | |
download | connectbot-a51815901effa4ad9b504ad09fd90d7033e61b48.tar.gz connectbot-a51815901effa4ad9b504ad09fd90d7033e61b48.tar.bz2 connectbot-a51815901effa4ad9b504ad09fd90d7033e61b48.zip |
Update to version 2.2.2 of sshlib
This fixes some problems with EC keys on a large field (e.g., P521)
which would cause both ECDSA and ECDH signature verification to fail
randomly.
Diffstat (limited to 'app')
-rw-r--r-- | app/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle index 9e35927..0c53b90 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -24,7 +24,7 @@ buildscript { } dependencies { - compile 'org.connectbot:sshlib:2.2.1' + compile 'org.connectbot:sshlib:2.2.2' testCompile 'junit:junit:4.12' testCompile 'org.mockito:mockito-core:1.10.19' |