diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-10-21 14:46:49 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-10-31 17:01:22 +0100 |
commit | a884d5f6040cd5d50482e975ad6cf5b1ce830f6c (patch) | |
tree | ba60093dca11098eee8bdf25161f3ae9f072f299 /tests/ocsp.c | |
parent | 8039b6a118ef9a25af2c7f795836a0afcfdddc74 (diff) | |
download | gnutls-a884d5f6040cd5d50482e975ad6cf5b1ce830f6c.tar.gz |
tests: modified to account for backwards-encoded DN (according to RFC4514)
Diffstat (limited to 'tests/ocsp.c')
-rw-r--r-- | tests/ocsp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ocsp.c b/tests/ocsp.c index 9748b85870..a3b16041e2 100644 --- a/tests/ocsp.c +++ b/tests/ocsp.c @@ -96,7 +96,7 @@ static const gnutls_datum_t resp1 = " Response Status: Successful\n" \ " Response Type: Basic OCSP Response\n" \ " Version: 1\n" \ - " Responder ID: C=CH,O=Linux strongSwan,OU=OCSP Signing Authority,CN=ocsp.strongswan.org\n" \ + " Responder ID: CN=ocsp.strongswan.org,OU=OCSP Signing Authority,O=Linux strongSwan,C=CH\n" \ " Produced At: Tue Sep 27 09:54:28 UTC 2011\n" \ " Responses:\n" \ " Certificate ID:\n" \ |