Searched refs:OCSP_sendreq_new (Results 1 – 10 of 10) sorted by relevance
/openssl/doc/man3/ |
H A D | OCSP_sendreq_new.pod | 6 OCSP_sendreq_new, 20 OSSL_HTTP_REQ_CTX *OCSP_sendreq_new(BIO *io, const char *path, 42 The function OCSP_sendreq_new() builds a complete B<OSSL_HTTP_REQ_CTX> structure 48 The I<io> and I<path> arguments to OCSP_sendreq_new() correspond to the 56 that were given when calling OCSP_sendreq_new(). 63 OCSP_sendreq_bio() combines OCSP_sendreq_new() with as many calls of 89 OCSP_sendreq_new() returns a valid B<OSSL_HTTP_REQ_CTX> structure or NULL
|
H A D | OCSP_cert_to_id.pod | 79 L<OCSP_sendreq_new(3)>
|
H A D | OCSP_request_add1_nonce.pod | 73 L<OCSP_sendreq_new(3)>
|
H A D | OCSP_REQUEST_new.pod | 108 L<OCSP_sendreq_new(3)>
|
H A D | OCSP_response_status.pod | 114 L<OCSP_sendreq_new(3)>
|
H A D | OCSP_resp_find_status.pod | 208 L<OCSP_sendreq_new(3)>,
|
/openssl/crypto/ocsp/ |
H A D | ocsp_http.c | 15 OSSL_HTTP_REQ_CTX *OCSP_sendreq_new(BIO *io, const char *path, in OCSP_sendreq_new() function 57 ctx = OCSP_sendreq_new(b, path, req, 0 /* default buf_size */); in OCSP_sendreq_bio()
|
/openssl/include/openssl/ |
H A D | ocsp.h.in | 173 OSSL_HTTP_REQ_CTX *OCSP_sendreq_new(BIO *io, const char *path,
|
/openssl/doc/ |
H A D | build.info | 1526 DEPEND[html/man3/OCSP_sendreq_new.html]=man3/OCSP_sendreq_new.pod 1527 GENERATE[html/man3/OCSP_sendreq_new.html]=man3/OCSP_sendreq_new.pod 1528 DEPEND[man/man3/OCSP_sendreq_new.3]=man3/OCSP_sendreq_new.pod 1529 GENERATE[man/man3/OCSP_sendreq_new.3]=man3/OCSP_sendreq_new.pod 3387 html/man3/OCSP_sendreq_new.html \ 4050 man/man3/OCSP_sendreq_new.3 \
|
/openssl/util/ |
H A D | libcrypto.num | 2375 OCSP_sendreq_new 2427 3_0_0 EXIST::FUNCTION:OCSP
|
Completed in 71 milliseconds