Move libssl related defines used by fips provider to prov_ssl.h
authorTomas Mraz <tomas@openssl.org>
Thu, 3 Jun 2021 13:22:05 +0000 (15:22 +0200)
committerTomas Mraz <tomas@openssl.org>
Fri, 4 Jun 2021 15:06:47 +0000 (17:06 +0200)
commit085e3cecbdadde10e93abfb4dbd3e865aeed58d6
treefdb56464e81404811e5254b8953bb6b83b70a139
parent51cda01c61870c2433fbbd54d69f2267362ea608
Move libssl related defines used by fips provider to prov_ssl.h

This nicely reduces the number of files considered as fips
provider sources.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15609)
12 files changed:
crypto/packet.c
crypto/rsa/rsa_pk1.c
include/openssl/dtls1.h
include/openssl/prov_ssl.h [new file with mode: 0644]
include/openssl/ssl.h.in
include/openssl/ssl3.h
include/openssl/tls1.h
providers/common/capabilities.c
providers/implementations/asymciphers/rsa_enc.c
providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.c
providers/implementations/ciphers/ciphercommon.c
providers/implementations/ciphers/ciphercommon_block.c