wolfssh/keys
John Safranek 1d594eba1f ECC (#35)
* Renamed the server key files to indicate they are rsa keys.
* Add ecc key files for the server.
* Move ProcessBuffer from ssh.c to internal.c.
* Remove #includes for headers from files that are not used.
* Added support for KEX algorithms: ecdh-sha2-nistp256, ecdh-sha2-nistp384, ecdh-sha2-nistp521
* Updated readme
* Added support for the public key algorithm ecdsa-sha2-nistp256.
* Added support for public key algorithms ecdsa-sha2-nistp384 and ecdsa-sha2-nistp521.
* The Key Algorithm list for the KEX picks a single value to offer based on the private key used.
* Added private keys on curves nistp384 and nistp521. The curve nistp256 is used as the default.
* Added the new ecc keys to include.am
2017-07-14 12:24:38 -07:00
..
include.am ECC (#35) 2017-07-14 12:24:38 -07:00
key-gretel.pem RSA Private Key Generation Wrapper Function 2016-10-13 10:02:03 -07:00
key-hansel.pem RSA Private Key Generation Wrapper Function 2016-10-13 10:02:03 -07:00
passwd.txt RSA Private Key Generation Wrapper Function 2016-10-13 10:02:03 -07:00
publickeys.txt RSA Private Key Generation Wrapper Function 2016-10-13 10:02:03 -07:00
server-key-ecc-384.der ECC (#35) 2017-07-14 12:24:38 -07:00
server-key-ecc-384.pem ECC (#35) 2017-07-14 12:24:38 -07:00
server-key-ecc-521.der ECC (#35) 2017-07-14 12:24:38 -07:00
server-key-ecc-521.pem ECC (#35) 2017-07-14 12:24:38 -07:00
server-key-ecc.der ECC (#35) 2017-07-14 12:24:38 -07:00
server-key-ecc.pem ECC (#35) 2017-07-14 12:24:38 -07:00
server-key-rsa.der ECC (#35) 2017-07-14 12:24:38 -07:00
server-key-rsa.pem ECC (#35) 2017-07-14 12:24:38 -07:00