Home
last modified time | relevance | path

Searched refs:OCSP_cert_to_id (Results 1 – 14 of 14) sorted by relevance

/openssl/doc/man3/
H A DOCSP_cert_to_id.pod5 OCSP_cert_to_id, OCSP_cert_id_new, OCSP_CERTID_free, OCSP_id_issuer_cmp,
12 OCSP_CERTID *OCSP_cert_to_id(const EVP_MD *dgst,
32 OCSP_cert_to_id() creates and returns a new B<OCSP_CERTID> structure using
53 OCSP_cert_to_id() and OCSP_cert_id_new() return either a pointer to a valid
65 OCSP clients will typically only use OCSP_cert_to_id() or OCSP_cert_id_new():
H A DOCSP_REQUEST_new.pod90 cid = OCSP_cert_to_id(EVP_sha1(), cert, issuer);
104 L<OCSP_cert_to_id(3)>,
H A DOCSP_request_add1_nonce.pod69 L<OCSP_cert_to_id(3)>,
H A DOCSP_sendreq_new.pod100 L<OCSP_cert_to_id(3)>,
H A DOCSP_response_status.pod110 L<OCSP_cert_to_id(3)>
H A DOCSP_resp_find_status.pod204 L<OCSP_cert_to_id(3)>,
/openssl/crypto/ocsp/
H A Docsp_lib.c22 OCSP_CERTID *OCSP_cert_to_id(const EVP_MD *dgst, const X509 *subject, in OCSP_cert_to_id() function
/openssl/fuzz/
H A Dx509.c126 id = OCSP_cert_to_id(NULL, x509_1, x509_2); in FuzzerTestOneInput()
/openssl/apps/
H A Docsp.c917 id = OCSP_cert_to_id(cert_id_md, cert, issuer); in add_ocsp_cert()
1080 OCSP_CERTID *ca_id = OCSP_cert_to_id(cert_id_md, NULL, ca_cert); in make_ocsp_response()
1085 cid_resp_md = OCSP_cert_to_id(resp_md, NULL, ca_cert); in make_ocsp_response()
H A Ds_server.c529 id = OCSP_cert_to_id(NULL, x, cert); in get_ocsp_resp_from_responder()
545 id = OCSP_cert_to_id(NULL, x, X509_OBJECT_get0_X509(obj)); in get_ocsp_resp_from_responder()
/openssl/include/openssl/
H A Docsp.h.in200 OCSP_CERTID *OCSP_cert_to_id(const EVP_MD *dgst, const X509 *subject,
/openssl/doc/
H A Dbuild.info1510 DEPEND[html/man3/OCSP_cert_to_id.html]=man3/OCSP_cert_to_id.pod
1511 GENERATE[html/man3/OCSP_cert_to_id.html]=man3/OCSP_cert_to_id.pod
1512 DEPEND[man/man3/OCSP_cert_to_id.3]=man3/OCSP_cert_to_id.pod
1513 GENERATE[man/man3/OCSP_cert_to_id.3]=man3/OCSP_cert_to_id.pod
3383 html/man3/OCSP_cert_to_id.html \
4046 man/man3/OCSP_cert_to_id.3 \
/openssl/util/
H A Dlibcrypto.num3502 OCSP_cert_to_id 3581 3_0_0 EXIST::FUNCTION:OCSP
/openssl/
H A DCHANGES.md14811 * Change OCSP_cert_to_id() to tolerate a NULL subject certificate and

Completed in 114 milliseconds