Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
NAME
SSL_CTX_set_tlsext_status_cb, SSL_CTX_get_tlsext_status_cb, SSL_CTX_set_tlsext_status_arg, SSL_CTX_get_tlsext_status_arg, SSL_set_tlsext_status_type, SSL_get_tlsext_status_type, SSL_get_tlsext_status_ocsp_resp, SSL_set_tlsext_status_ocsp_resp — OCSP Certificate Status Request functionsSYNOPSIS
#include <openssl/tls1.h>SSL_CTX_set_tlsext_status_cb(SSL_CTX *ctx, int (*callback)(SSL *, void *));
SSL_CTX_get_tlsext_status_cb(SSL_CTX *ctx, int (*callback)(SSL *, void *));
SSL_CTX_set_tlsext_status_arg(SSL_CTX *ctx, void *arg);
SSL_CTX_get_tlsext_status_arg(SSL_CTX *ctx, void **arg);
SSL_set_tlsext_status_type(SSL *s, int type);
SSL_get_tlsext_status_type(SSL *s);
SSL_get_tlsext_status_ocsp_resp(ssl, unsigned char **resp);
SSL_set_tlsext_status_ocsp_resp(ssl, unsigned char *resp, int len);