[gnutls-devel] GnuTLS | Dead code in tests/gnutls-cli-debug.sh - GOST (#1091)

Read-only notification of GnuTLS library development activities gnutls-devel at lists.gnutls.org
Sun Sep 13 06:56:23 CEST 2020



Andreas Metzler created an issue: https://gitlab.com/gnutls/gnutls/-/issues/1091



Hello,

in 3.6.15 some parts of tests/gnutls-cli-debug.sh are conditional on
```sh
if test "${ENABLE_GOST}" = "1" && test "${GNUTLS_FORCE_FIPS_MODE}" != 1 ; then
```
but this code is never run since tests/Makefile.am lacks
```make
if ENABLE_GOST
TESTS_ENVIRONMENT += ENABLE_GOST=1
```
like tests/cert-tests/Makefile.am does.

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/issues/1091
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/20200913/91b2d908/attachment.html>


More information about the Gnutls-devel mailing list