From 5c4ee956d33bb936be73c608ec957c90013a010e Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Tue, 7 Mar 2023 15:13:36 +0100 Subject: [PATCH] libgcrypt-1.10.0-10 Related: rhbz#2176145 --- libgcrypt.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/libgcrypt.spec b/libgcrypt.spec index 5d9664c..1b1550a 100644 --- a/libgcrypt.spec +++ b/libgcrypt.spec @@ -16,7 +16,7 @@ print(string.sub(hash, 0, 16)) Name: libgcrypt Version: 1.10.0 -Release: 9%{?dist} +Release: 10%{?dist} URL: https://www.gnupg.org/ Source0: https://www.gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-%{version}.tar.bz2 Source1: https://www.gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-%{version}.tar.bz2.sig @@ -236,6 +236,12 @@ mkdir -p -m 755 $RPM_BUILD_ROOT/etc/gcrypt %license COPYING %changelog +* Mon Mar 20 2023 Jakub Jelen - 1.10.0-10 +- Provide FIPS indicators for MD and HMACs +- Improve PCT tests for ECDSA and always run them after key is generated +- Add missing guards for FIPS status in md_sign/verify function +- Provider FIPS indicators for public key operation flags + * Tue Jan 24 2023 Jakub Jelen - 1.10.0-9 - Avoid usage of invalid arguments sizes for PBKDF2 in FIPS mode - Do not allow large salt lengths with RSA-PSS padding