mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-03-14 06:48:16 +08:00
ocserv: pre-load the OCSP response file
That allows the worker processes to serve OCSP responses, even when they have no access to the actual file.
This commit is contained in:
@@ -52,6 +52,7 @@ typedef struct tls_st {
|
||||
gnutls_psk_server_credentials_t pskcred;
|
||||
gnutls_priority_t cprio;
|
||||
gnutls_dh_params_t dh_params;
|
||||
gnutls_datum_t ocsp_response;
|
||||
} tls_st;
|
||||
|
||||
void tls_reload_crl(struct main_server_st* s, struct tls_st *creds, unsigned force);
|
||||
|
||||
Reference in New Issue
Block a user