summaryrefslogtreecommitdiff
path: root/tests/utils-adv.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-10-16 16:05:15 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2018-02-19 15:29:37 +0100
commitdb486d97c53725fe7917f1a4cb272e7e83536021 (patch)
treef8d3c168cc3d46d2d47ee5fc921349a292abf7d1 /tests/utils-adv.c
parent8e96ba96acc105dc7882626e688d2602cc934474 (diff)
downloadgnutls-db486d97c53725fe7917f1a4cb272e7e83536021.tar.gz
tests: enhanced OCSP tests
* Run tests under TLS1.2 and TLS1.3 * Verify whether multiple OCSP responses are received in client side, under TLS1.3. * Verify that OCSP status responses can be sent by client under TLS1.3 * Verify operation of gnutls_certificate_retrieve_function3 * Verify operation when multiple OCSP responses by file are set Resolves #307 Resolves #291 Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'tests/utils-adv.c')
-rw-r--r--tests/utils-adv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/utils-adv.c b/tests/utils-adv.c
index 1986e50bd1..a084136646 100644
--- a/tests/utils-adv.c
+++ b/tests/utils-adv.c
@@ -42,7 +42,7 @@ int _gnutls_server_name_set_raw(gnutls_session_t session,
const char *side = NULL;
/* if @host is NULL certificate check is skipped */
-static int
+int
_test_cli_serv(gnutls_certificate_credentials_t server_cred,
gnutls_certificate_credentials_t client_cred,
const char *serv_prio, const char *cli_prio,