]> git.ipfire.org Git - thirdparty/openssl.git/commit
ssl/*: remove SSL3_RECORD->orig_len to restore binary compatibility.
authorAndy Polyakov <appro@openssl.org>
Fri, 1 Feb 2013 14:31:50 +0000 (15:31 +0100)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 7 Feb 2013 15:03:00 +0000 (15:03 +0000)
commitfb092ef4fca897344daf7189526f5f26be6487ce
tree2e9b3c96f01998331bebec59a333ef7eb2c9ca2e
parent6351adecb4726476def5f5ad904a7d2e63480d53
ssl/*: remove SSL3_RECORD->orig_len to restore binary compatibility.

Kludge alert. This is arranged by passing padding length in unused
bits of SSL3_RECORD->type, so that orig_len can be reconstructed.
(cherry picked from commit 413cbfe68d83f9afc726b7234c49bd5ccddb97b4)
ssl/d1_pkt.c
ssl/s3_cbc.c
ssl/s3_enc.c
ssl/s3_pkt.c
ssl/ssl3.h
ssl/ssl_locl.h
ssl/t1_enc.c