From 113a3d7d770dae2b50dc38fcfe9c0fd42f30e157 Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Mon, 19 Dec 2016 22:19:28 -0500 Subject: Remove duplicate test data All 76 of the NIST certificate tests use the same root certificate and that issuer has an identical CRL for each test. So, just have the one copy. --- src/tests/data/nist_x509/test11/root.crl | Bin 371 -> 0 bytes src/tests/data/nist_x509/test11/root.crt | Bin 624 -> 0 bytes 2 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 src/tests/data/nist_x509/test11/root.crl delete mode 100644 src/tests/data/nist_x509/test11/root.crt (limited to 'src/tests/data/nist_x509/test11') diff --git a/src/tests/data/nist_x509/test11/root.crl b/src/tests/data/nist_x509/test11/root.crl deleted file mode 100644 index de65024ad..000000000 Binary files a/src/tests/data/nist_x509/test11/root.crl and /dev/null differ diff --git a/src/tests/data/nist_x509/test11/root.crt b/src/tests/data/nist_x509/test11/root.crt deleted file mode 100644 index d7dfd9d48..000000000 Binary files a/src/tests/data/nist_x509/test11/root.crt and /dev/null differ -- cgit v1.2.3