summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2022-01-17 14:48:10 +0900
committerNIIBE Yutaka <gniibe@fsij.org>2022-01-17 14:48:10 +0900
commitd0db6a5abf7b8cc5637de5a080a7ed986e3ff63f (patch)
tree51266cf040f7f7f65e87b797c5dd534e37956ada /doc
parente023e10ee89baf5d5909de4d8c13ba6dfbc8ed99 (diff)
downloadlibgcrypt-d0db6a5abf7b8cc5637de5a080a7ed986e3ff63f.tar.gz
fips: Remove GCRYCTL_FIPS_SERVICE_INDICATOR and renumber the enum.
* src/gcrypt.h.in (enum gcry_ctl_cmds): Remove GCRYCTL_FIPS_SERVICE_INDICATOR. * src/fips.c (_gcry_fips_indicator_cipher): Use gcry_kdf_algos. * tests/basic.c: Use GCRYCTL_FIPS_SERVICE_INDICATOR_CIPHER. -- GnuPG-bug-id: 5512 Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/gcrypt.texi1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/gcrypt.texi b/doc/gcrypt.texi
index ce0a7175..4436367c 100644
--- a/doc/gcrypt.texi
+++ b/doc/gcrypt.texi
@@ -6557,6 +6557,7 @@ reference encyrpted message. The encrypted result is then
decrypted and checked that it matches the original random value.
(@code{cipher/@/rsa.c:@/selftest_encr_2048})
@end enumerate
+@end table
@subsection Integrity Power-Up Tests