Home
last modified time | relevance | path

Searched refs:SSL_get_tlsext_status_ocsp_resp (Results 1 – 9 of 9) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set_tlsext_status_cb.pod13 SSL_get_tlsext_status_ocsp_resp,
33 long SSL_get_tlsext_status_ocsp_resp(ssl, unsigned char **resp);
67 SSL_get_tlsext_status_ocsp_resp(). The value B<*resp> will be updated to point
72 SSL_get_tlsext_status_ocsp_resp() will be -1.
102 SSL_get_tlsext_status_ocsp_resp() returns the length of the OCSP response data
/freebsd/crypto/openssl/include/openssl/
H A Dtls1.h290 # define SSL_get_tlsext_status_ocsp_resp(ssl, arg) \ macro
/freebsd/crypto/openssl/util/
H A Dother.syms573 SSL_get_tlsext_status_ocsp_resp define
/freebsd/crypto/openssl/test/helpers/
H A Dhandshake.c294 len = SSL_get_tlsext_status_ocsp_resp(s, &resp); in client_ocsp_cb()
/freebsd/contrib/wpa/src/utils/
H A Dhttp_curl.c1101 len = SSL_get_tlsext_status_ocsp_resp(s, &p); in ocsp_resp_cb()
/freebsd/crypto/openssl/apps/
H A Ds_client.c3370 len = SSL_get_tlsext_status_ocsp_resp(s, &p); in ocsp_resp_cb()
/freebsd/contrib/wpa/src/crypto/
H A Dtls_openssl.c5054 len = SSL_get_tlsext_status_ocsp_resp(s, &p); in ocsp_resp_cb()
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile4093 MLINKS+= SSL_CTX_set_tlsext_status_cb.3 SSL_get_tlsext_status_ocsp_resp.3
/freebsd/crypto/openssl/test/
H A Dsslapitest.c1864 len = SSL_get_tlsext_status_ocsp_resp(s, &respderin); in ocsp_client_cb()