Open
Description
If we remove dependency on bouncycastle spec and start using standard java security spec then it would help to support bc-fips 2.0 library. Other libraries like Jsch and Mina SSHD don't use bouncycastle spec so I can use bc-fips2.0 but I am not able to use Sshj due to this issue.
Currently these three files used bouncycastle spec by importing ECNamedCurveSpec.
- src/main/java/net/schmizz/sshj/common/ECDSAVariationsAdapter.java
- src/main/java/net/schmizz/sshj/userauth/keyprovider/PuTTYKeyFile.java
- src/main/java/com/hierynomus/sshj/userauth/keyprovider/OpenSSHKeyV1KeyFile.java
Metadata
Metadata
Assignees
Labels
No labels