Skip to content

Commit 0f462e2

Browse files
committed
Be super safe not to break FIPS
Disable openssl explicitly to make sure source builds don't have FIPS problems. Probably overkill, but whatever.
1 parent 7ac99aa commit 0f462e2

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

CHANGELOG.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ Fixes:
4747

4848
- Fix :issue:`2149` by :gh-user:`WyattBlue` in (:pr:`2155`).
4949
- Fix packet typing based on stream and specify InputContainer.demux based on incoming stream by :gh-user:`ntjohnson1` in (:pr:`2134`).
50+
- Explicitly disable OpenSSL in source builds (``scripts/build-deps``) to prevent accidental OpenSSL linkage that breaks FIPS-enabled systems, addressing :issue:`1972`.
5051

5152
v16.1.0
5253
-------

scripts/build-deps

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ echo ./configure
5858
--disable-static \
5959
--disable-stripping \
6060
--disable-libxml2 \
61+
--disable-openssl \
6162
--enable-debug=3 \
6263
--enable-gpl \
6364
--enable-version3 \

0 commit comments

Comments
 (0)