You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I compared to https://github.com/jenkinsci/trilead-ssh2 on gitub that we are using. I see you have support for Elliptic Curve (EC) KeyExchange algoritm. Any plans to merge this in the the aforementioned project?
Also does the support for EC require Bouncy Castle to enable it?
Or could we re-use your implementation for Kex for BC and add it to "jenkinsci/trilead-ssh2"?
br,
//mike
The text was updated successfully, but these errors were encountered:
As long as you adhere to the license terms, I don't see any problem either way. I think I wrote and contributed EC support for all the Java-based SSH libraries I could when I implemented this one.
Hi,
I compared to https://github.com/jenkinsci/trilead-ssh2 on gitub that we are using. I see you have support for Elliptic Curve (EC) KeyExchange algoritm. Any plans to merge this in the the aforementioned project?
Also does the support for EC require Bouncy Castle to enable it?
Or could we re-use your implementation for Kex for BC and add it to "jenkinsci/trilead-ssh2"?
br,
//mike
The text was updated successfully, but these errors were encountered: