aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/trilead/ssh2/crypto/dh/GenericDhExchange.java
Commit message (Collapse)AuthorAgeFilesLines
* Add diffie-hellman-group-exchange-sha256 supportKenny Root2013-10-061-8/+1
| | | | | | | | Support exchanging groups using SHA-256 as specified in RFC 4419 For more information, see https://tools.ietf.org/html/rfc4419 Change-Id: Iee5d29e7113a05cad4714a61321bf86b016624b8
* Add ECDH supportKenny Root2013-04-101-0/+100
Add support for the ECDH methods required by RFC 5656 ecdh-sha2-nistp256 ecdh-sha2-nistp384 ecdh-sha2-nistp521