[gnutls-devel] GnuTLS | Draft: kTLS: keyupdate refresh (!1934)
Read-only notification of GnuTLS library development activities
gnutls-devel at lists.gnutls.org
Sat Feb 15 17:41:50 CET 2025
František Krenželok commented on a discussion on tests/tls13/key_update.c: https://gitlab.com/gnutls/gnutls/-/merge_requests/1934#note_2349735475
> +#define CHECK_KTLS_ENABLED(session) \
> + switch (gnutls_transport_is_ktls_enabled(session)) { \
> + case GNUTLS_KTLS_RECV: \
> + fail("kTLS: Only recv support is initiated\n"); \
> + break; \
> + case GNUTLS_KTLS_SEND: \
> + fail("kTLS: Only send support is initiated\n"); \
> + break; \
> + case GNUTLS_KTLS_DUPLEX: \
> + break; \
> + default: \
> + fail("kTLS: dissabled\n"); \
> + }
> +
> +/* ktls needs to use real sockets */
> +int FD[2];
Yeah was thinking the same.
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/merge_requests/1934#note_2349735475
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/20250215/fc7e8995/attachment-0001.html>
More information about the Gnutls-devel
mailing list