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 13:43:51 +0000 (13:43 +0000)
commit413cbfe68d83f9afc726b7234c49bd5ccddb97b4
treef2f5e840452148b0343bdc17fdd6aeccc16257b2
parentee463921ed94572b97a5e1fa8c4d88a27099347e
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 8bfd4c659f180a6ce34f21c0e62956b362067fba)
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