Stop assuming the IV is 8 bytes long, use the real size instead.
authorRichard Levitte <levitte@openssl.org>
Wed, 20 Feb 2002 17:56:01 +0000 (17:56 +0000)
committerRichard Levitte <levitte@openssl.org>
Wed, 20 Feb 2002 17:56:01 +0000 (17:56 +0000)
commit34aa216a65f13642bb38e949b001e5c43659bed8
tree8ae8ae295245fe92e425bfffb4e30e732c3ad421
parenta76a29f23362ae4fd392228c8731d94988bb6cdb
Stop assuming the IV is 8 bytes long, use the real size instead.
This is especially important for AES that has a 16 bytes IV.
crypto/pem/pem_info.c
crypto/pem/pem_lib.c