Searched refs:respid (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/openssl/crypto/ocsp/ |
H A D | ocsp_srv.c | 236 int OCSP_RESPID_set_by_name(OCSP_RESPID *respid, X509 *cert) in OCSP_RESPID_set_by_name() argument 238 if (!X509_NAME_set(&respid->value.byName, X509_get_subject_name(cert))) in OCSP_RESPID_set_by_name() 241 respid->type = V_OCSP_RESPID_NAME; in OCSP_RESPID_set_by_name() 246 int OCSP_RESPID_set_by_key_ex(OCSP_RESPID *respid, X509 *cert, in OCSP_RESPID_set_by_key_ex() argument 270 respid->type = V_OCSP_RESPID_KEY; in OCSP_RESPID_set_by_key_ex() 271 respid->value.byKey = byKey; in OCSP_RESPID_set_by_key_ex() 279 int OCSP_RESPID_set_by_key(OCSP_RESPID *respid, X509 *cert) in OCSP_RESPID_set_by_key() argument 283 return OCSP_RESPID_set_by_key_ex(respid, cert, cert->libctx, cert->propq); in OCSP_RESPID_set_by_key() 286 int OCSP_RESPID_match_ex(OCSP_RESPID *respid, X509 *cert, OSSL_LIB_CTX *libctx, in OCSP_RESPID_match_ex() argument 292 if (respid->type == V_OCSP_RESPID_KEY) { in OCSP_RESPID_match_ex() [all …]
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | OCSP_response_status.pod | 20 int OCSP_RESPID_set_by_name(OCSP_RESPID *respid, X509 *cert); 21 int OCSP_RESPID_set_by_key_ex(OCSP_RESPID *respid, X509 *cert, 23 int OCSP_RESPID_set_by_key(OCSP_RESPID *respid, X509 *cert); 24 int OCSP_RESPID_match_ex(OCSP_RESPID *respid, X509 *cert, OSSL_LIB_CTX *libctx, 26 int OCSP_RESPID_match(OCSP_RESPID *respid, X509 *cert); 67 OCSP_RESPID_match_ex() tests whether the OCSP_RESPID given in I<respid> matches
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | ocsp.h.in | 287 int OCSP_RESPID_set_by_name(OCSP_RESPID *respid, X509 *cert); 288 int OCSP_RESPID_set_by_key_ex(OCSP_RESPID *respid, X509 *cert, 290 int OCSP_RESPID_set_by_key(OCSP_RESPID *respid, X509 *cert); 291 int OCSP_RESPID_match_ex(OCSP_RESPID *respid, X509 *cert, OSSL_LIB_CTX *libctx, 293 int OCSP_RESPID_match(OCSP_RESPID *respid, X509 *cert);
|
H A D | ocsp.h | 383 int OCSP_RESPID_set_by_name(OCSP_RESPID *respid, X509 *cert); 384 int OCSP_RESPID_set_by_key_ex(OCSP_RESPID *respid, X509 *cert, 386 int OCSP_RESPID_set_by_key(OCSP_RESPID *respid, X509 *cert); 387 int OCSP_RESPID_match_ex(OCSP_RESPID *respid, X509 *cert, OSSL_LIB_CTX *libctx, 389 int OCSP_RESPID_match(OCSP_RESPID *respid, X509 *cert);
|