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