]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
tests: added certificate which was causing issues in gnutls_x509_crt_print()
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Thu, 15 Dec 2016 13:50:36 +0000 (14:50 +0100)
committerGitLab <gitlab@gitlab.com>
Fri, 16 Dec 2016 14:05:32 +0000 (14:05 +0000)
tests/Makefile.am
tests/certs-interesting/cert4.der [new file with mode: 0644]

index d98aa8750ac054d6a3c1f2eccde4d4b6067acfbe..4128560f674433d3e0066dd8e568a53bb64961ee 100644 (file)
@@ -35,7 +35,7 @@ EXTRA_DIST = suppressions.valgrind eagain-common.h cert-common.h test-chains.h \
        rsa-md5-collision/colliding-chain-md5-2.pem rsa-md5-collision/colliding-chain-md5-1.pem \
        certs-interesting/README.md certs-interesting/cert1.der certs-interesting/cert1.der.err \
        certs-interesting/cert2.der certs-interesting/cert2.der.err certs-interesting/cert3.der \
-       certs-interesting/cert3.der.err
+       certs-interesting/cert3.der.err certs-interesting/cert4.der
 
 AM_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS)
 AM_CPPFLAGS = \
diff --git a/tests/certs-interesting/cert4.der b/tests/certs-interesting/cert4.der
new file mode 100644 (file)
index 0000000..c798fbd
Binary files /dev/null and b/tests/certs-interesting/cert4.der differ