| commit | bdb7639ad53427fae38695d2dc5bf5bd794787c8 | [log] [tgz] |
|---|---|---|
| author | Paul Kehrer <paul.l.kehrer@gmail.com> | Fri Dec 01 04:54:32 2017 +0800 |
| committer | Alex Gaynor <alex.gaynor@gmail.com> | Thu Nov 30 14:54:32 2017 -0600 |
| tree | 29c0148f15453c89b3ca89808b6481cdb68c23dc | |
| parent | e73818600065821d588af475b024f4eb518c3509 [diff] |
Export keying material support (#725) * added method to export keying material from an ssl connection * updated tests to use bytestrings to avoid breaking python3 tests * added additional comments to test * simplify export_keying_material * add changelog * address review feedback