#endif
{"for max record size (RFC6066) support", test_max_record_size, "yes",
"no", "dunno"},
+#ifdef ENABLE_OCSP
{"for OCSP status response (RFC6066) support", test_ocsp_status, "yes",
"no", "dunno"},
+#endif
{"for OpenPGP authentication (RFC6091) support", test_openpgp1,
"yes", "no", "dunno"},
{NULL, NULL, NULL, NULL, NULL}
printf(" safe renegotiation,");
if (gnutls_session_etm_status(session)!=0)
printf(" EtM,");
+#ifdef ENABLE_OCSP
if (gnutls_ocsp_status_request_is_checked(session, GNUTLS_OCSP_SR_IS_AVAIL)!=0) {
printf(" OCSP status request%s,", gnutls_ocsp_status_request_is_checked(session,0)!=0?"":"[ignored]");
}
+#endif
printf("\n");
#ifdef ENABLE_DTLS_SRTP