[gnutls-devel] GnuTLS | Consolidate FIPS .hmac files (#1338)
Read-only notification of GnuTLS library development activities
gnutls-devel at lists.gnutls.org
Mon Mar 21 09:48:38 CET 2022
Daiki Ueno commented:
Proposed Acceptance Criteria:
* AC1: when building from the source (with `make`), `lib/fipshmac` produces a .hmac file with the HMACs for libgnutls.so (**not stripped**), libnettle.so (stripped), libhogweed.so (stripped), libgmp.so (stripped). The library integrity check as part of FIPS self-test should succeed if you run the compiled executables, e.g., `src/gnutls-cli --benchmark-ciphers`
* AC2: when installing library to the system, `lib/fipshmac` produces a .hmac file with the HMACs for libgnutls.so (stripped), libnettle.so (stripped), libhogweed.so (stripped), libgmp.so (stripped). The library integrity check as part of FIPS self-test should succeed if you run the installed executables, e.g., `/usr/bin/gnutls-cli --benchmark-ciphers`
AC2 can be satisfied by modifying either the Automake `install-exec-local` phase, or the RPM `%install` phase.
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/issues/1338#note_881657481
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20220321/25603d0b/attachment.html>
More information about the Gnutls-devel
mailing list