[PATCH 0/4] Differentiate use of non-compliant flags in the SLI
Lucas Mulling via Gcrypt-devel <[email protected]>
| Newsgroups | gmane.comp.encryption.gpg.libgcrypt.devel |
|---|---|
| Message-ID | <[email protected]> |
FIPS requires that the following flags be differentiated in the SLI: * igninvflag; * no-blinding; * random-override. Lucas Mulling (4): cipher: Differentiate igninvflag in the SLI cipher: Differentiate no-blinding flag in the SLI cipher,visibility: Differentiate use of random-override in the SLI tests: Fix tests to account for differentiated flags cipher/pubkey-util.c | 45 +++++++++++++++++++++++++++++++- cipher/rsa.c | 30 +++++++++++++++++++-- src/visibility.c | 13 ++++++++++ tests/basic.c | 47 +++++++++++++++++++-------------- tests/pkcs1v2.c | 23 ++++++++++++++--- tests/t-dsa.c | 4 +++ tests/t-ecdsa.c | 4 +++ tests/t-ed25519.c | 4 +++ tests/t-ed448.c | 7 +++++ tests/t-fips-service-ind.c | 53 +++++++++++++++++++++++++++++--------- tests/t-rsa-pss.c | 4 +++ 11 files changed, 197 insertions(+), 37 deletions(-) -- 2.48.1