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>
Wed, 6 Feb 2013 14:19:10 +0000 (14:19 +0000)
commit2aec073a529f8d8dc0e625b9c444db9de7b46873
tree4ba9453ee337ebaa319fd7dcf9346daa084cb6a7
parentb714a1fe09fc03588b0a0f6f8f14488bd3a2efaf
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