matthiasblaesing commented on PR #9483: URL: https://github.com/apache/netbeans/pull/9483#issuecomment-4908163454
Updated in place: `net.i2p.crypto.eddsa` was dropped again. Bouncy castle support ed25519 by itself it is just Mina trying to load a non-functional security provider and not guarding that. As a work around the git module not disables the security provider from Mina that tries to load `net.i2p.crypto.eddsa`. Mina explicitly states (https://github.com/apache/mina-sshd/blob/master/docs/dependencies.md#ed25519-java, hightlights added): > > ed25519-java > > Can **optionally** be provided to support [ssh-ed25519](https://tools.ietf.org/html/draft-bjh21-ssh-ed25519-02) keys and [ed25519-sha-512](https://tools.ietf.org/html/draft-josefsson-eddsa-ed25519-02) signatures **where [Bouncy Castle](https://github.com/apache/mina-sshd/blob/master/docs/dependencies.md#bouncy-castle) is not suitable**. Note: use of this dependency is not recommended, but it can be added as an explicit dependency in order to provide Ed25519 support as follows: -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
