From a51815901effa4ad9b504ad09fd90d7033e61b48 Mon Sep 17 00:00:00 2001 From: Kenny Root Date: Mon, 28 Dec 2015 13:08:30 -0600 Subject: 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. --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- cgit v1.2.3