mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-03-06 14:56:59 +08:00
removed session ticket support
This commit is contained in:
@@ -550,9 +550,6 @@ const char* perr;
|
||||
mslog(s, NULL, LOG_ERR, "error in TLS priority string: %s", perr);
|
||||
GNUTLS_FATAL_ERR(ret);
|
||||
|
||||
ret = gnutls_session_ticket_key_generate(&s->creds.ticket_key);
|
||||
GNUTLS_FATAL_ERR(ret);
|
||||
|
||||
if (s->config->ocsp_response != NULL) {
|
||||
ret = gnutls_certificate_set_ocsp_status_request_file(s->creds.xcred,
|
||||
s->config->ocsp_response, 0);
|
||||
|
||||
Reference in New Issue
Block a user