summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.ssh.apache/META-INF/MANIFEST.MF
diff options
context:
space:
mode:
authorThomas Wolf <thomas.wolf@paranor.ch>2018-11-19 23:11:13 +0100
committerThomas Wolf <thomas.wolf@paranor.ch>2018-12-02 11:43:13 +0100
commitdb627c417779691d7fe5fa925ea63f53babbae01 (patch)
tree8ccaea58a31ab6b31cb1ac8fb192a869164b0750 /org.eclipse.jgit.ssh.apache/META-INF/MANIFEST.MF
parenta08ffb04448ea225a8559403560537ac2ef50eb6 (diff)
downloadjgit-db627c417779691d7fe5fa925ea63f53babbae01.tar.gz
jgit-db627c417779691d7fe5fa925ea63f53babbae01.zip
Apache MINA sshd client: enable support for ed25519 keys
Include the net.i2p.crypto.eddsa bundle via a hard dependency. Add tests for dealing with ed25519 host keys and user key files. Manual tests: fetching from git.eclipse.org with an ed25519 user key, and pushing this change itself using the same ed25519 key. Note that sshd 2.0.0 does not yet support encrypted ed25519 private keys. Bug: 541272 Change-Id: I7072f4014d9eca755b4a2412e19c086235e5eae9 Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
Diffstat (limited to 'org.eclipse.jgit.ssh.apache/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.jgit.ssh.apache/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.jgit.ssh.apache/META-INF/MANIFEST.MF b/org.eclipse.jgit.ssh.apache/META-INF/MANIFEST.MF
index e5d66536fc..1246518157 100644
--- a/org.eclipse.jgit.ssh.apache/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit.ssh.apache/META-INF/MANIFEST.MF
@@ -31,7 +31,8 @@ Export-Package: org.eclipse.jgit.internal.transport.sshd;version="5.2.0";x-inter
org.eclipse.jgit.util,
org.apache.sshd.client.session,
org.apache.sshd.client.keyverifier"
-Import-Package: org.apache.sshd.agent;version="[2.0.0,2.1.0)",
+Import-Package: net.i2p.crypto.eddsa;version="[0.3.0,0.4.0)",
+ org.apache.sshd.agent;version="[2.0.0,2.1.0)",
org.apache.sshd.client;version="[2.0.0,2.1.0)",
org.apache.sshd.client.auth;version="[2.0.0,2.1.0)",
org.apache.sshd.client.auth.keyboard;version="[2.0.0,2.1.0)",