diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2013-09-30 20:40:38 -0500 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2013-09-30 20:40:38 -0500 |
commit | 90cde04460e3b3c30eb58b95778c0208ff5c429e (patch) | |
tree | 9b5795eae271e5dc01e303b62ff59d1369036138 /tests | |
parent | e2ac563c990b204b96d4a560153f05e95804b3e9 (diff) | |
download | cryptography-90cde04460e3b3c30eb58b95778c0208ff5c429e.tar.gz cryptography-90cde04460e3b3c30eb58b95778c0208ff5c429e.tar.bz2 cryptography-90cde04460e3b3c30eb58b95778c0208ff5c429e.zip |
Added a EVP_CIPHER_CTX_init() call
* In OpenSSL when you alloc an EVP_CIPHER_CTX you must then init it
(which just zeroes the allocated memory). If you do not then it is
possible for things to kerplode when passing the uninitialized context
to EVP_EncryptInit_ex(). This patch fixes that.
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions