[gnutls-devel] GnuTLS | Consolidate FIPS .hmac files (#1338)
Read-only notification of GnuTLS library development activities
gnutls-devel at lists.gnutls.org
Wed Mar 16 08:57:30 CET 2022
Daiki Ueno created an issue: https://gitlab.com/gnutls/gnutls/-/issues/1338
When FIPS integrity check is enabled, the it currently opens 4 .hmac files: for libgnutls.so.* itself, libnettle.so.*, libhogweed.so.*, and libgmp.so.*. Given those files are part of individual packages (gnutls, nettle, and gmp), it is a bit harder to coordinate the package update. Therefore I propose consolidating those files into a single file, say .integrity with the following format:
```ini
[global]
format-version = ...
[integrity]
libgnutls = <hmac value>
libnettle = <hmac value>
libhogweed = <hmac value>
libgmp = <hmac value>
```
We may also consider embedding those information in libgnutls.so.* itself, using a similar technique proposed in [integrity-notes](https://gitlab.com/dueno/integrity-notes).
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/issues/1338
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/20220316/3566e2d3/attachment.html>
More information about the Gnutls-devel
mailing list