[openssl/openssl] 38242a: fips: make diagnosing `*-mac` issues in openssl.cn...
"'Enji Cooper' via openssl-commits" <[email protected]>
| Newsgroups | gmane.comp.encryption.openssl.cvs |
|---|---|
| Message-ID | <openssl/openssl/push/refs/heads/master/[email protected]> |
Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: 38242ab403a292eef6f0f91796526b2183c8bb50
https://github.com/openssl/openssl/commit/38242ab403a292eef6f0f91796526b2183c8bb50
Author: Enji Cooper <[email protected]>
Date: 2026-08-26 (Wed, 26 Aug 2026)
Changed paths:
M crypto/err/openssl.txt
M include/openssl/proverr.h
M providers/common/provider_err.c
M providers/fips/self_test.c
Log Message:
-----------
fips: make diagnosing `*-mac` issues in openssl.cnf easier
Prior to this change, if either the config data or checksum data
for a provider was missing, a single error would have been emitted for
the two scenarios, resulting in potential confusion around missing
checksum data from `openssl.cnf`.
This change splits apart the conditional to help the end-user better
determine why loading the FIPS provider failed after running the
self-test check. A new error,
`PROV_R_FIPS_MODULE_MISSING_CHECKSUM`, is added to capture this
[new] more fine-grain error state.
Signed-off-by: Enji Cooper <[email protected]>
Reviewed-by: Paul Dale <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
Merge-date: Wed Aug 26 09:26:38 2026
Merged-from: https://github.com/openssl/openssl/pull/31820
To unsubscribe from these emails, change your notification settings at https://github.com/openssl/openssl/settings/notifications
--
You received this message because you are subscribed to the Google Groups "openssl-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To view this discussion visit https://groups.google.com/a/openssl.org/d/msgid/openssl-commits/openssl/openssl/push/refs/heads/master/3e0cfe-38242a%40github.com.