[gnutls-devel] GnuTLS | Make XTS key check failure not fatal (!1648)
Read-only notification of GnuTLS library development activities
gnutls-devel at lists.gnutls.org
Thu Sep 29 16:24:53 CEST 2022
Merge request https://gitlab.com/gnutls/gnutls/-/merge_requests/1648 was reviewed by Daiki Ueno
--
<!-- Get preloaded note discussion-->
Daiki Ueno started a new discussion on lib/nettle/cipher.c: https://gitlab.com/gnutls/gnutls/-/merge_requests/1648#note_1119310691
> -static void _des_set_key(struct des_ctx *ctx, const uint8_t *key)
> -{
> - des_set_key(ctx, key);
The reason why we have those functions is that `des_set_key` and `des3_set_key` return int, while `xts_aes128_set_encrypt_key` etc. don't.
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/merge_requests/1648
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/20220929/d6f4279f/attachment.html>
More information about the Gnutls-devel
mailing list