[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:55:04 CEST 2022
Zoltán Fridrich commented on a discussion on lib/nettle/cipher.c: https://gitlab.com/gnutls/gnutls/-/merge_requests/1648#note_1119378703
> .ctx_size = sizeof(struct CBC_CTX(struct des_ctx, DES_BLOCK_SIZE)),
> .encrypt = _cbc_encrypt,
> .decrypt = _cbc_decrypt,
> - .set_encrypt_key = (nettle_set_key_func*)_des_set_key,
> - .set_decrypt_key = (nettle_set_key_func*)_des_set_key,
> + .set_encrypt_key = (nettle_set_key_func*)des_set_key,
> + .set_decrypt_key = (nettle_set_key_func*)des_set_key,
OMG, sorry for these dumb mistakes. I was just quickly trying to fix the issues. I should actually review my code before I upload it.
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/merge_requests/1648#note_1119378703
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/5f1b85ea/attachment-0001.html>
More information about the Gnutls-devel
mailing list