[gnutls-devel] GnuTLS | WIP: KTLS key update support (!1625)
Read-only notification of GnuTLS library development activities
gnutls-devel at lists.gnutls.org
Thu Sep 8 07:34:52 CEST 2022
Daiki Ueno started a new discussion on lib/tls13/key_update.c: https://gitlab.com/gnutls/gnutls/-/merge_requests/1625#note_1092218972
> #include "mem.h"
> #include "mbuffers.h"
> #include "secrets.h"
> +#include "system/ktls.h"
>
> #define KEY_UPDATES_WINDOW 1000
> #define KEY_UPDATES_PER_WINDOW 8
>
> +/*
> + * Sets kTLS keys if enabled.
> + * If this operation fails with GNUTLS_E_INTERNAL_ERROR, KTLS is dissabled
> + * becaose KTLS most likely doesn't support key update.
> + */
There are a couple of typos: dissabled → disabled, becaose → because.
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/merge_requests/1625#note_1092218972
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/20220908/3cd55e22/attachment.html>
More information about the Gnutls-devel
mailing list