[gnutls-devel] GnuTLS | cipher: add restriction on CCM tag length under FIPS mode (!1658)
Read-only notification of GnuTLS library development activities
gnutls-devel at lists.gnutls.org
Fri Oct 21 12:46:14 CEST 2022
Merge request https://gitlab.com/gnutls/gnutls/-/merge_requests/1658 was reviewed by Clemens Lang
--
<!-- Get preloaded note discussion-->
Clemens Lang started a new discussion on lib/accelerated/aarch64/aes-ccm-aarch64.c: https://gitlab.com/gnutls/gnutls/-/merge_requests/1658#note_1144471589
> + */
> + switch (tag_size) {
> + case 4: case 6:
My understanding was that technically values of 4 and 6 are also FIPS-approved, just special care should be taken when using them. I don't think we should switch the indicator for those values.
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/merge_requests/1658
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/20221021/35420381/attachment.html>
More information about the Gnutls-devel
mailing list