4 #ifndef __MYPROXY_OCSP_H
5 #define __MYPROXY_OCSP_H
7 #include <openssl/ssl.h>
13 int myproxy_ocsp_set_responder(
const char *url);
14 int myproxy_ocsp_set_responder_cert(
const char *path);
15 int myproxy_ocsp_set_policy(
const char *policy);
16 int myproxy_ocsp_set_signer(X509 *sign_cert, EVP_PKEY *sign_key);
17 int myproxy_ocsp_set_times(
long skew,
long maxage);
23 int myproxy_ocsp_verify(X509 *cert, X509 *issuer);