RFC 5656 support (ECDSA and ECDH)

2013-12-22 Thread Kenny Root
I just made a patch to MINA SSHD to support RFC 5656 (ECDSA and ECDH). I would like to contribute this back to the code base, but I'm not sure of the exact way in which it should be submitted. Note that this patch has some requirements that should be noted: 1. The required classes such as

Re: RFC 5656 support (ECDSA and ECDH)

2013-12-22 Thread Emmanuel Lécharny
Le 12/22/13 6:43 PM, Kenny Root a écrit : I just made a patch to MINA SSHD to support RFC 5656 (ECDSA and ECDH). I would like to contribute this back to the code base, but I'm not sure of the exact way in which it should be submitted. Note that this patch has some requirements that should be

Re: RFC 5656 support (ECDSA and ECDH)

2013-12-22 Thread Emmanuel Lécharny
Le 12/22/13 7:07 PM, Kenny Root a écrit : On Sun, Dec 22, 2013 at 11:53 AM, Emmanuel Lécharny elecha...@gmail.comwrote: Le 12/22/13 6:43 PM, Kenny Root a écrit : I just made a patch to MINA SSHD to support RFC 5656 (ECDSA and ECDH). I would like to contribute this back to the code base, but

[jira] [Created] (SSHD-271) Add RFC 5656 (ECDSA and ECDH) support

2013-12-22 Thread Kenny Root (JIRA)
Kenny Root created SSHD-271: --- Summary: Add RFC 5656 (ECDSA and ECDH) support Key: SSHD-271 URL: https://issues.apache.org/jira/browse/SSHD-271 Project: MINA SSHD Issue Type: Improvement

[jira] [Created] (SSHD-272) Add RFC 5656 (ECDSA and ECDH) support

2013-12-22 Thread Kenny Root (JIRA)
Kenny Root created SSHD-272: --- Summary: Add RFC 5656 (ECDSA and ECDH) support Key: SSHD-272 URL: https://issues.apache.org/jira/browse/SSHD-272 Project: MINA SSHD Issue Type: Improvement

[jira] [Updated] (SSHD-272) Add RFC 5656 (ECDSA and ECDH) support

2013-12-22 Thread Kenny Root (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kenny Root updated SSHD-272: Attachment: 0001-SSHD-272-Add-RFC-5656-ECDSA-and-ECDH-support.patch patch v1 Add RFC 5656 (ECDSA and ECDH)

[jira] [Updated] (SSHD-273) Add RFC 6668 (HMAC SHA-2) support

2013-12-22 Thread Kenny Root (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kenny Root updated SSHD-273: Attachment: 0001-SSHD-273-Add-RFC-6668-HMAC-SHA-2-support.patch patch v1 Add RFC 6668 (HMAC SHA-2) support

[jira] [Closed] (SSHD-271) Add RFC 5656 (ECDSA and ECDH) support

2013-12-22 Thread Kenny Root (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-271?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kenny Root closed SSHD-271. --- Resolution: Duplicate Accidentally clicked create issue twice Add RFC 5656 (ECDSA and ECDH) support

Re: RFC 5656 support (ECDSA and ECDH)

2013-12-22 Thread Guillaume Nodet
Thx for the patches. I'll try to review them but this may only be at the beginning of january ... 2013/12/22 Emmanuel Lécharny elecha...@gmail.com Le 12/22/13 7:07 PM, Kenny Root a écrit : On Sun, Dec 22, 2013 at 11:53 AM, Emmanuel Lécharny elecha...@gmail.com wrote: Le 12/22/13 6:43

Dynamically Change Session Buffer Size

2013-12-22 Thread Hardik Kubavat
Hi I have an application in which I am sharing the Handler between TCP and UDP connector. As requirement for My application I have variable size of data to accept and send. And in this if there is big size data they will send the notification that big message will arrive, So my question is

Re: Dynamically Change Session Buffer Size

2013-12-22 Thread Emmanuel Lécharny
Le 12/23/13 7:37 AM, Hardik Kubavat a écrit : Hi I have an application in which I am sharing the Handler between TCP and UDP connector. As requirement for My application I have variable size of data to accept and send. And in this if there is big size data they will send the notification that