Home
last modified time | relevance | path

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

/freebsd/crypto/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)>,
/freebsd/crypto/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
/freebsd/crypto/openssl/fuzz/
H A Dx509.c126 id = OCSP_cert_to_id(NULL, x509_1, x509_2); in FuzzerTestOneInput()
/freebsd/crypto/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.c524 id = OCSP_cert_to_id(NULL, x, X509_OBJECT_get0_X509(obj)); in get_ocsp_resp_from_responder()
/freebsd/contrib/wpa/src/utils/
H A Dhttp_curl.c1198 id = OCSP_cert_to_id(EVP_sha256(), ctx->peer_cert, ctx->peer_issuer); in ocsp_resp_cb()
1211 id = OCSP_cert_to_id(NULL, ctx->peer_cert, ctx->peer_issuer); in ocsp_resp_cb()
/freebsd/crypto/openssl/include/openssl/
H A Docsp.h.in200 OCSP_CERTID *OCSP_cert_to_id(const EVP_MD *dgst, const X509 *subject,
H A Docsp.h296 OCSP_CERTID *OCSP_cert_to_id(const EVP_MD *dgst, const X509 *subject,
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile250 MAN+= OCSP_cert_to_id.3
2602 MLINKS+= OCSP_cert_to_id.3 OCSP_CERTID_free.3
2643 MLINKS+= OCSP_cert_to_id.3 OCSP_cert_id_new.3
2647 MLINKS+= OCSP_cert_to_id.3 OCSP_id_cmp.3
2648 MLINKS+= OCSP_cert_to_id.3 OCSP_id_get0_info.3
2649 MLINKS+= OCSP_cert_to_id.3 OCSP_id_issuer_cmp.3
/freebsd/crypto/openssl/doc/
H A Dbuild.info1474 DEPEND[html/man3/OCSP_cert_to_id.html]=man3/OCSP_cert_to_id.pod
1475 GENERATE[html/man3/OCSP_cert_to_id.html]=man3/OCSP_cert_to_id.pod
1476 DEPEND[man/man3/OCSP_cert_to_id.3]=man3/OCSP_cert_to_id.pod
1477 GENERATE[man/man3/OCSP_cert_to_id.3]=man3/OCSP_cert_to_id.pod
3154 html/man3/OCSP_cert_to_id.html \
3762 man/man3/OCSP_cert_to_id.3 \
/freebsd/contrib/wpa/src/crypto/
H A Dtls_openssl.c5156 id = OCSP_cert_to_id(EVP_sha256(), conn->peer_cert, conn->peer_issuer); in ocsp_resp_cb()
5169 id = OCSP_cert_to_id(NULL, conn->peer_cert, conn->peer_issuer); in ocsp_resp_cb()
/freebsd/secure/lib/libcrypto/
H A DVersion.map1990 OCSP_cert_to_id;
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num3502 OCSP_cert_to_id 3581 3_0_0 EXIST::FUNCTION:OCSP
/freebsd/crypto/openssl/
H A DCHANGES.md13869 * Change OCSP_cert_to_id() to tolerate a NULL subject certificate and