[jira] [Commented] (SSHD-986) Implement ECDSA public key recovery

2020-05-07 Thread Lyor Goldstein (Jira)
[ https://issues.apache.org/jira/browse/SSHD-986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17101699#comment-17101699 ] Lyor Goldstein commented on SSHD-986: - I'll add a few more tests and then merge it in soon. >

[jira] [Commented] (SSHD-986) Implement ECDSA public key recovery

2020-05-06 Thread Thomas Wolf (Jira)
[ https://issues.apache.org/jira/browse/SSHD-986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17101078#comment-17101078 ] Thomas Wolf commented on SSHD-986: -- That's the "read public key from encoded private key data" solution.

[jira] [Commented] (SSHD-986) Implement ECDSA public key recovery

2020-05-04 Thread Lyor Goldstein (Jira)
[ https://issues.apache.org/jira/browse/SSHD-986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17099130#comment-17099130 ] Lyor Goldstein commented on SSHD-986: - [~wolft] How about https://github.com/apache/mina-sshd/pull/129

[jira] [Commented] (SSHD-986) Implement ECDSA public key recovery

2020-05-04 Thread Lyor Goldstein (Jira)
[ https://issues.apache.org/jira/browse/SSHD-986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17098991#comment-17098991 ] Lyor Goldstein commented on SSHD-986: - {quote} Are there different equivalent X.509 encodings for an EC

[jira] [Commented] (SSHD-986) Implement ECDSA public key recovery

2020-05-03 Thread Thomas Wolf (Jira)
[ https://issues.apache.org/jira/browse/SSHD-986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17098493#comment-17098493 ] Thomas Wolf commented on SSHD-986: -- For the ecdsa-256 test, kp.getPublic() has an ECCurve$Fp curve and a

[jira] [Commented] (SSHD-986) Implement ECDSA public key recovery

2020-05-01 Thread Lyor Goldstein (Jira)
[ https://issues.apache.org/jira/browse/SSHD-986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17097444#comment-17097444 ] Lyor Goldstein commented on SSHD-986: - [~wolft] I believe I have solution (see

[jira] [Commented] (SSHD-986) Implement ECDSA public key recovery

2020-04-29 Thread Lyor Goldstein (Jira)
[ https://issues.apache.org/jira/browse/SSHD-986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17095591#comment-17095591 ] Lyor Goldstein commented on SSHD-986: - Good questions + sample code - will have to think about it. It