[gnutls-devel] GnuTLS | gnutls-cli-debug: fix early break for no version supported check (!1063)
Development of GNU's TLS library
gnutls-devel at lists.gnutls.org
Fri Sep 6 11:06:42 CEST 2019
Dmitry Eremin-Solenikov commented on a discussion on src/tests.c: https://gitlab.com/gnutls/gnutls/merge_requests/1063#note_213421965
> return ret;
> }
>
> +test_code_t test_known_protocols(gnutls_session_t session)
> +{
> + if (tls1_2_ok == 0 && tls1_1_ok == 0 && tls1_ok == 0 &&
I preferred to leave this as is, because later we use `tls1_X_ok` variables.
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/1063#note_213421965
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/20190906/8efee670/attachment.html>
More information about the Gnutls-devel
mailing list