diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-09-19 18:41:42 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-09-29 14:13:33 +0100 |
commit | d896cef5f6f3ff1b7509fd832a4ee66403a7c57f (patch) | |
tree | 2a298b2f2a0173924afe87ba4d3abeb4a5e9958c /test | |
parent | 428cdca73df1791fcba048d0f1093725d8288bd6 (diff) |
tidying
Diffstat (limited to 'test')
-rw-r--r-- | test/scripts/5650-OCSP-GnuTLS/5650 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/scripts/5650-OCSP-GnuTLS/5650 b/test/scripts/5650-OCSP-GnuTLS/5650 index 99aaa0b7a..bbea625b1 100644 --- a/test/scripts/5650-OCSP-GnuTLS/5650 +++ b/test/scripts/5650-OCSP-GnuTLS/5650 @@ -34,6 +34,7 @@ killdaemon # exim -z '2: Server does not staple an outdated response' **** +# This test fails on older GnuTLS versions, which do not check the resp on the server # exim -bd -oX PORT_D -DSERVER=server \ -DOPTION=DIR/aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.ocsp.dated.resp @@ -58,6 +59,7 @@ killdaemon # exim -z '3: Server does not staple a response for a revoked cert' **** +# This test fails on older GnuTLS versions, which do not check the resp on the server # exim -bd -oX PORT_D -DSERVER=server \ -DOPTION=DIR/aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.ocsp.revoked.resp |