Gerhard Munze created SSHD-1344:
-----------------------------------
Summary: Remove net.i2p.crypto:eddsa dependency from sshd-common
project
Key: SSHD-1344
URL: https://issues.apache.org/jira/browse/SSHD-1344
Project: MINA SSHD
Issue Type: Improvement
Affects Versions: 2.15.0
Reporter: Gerhard Munze
The sshd-common project uses the dependency
{code:java}
<!-- For ed25519 support -->
<dependency>
<groupId>net.i2p.crypto</groupId>
<artifactId>eddsa</artifactId>
<optional>true</optional>
</dependency> {code}
for ed25519 support. But this library is outdated (Last commit 2018, including
cves)
I suggesst to remove this depencency and use the standard java classes for
ed25519 support.
Java supports ed25519 since java 15 (see [https://openjdk.org/jeps/339)]
There is also a problem with net.i2p.crypto library when you want to natvive
compile code with graalvm.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]