[gnutls-devel] GnuTLS | KTLS: additional ciphersuites (!1676)

Read-only notification of GnuTLS library development activities gnutls-devel at lists.gnutls.org
Sat Dec 3 19:10:38 CET 2022




František Krenželok commented on a discussion on lib/system/ktls.c: https://gitlab.com/gnutls/gnutls/-/merge_requests/1676#note_1195335777

> +				TLS_CIPHER_CHACHA20_POLY1305_REC_SEQ_SIZE);
> +				memcpy(crypto_info.key, cipher_key.data,
> +				TLS_CIPHER_CHACHA20_POLY1305_KEY_SIZE);
> +
> +				if (setsockopt (sockin, SOL_TLS, TLS_RX,
> +						&crypto_info, sizeof (crypto_info))) {
> +					session->internals.ktls_enabled &= ~GNUTLS_KTLS_RECV;
> +					return gnutls_assert_val(GNUTLS_E_INTERNAL_ERROR);
> +				}
> +			}
> +			break;
>  			default:
>  				assert(0);
>  		}
> +
> +

indeed, fixed.

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/merge_requests/1676#note_1195335777
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/20221203/79895265/attachment-0001.html>


More information about the Gnutls-devel mailing list