[gnutls-devel] GnuTLS | gnutls-cli-debug: add GOST_CNT-related KX/cipher/MAC tests (!1137)
Development of GNU's TLS library
gnutls-devel at lists.gnutls.org
Thu Dec 19 23:53:48 CET 2019
Dmitry Eremin-Solenikov commented on a discussion on src/tests.c: https://gitlab.com/gnutls/gnutls/merge_requests/1137#note_263363989
> return ret;
> }
>
> +#ifdef ENABLE_GOST
> +test_code_t test_vko_gost_12(gnutls_session_t session)
> +{
> + int ret;
> +
> + if (tls_ext_ok == 0)
> + return TEST_IGNORE;
> +
> + sprintf(prio_str, INIT_STR
> + ALL_CIPHERS ":" ALL_COMP ":%s:" ALL_MACS
> + ":+VKO-GOST-12:+CURVE-ALL:%s", protocol_all_str,
Dropped this altogether, as `rest` will already contain `GROUP-GOST-ALL`.
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/1137#note_263363989
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/20191219/13867b09/attachment-0001.html>
More information about the Gnutls-devel
mailing list