commit | 7a13085afce1415c0524a5dc5b94c98e3d6d7b7d | [log] [tgz] |
---|---|---|
author | Paul Kehrer <paul.l.kehrer@gmail.com> | Thu Feb 09 05:55:34 2017 +0800 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Wed Feb 08 16:55:34 2017 -0500 |
tree | b13d9298a91fa673e54d18315351d431a78c86dd | |
parent | 0e6a129724b707ebf79149376251e85fad550414 [diff] |
enforce password must be bytes when loading PEM/DER asymmetric keys (#3383) * enforce password must be bytes when loading PEM/DER asymmetric keys Previously we were using an ffi.buffer on the Python string, which was allowing text implicitly, but our documentation explicitly requires bytes. * add changelog entry