- Merged back bugfixes from trunk (pre 0.99-pre2):
* Corrected parsing of UTCTime dates before 1990 and after 1950
* Support more exotic OID's when parsing certificates
* Support more exotic name representations when parsing certificates
* Replaced the expired test certificates
* Do not bail out if no client certificate specified. Try to negotiate anonymous connection (Fixes ticket #12)
diff --git a/programs/test/ssl_cert_test.c b/programs/test/ssl_cert_test.c
index 9f4255b..01a3134 100644
--- a/programs/test/ssl_cert_test.c
+++ b/programs/test/ssl_cert_test.c
@@ -57,10 +57,10 @@
"client2.key",
"server1.key",
"server2.key",
- "cert_sha224.key",
- "cert_sha256.key",
- "cert_sha384.key",
- "cert_sha512.key"
+ "cert_digest.key",
+ "cert_digest.key",
+ "cert_digest.key",
+ "cert_digest.key"
};
int main( void )