Fix IV check and padding removal.
authorDr. Stephen Henson <steve@openssl.org>
Thu, 7 Feb 2013 21:06:37 +0000 (21:06 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 7 Feb 2013 21:06:37 +0000 (21:06 +0000)
commit32cc2479b473c49ce869e57fded7e9a77b695c0d
tree762eda3ca03688895d220c0fdc90233ae3c0d523
parentf306b87d766e6ecf30824635c7c395b67cff9dbc
Fix IV check and padding removal.

Fix the calculation that checks there is enough room in a record
after removing padding and optional explicit IV. (by Steve)

For AEAD remove the correct number of padding bytes (by Andy)
ssl/s3_cbc.c