[openssl/openssl] 25624c: Rationalize FIPS sources
Tomáš Mráz
noreply at github.com
Wed Feb 8 15:23:28 UTC 2023
Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: 25624c9087d5422c3bb93cd987a066cb7c883a16
https://github.com/openssl/openssl/commit/25624c9087d5422c3bb93cd987a066cb7c883a16
Author: Tomas Mraz <tomas at openssl.org>
Date: 2023-02-08 (Wed, 08 Feb 2023)
Changed paths:
M crypto/build.info
M crypto/packet.c
M include/internal/common.h
M include/internal/packet.h
A include/internal/packet_quic.h
M include/internal/quic_wire.h
M include/internal/quic_wire_pkt.h
A include/internal/ssl3_cbc.h
M providers/fips-sources.checksums
M providers/fips.checksum
M providers/fips.module.sources
M providers/implementations/ciphers/ciphercommon_block.c
M providers/implementations/macs/hmac_prov.c
M ssl/quic/quic_rx_depack.c
M ssl/record/methods/recmethod_local.h
M ssl/record/methods/ssl3_cbc.c
M ssl/record/methods/ssl3_meth.c
M ssl/record/methods/tls1_meth.c
M ssl/record/methods/tls_common.c
M ssl/record/methods/tls_pad.c
M ssl/ssl_local.h
M test/packettest.c
M test/wpackettest.c
Log Message:
-----------
Rationalize FIPS sources
Avoid including QUIC related stuff in the FIPS sources.
Also avoid including libssl headers in ssl3_cbc.c.
Reviewed-by: Paul Dale <pauli at openssl.org>
Reviewed-by: Matt Caswell <matt at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19658)
More information about the openssl-commits
mailing list