diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-09-29 14:16:36 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-09-29 14:58:02 +0100 |
commit | 5b2fd993eadb7b476e5ef14028c7db09fda6c3ae (patch) | |
tree | 20a5788a0b121ef8118a01740c2eac7261d8c170 /test/aux-fixed | |
parent | d896cef5f6f3ff1b7509fd832a4ee66403a7c57f (diff) |
OpenSSL: support OCSP stapling on multi-cert servers
Diffstat (limited to 'test/aux-fixed')
-rw-r--r-- | test/aux-fixed/exim-ca/example_ec.com/CA/index.valid.txt | 2 | ||||
-rw-r--r-- | test/aux-fixed/exim-ca/example_ec.com/server1.example_ec.com/server1.example_ec.com.ocsp.good.resp | bin | 942 -> 942 bytes | |||
-rwxr-xr-x | test/aux-fixed/exim-ca/genall | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/test/aux-fixed/exim-ca/example_ec.com/CA/index.valid.txt b/test/aux-fixed/exim-ca/example_ec.com/CA/index.valid.txt index 4dc4d2d63..1ae59f7a8 100644 --- a/test/aux-fixed/exim-ca/example_ec.com/CA/index.valid.txt +++ b/test/aux-fixed/exim-ca/example_ec.com/CA/index.valid.txt @@ -1 +1 @@ -V 130110200751Z 65 unknown CN=server1.example_ec.com +V 130110200751Z 835 unknown CN=server1.example_ec.com diff --git a/test/aux-fixed/exim-ca/example_ec.com/server1.example_ec.com/server1.example_ec.com.ocsp.good.resp b/test/aux-fixed/exim-ca/example_ec.com/server1.example_ec.com/server1.example_ec.com.ocsp.good.resp Binary files differindex d129311d1..10e994150 100644 --- a/test/aux-fixed/exim-ca/example_ec.com/server1.example_ec.com/server1.example_ec.com.ocsp.good.resp +++ b/test/aux-fixed/exim-ca/example_ec.com/server1.example_ec.com/server1.example_ec.com.ocsp.good.resp diff --git a/test/aux-fixed/exim-ca/genall b/test/aux-fixed/exim-ca/genall index 9904cfa6f..8efda889f 100755 --- a/test/aux-fixed/exim-ca/genall +++ b/test/aux-fixed/exim-ca/genall @@ -263,7 +263,7 @@ do # 5: DN, index cat >$CADIR/index.valid.txt <<EOF -V 130110200751Z 65 unknown CN=server1.$iname +V 130110200751Z 835 unknown CN=server1.$iname EOF # Now create all the ocsp requests and responses |