commit | 3e357f704008f38261aee011a9fe674dc43cc0ae | [log] [tgz] |
---|---|---|
author | Paul Kehrer <[email protected]> | Fri Jun 09 02:31:30 2017 -1000 |
committer | Alex Gaynor <[email protected]> | Fri Jun 09 08:31:30 2017 -0400 |
tree | f50094dd94873a50e709608da3e74cb6b459cc03 | |
parent | 7e53d911577881d87ce30291cef68e24f3c1b763 [diff] |
X25519 Support (#3686) * early days * sort of working * more things * remove private_bytes * public bytes, interface fix * load public keys * x25519 support basically done now * private_bytes is gone * some reminders * doctest this too * remove a thing that doesn't matter * x25519 supported checks * libressl has the NID, but a different API, so check for OpenSSL * pep8 * add missing coverage * update to use reasons * expand test a little * add changelog entry * review feedback