Split the padding/mac removal functions out into a separate file
authorMatt Caswell <matt@openssl.org>
Wed, 10 Jun 2020 14:11:28 +0000 (15:11 +0100)
committerMatt Caswell <matt@openssl.org>
Mon, 6 Jul 2020 08:26:00 +0000 (09:26 +0100)
commitebacd57bee1baef6236a518a0eec3135d593f47a
tree6974261d2795910e58b59645274304371eb23985
parentec27e619e86c6ce4dfa905044eb4737eeba28a9d
Split the padding/mac removal functions out into a separate file

We split these functions out into a separate file because we are
preparing to make this file shared between libssl and providers.

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/12288)
ssl/build.info
ssl/record/ssl3_record.c
ssl/record/tls_pad.c [new file with mode: 0644]