From e73fe837a8877c0197721b91e0d5ec40cb7a2cd0 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 11 Aug 2009 21:48:58 +0000 Subject: - Peter Sylvester made the HTTPS test server use specific certificates for each test, so that the test suite can now be used to actually test the verification of cert names etc. This made an error show up in the OpenSSL- specific code where it would attempt to match the CN field even if a subjectAltName exists that doesn't match. This is now fixed and verified in test 311. --- tests/certs/Server-localhost.nn-sv.der | Bin 0 -> 843 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/certs/Server-localhost.nn-sv.der (limited to 'tests/certs/Server-localhost.nn-sv.der') diff --git a/tests/certs/Server-localhost.nn-sv.der b/tests/certs/Server-localhost.nn-sv.der new file mode 100644 index 000000000..cfeb41259 Binary files /dev/null and b/tests/certs/Server-localhost.nn-sv.der differ -- cgit v1.2.3