Home
last modified time | relevance | path

Searched refs:errorDetails (Results 1 – 9 of 9) sorted by relevance

/freebsd/crypto/openssl/apps/lib/
H A Dcmp_mock_srv.c605 const OSSL_CMP_PKIFREETEXT *errorDetails) in process_error() argument
632 if (sk_ASN1_UTF8STRING_num(errorDetails) <= 0) { in process_error()
636 for (i = 0; i < sk_ASN1_UTF8STRING_num(errorDetails); i++) { in process_error()
640 sk_ASN1_UTF8STRING_value(errorDetails, i), in process_error()
/freebsd/crypto/openssl/doc/internal/man3/
H A Dossl_cmp_certreq_new.pod147 the library and reason strings are included in the B<errorDetails> field.
148 If given, the I<details> are added to the contents of the B<errorDetails> field.
/freebsd/crypto/openssl/fuzz/
H A Dcmp.c136 const OSSL_CMP_PKIFREETEXT *errorDetails) in process_error() argument
/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_client.c244 if (emc->errorDetails != NULL) { in send_receive_check()
245 char *text = ossl_sk_ASN1_UTF8STRING2text(emc->errorDetails, ", ", in send_receive_check()
H A Dcmp_local.h413 OSSL_CMP_PKIFREETEXT *errorDetails; member
H A Dcmp_server.c391 errorContent->errorCode, errorContent->errorDetails); in process_error()
H A Dcmp_asn.c61 ASN1_SEQUENCE_OF_OPT(OSSL_CMP_ERRORMSGCONTENT, errorDetails,
H A Dcmp_msg.c833 msg->body->value.error->errorDetails = ft; in ossl_cmp_error_new()
/freebsd/crypto/openssl/doc/man3/
H A DOSSL_CMP_SRV_CTX_new.pod59 const OSSL_CMP_PKIFREETEXT *errorDetails);