diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2017-02-09 05:55:34 +0800 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2017-02-08 16:55:34 -0500 |
commit | 7a13085afce1415c0524a5dc5b94c98e3d6d7b7d (patch) | |
tree | b13d9298a91fa673e54d18315351d431a78c86dd /tests/test_x509_crlbuilder.py | |
parent | 0e6a129724b707ebf79149376251e85fad550414 (diff) | |
download | cryptography-7a13085afce1415c0524a5dc5b94c98e3d6d7b7d.tar.gz cryptography-7a13085afce1415c0524a5dc5b94c98e3d6d7b7d.tar.bz2 cryptography-7a13085afce1415c0524a5dc5b94c98e3d6d7b7d.zip |
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
Diffstat (limited to 'tests/test_x509_crlbuilder.py')
0 files changed, 0 insertions, 0 deletions