From 39e9f190416ecb4260a3b079e1d79fc2e55f5a33 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Wed, 30 Jan 2013 15:50:02 +0100 Subject: Add support for exporting OpenSSL's TRUSTED CERTIFICATE format --- tools/tests/test.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'tools/tests/test.h') diff --git a/tools/tests/test.h b/tools/tests/test.h index 2cc7c31..7cf2492 100644 --- a/tools/tests/test.h +++ b/tools/tests/test.h @@ -193,6 +193,15 @@ static const char test_eku_server_and_client[] = { 0x01, 0x05, 0x05, 0x07, 0x03, 0x02, }; +static const char test_eku_client_and_server[] = { + 0x30, 0x14, 0x06, 0x08, 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x03, 0x02, 0x06, 0x08, 0x2b, 0x06, + 0x01, 0x05, 0x05, 0x07, 0x03, 0x01, +}; + +static const char test_eku_email[] = { + 0x30, 0x0a, 0x06, 0x08, 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x03, 0x04 +}; + static const char test_eku_none[] = { 0x30, 0x00, }; -- cgit v1.1