[gnutls-devel] GnuTLS | tests: improved test suite (!719)
Development of GNU's TLS library
gnutls-devel at lists.gnutls.org
Fri Jul 27 14:16:27 CEST 2018
Hubert Kario started a new discussion on src/common.c:
> print_ecdh_info(session, "Ephemeral ");
> }
>
> + version = gnutls_protocol_get_version(session);
> tmp =
> - SU(gnutls_protocol_get_name
> - (gnutls_protocol_get_version(session)));
> + SU(gnutls_protocol_get_name(version));
> printf("- Version: %s\n", tmp);
>
> - tmp = SU(gnutls_kx_get_name(kx));
> - printf("- Key Exchange: %s\n", tmp);
> + if (version < GNUTLS_TLS1_3) {
> + tmp = SU(gnutls_kx_get_name(kx));
> + printf("- Key Exchange: %s\n", tmp);
aren't there 3 distinct key exchange types in TLS1.3? PSK, DH-PSK, and DH-Cert?
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/719#note_90782562
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/20180727/bb7d5de5/attachment.html>
More information about the Gnutls-devel
mailing list