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_client_cert_cb, SSL_CTX_get_client_cert_cb — handle client certificate callback functionSYNOPSIS
#include <openssl/ssl.h>SSL_CTX_set_client_cert_cb(SSL_CTX *ctx, int (*client_cert_cb)(SSL *ssl, X509 **x509, EVP_PKEY **pkey));
(*SSL_CTX_get_client_cert_cb(SSL_CTX *ctx))(SSL *ssl, X509 **x509, EVP_PKEY **pkey);
(*client_cert_cb)(SSL *ssl, X509 **x509, EVP_PKEY **pkey);