T8508: Add build scripts to build Openssl 3.1.2#1161
Open
sever-sever wants to merge 1 commit intovyos:currentfrom
Open
T8508: Add build scripts to build Openssl 3.1.2#1161sever-sever wants to merge 1 commit intovyos:currentfrom
sever-sever wants to merge 1 commit intovyos:currentfrom
Conversation
|
👍 |
Update FIPS-140-3 compatible OpenSSL 3.1.2 The FIPS provider does not get built and installed automatically. To enable it, you need to configure OpenSSL using the enable-fips option.
12 tasks
alexandr-san4ez
approved these changes
Apr 27, 2026
Contributor
alexandr-san4ez
left a comment
There was a problem hiding this comment.
I tested the new build and everything works as expected:
vyos@vyos1:~$ sudo openssl fipsinstall -module /usr/lib/x86_64-linux-gnu/ossl-modules/fips.so -out /usr/lib/ssl/fipsmodule.cnf
HMAC : (KAT_Integrity) : Pass
HMAC : (Module_Integrity) : Pass
SHA1 : (KAT_Digest) : Pass
SHA2 : (KAT_Digest) : Pass
SHA3 : (KAT_Digest) : Pass
AES_GCM : (KAT_Cipher) : Pass
AES_ECB_Decrypt : (KAT_Cipher) : Pass
RNG : (Continuous_RNG_Test) : Pass
RSA : (KAT_Signature) : Pass
ECDSA : (KAT_Signature) : Pass
ECDSA : (KAT_Signature) : Pass
DSA : (KAT_Signature) : Pass
TLS13_KDF_EXTRACT : (KAT_KDF) : Pass
TLS13_KDF_EXPAND : (KAT_KDF) : Pass
TLS12_PRF : (KAT_KDF) : Pass
PBKDF2 : (KAT_KDF) : Pass
SSHKDF : (KAT_KDF) : Pass
KBKDF : (KAT_KDF) : Pass
HKDF : (KAT_KDF) : Pass
SSKDF : (KAT_KDF) : Pass
X963KDF : (KAT_KDF) : Pass
X942KDF : (KAT_KDF) : Pass
HASH : (DRBG) : Pass
CTR : (DRBG) : Pass
HMAC : (DRBG) : Pass
DH : (KAT_KA) : Pass
ECDH : (KAT_KA) : Pass
RSA_Encrypt : (KAT_AsymmetricCipher) : Pass
RSA_Decrypt : (KAT_AsymmetricCipher) : Pass
RSA_Decrypt : (KAT_AsymmetricCipher) : Pass
name: OpenSSL FIPS Provider
version: 3.1.2
build: 3.1.2
INSTALL PASSED
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Change summary
Update
FIPS-140-3compatibleOpenSSL 3.1.2The FIPS provider does not get built and installed automatically.
To enable it, you need to configure OpenSSL using the
enable-fipsoption.Types of changes
Related Task(s)
Related PR(s)
vyos/vyos-1x#5139
How to test / Smoketest result
Check modules
Install FIPS:
Additional configs and checks:
Build an image ISO:
Checklist: