Home
last modified time | relevance | path

Searched refs:respid (Results 1 – 3 of 3) sorted by relevance

/openssl/crypto/ocsp/
H A Docsp_srv.c236 int OCSP_RESPID_set_by_name(OCSP_RESPID *respid, X509 *cert) in OCSP_RESPID_set_by_name() argument
241 respid->type = V_OCSP_RESPID_NAME; in OCSP_RESPID_set_by_name()
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
292 if (respid->type == V_OCSP_RESPID_KEY) { in OCSP_RESPID_match_ex()
299 if (respid->value.byKey == NULL) in OCSP_RESPID_match_ex()
309 } else if (respid->type == V_OCSP_RESPID_NAME) { in OCSP_RESPID_match_ex()
310 if (respid->value.byName == NULL) in OCSP_RESPID_match_ex()
313 return X509_NAME_cmp(respid->value.byName, in OCSP_RESPID_match_ex()
[all …]
/openssl/doc/man3/
H A DOCSP_response_status.pod20 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);
66 OCSP_RESPID_match_ex() tests whether the OCSP_RESPID given in I<respid> matches
/openssl/include/openssl/
H A Docsp.h.in287 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);

Completed in 14 milliseconds