Stop assuming the IV is 8 bytes long, use the real size instead.
authorRichard Levitte <levitte@openssl.org>
Wed, 20 Feb 2002 17:55:34 +0000 (17:55 +0000)
committerRichard Levitte <levitte@openssl.org>
Wed, 20 Feb 2002 17:55:34 +0000 (17:55 +0000)
commit2aa5dac48ff779b8dab1b68a3617731816649af8
tree40f4ed4f903e241f92e306d2310e3f536e1c4928
parentfae0ff419ae717b588d109cb1a073961716fdab9
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