Test suite: disable OCSP for old OpenSSL versions
authorTodd Lyons <tlyons@exim.org>
Wed, 29 Oct 2014 14:26:17 +0000 (07:26 -0700)
committerTodd Lyons <tlyons@exim.org>
Wed, 29 Oct 2014 14:26:17 +0000 (07:26 -0700)
commit6d68e1c72d8bd58b005e9d1c8df890e4fe5e6536
tree10aed1ffb9d40434f7cb95a81047ccb76293ef17
parente265af1fe6fe0260965aab6fbb18481046cbcf42
Test suite: disable OCSP for old OpenSSL versions

OpenSSL 0.9.8 in CentOS 5.x has early OCSP support, but not stapling
  so just completely disable OCSP using the same logic that exists
  in tls-openssl.c.
test/src/client.c