commit | dbcbffa06c9930a687010ca816596ca3f5cc78e9 | [log] [tgz] |
---|---|---|
author | Paul Kehrer <[email protected]> | Sat Jan 12 21:18:21 2019 -0800 |
committer | Alex Gaynor <[email protected]> | Sun Jan 13 00:18:21 2019 -0500 |
tree | 27f88222ed222e45784f4c1e6ea0b8d6b9f9d07b | |
parent | 9b198104db8b53178212b5849919b6a61ca794ab [diff] |
support x448 public/private serialization both raw and pkcs8 (#4653) * support x448 public/private serialization both raw and pkcs8 * add tests for all other asym key types to prevent Raw * more tests * better tests * fix a test * funny story, I'm actually illiterate. * pep8 * require PrivateFormat.Raw or PublicFormat.Raw with Encoding.Raw * missing docs * parametrize * docs fixes * remove dupe line * assert something