/freebsd/crypto/openssl/crypto/ts/ |
H A D | ts_err.c | 20 {ERR_PACK(ERR_LIB_TS, 0, TS_R_BAD_PKCS7_TYPE), "bad pkcs7 type"}, 21 {ERR_PACK(ERR_LIB_TS, 0, TS_R_BAD_TYPE), "bad type"}, 22 {ERR_PACK(ERR_LIB_TS, 0, TS_R_CANNOT_LOAD_CERT), "cannot load certificate"}, 23 {ERR_PACK(ERR_LIB_TS, 0, TS_R_CANNOT_LOAD_KEY), "cannot load private key"}, 24 {ERR_PACK(ERR_LIB_TS, 0, TS_R_CERTIFICATE_VERIFY_ERROR), 26 {ERR_PACK(ERR_LIB_TS, 0, TS_R_COULD_NOT_SET_ENGINE), 28 {ERR_PACK(ERR_LIB_TS, 0, TS_R_COULD_NOT_SET_TIME), "could not set time"}, 29 {ERR_PACK(ERR_LIB_TS, 0, TS_R_DETACHED_CONTENT), "detached content"}, 30 {ERR_PACK(ERR_LIB_TS, 0, TS_R_ESS_ADD_SIGNING_CERT_ERROR), 32 {ERR_PACK(ERR_LIB_TS, 0, TS_R_ESS_ADD_SIGNING_CERT_V2_ERROR), [all …]
|
H A D | ts_rsp_sign.c | 55 ERR_raise(ERR_LIB_TS, ERR_R_ASN1_LIB); in def_serial_cb() 70 ERR_raise(ERR_LIB_TS, TS_R_TIME_SYSCALL_ERROR); in def_time_cb() 142 ERR_raise(ERR_LIB_TS, TS_R_INVALID_SIGNER_CERTIFICATE_PURPOSE); in TS_RESP_CTX_set_signer_cert() 178 ERR_raise(ERR_LIB_TS, ERR_R_OBJ_LIB); in TS_RESP_CTX_set_def_policy() 196 ERR_raise(ERR_LIB_TS, ERR_R_CRYPTO_LIB); in TS_RESP_CTX_add_policy() 200 ERR_raise(ERR_LIB_TS, ERR_R_OBJ_LIB); in TS_RESP_CTX_add_policy() 204 ERR_raise(ERR_LIB_TS, ERR_R_CRYPTO_LIB); in TS_RESP_CTX_add_policy() 224 ERR_raise(ERR_LIB_TS, ERR_R_CRYPTO_LIB); in TS_RESP_CTX_add_md() 257 ERR_raise(ERR_LIB_TS, ERR_R_ASN1_LIB); in TS_RESP_CTX_set_accuracy() 293 ERR_raise(ERR_LIB_TS, ERR_R_TS_LIB); in TS_RESP_CTX_set_status_info() [all …]
|
H A D | ts_rsp_verify.c | 103 ERR_raise(ERR_LIB_TS, TS_R_INVALID_NULL_POINTER); in TS_RESP_verify_signature() 107 ERR_raise(ERR_LIB_TS, TS_R_WRONG_CONTENT_TYPE); in TS_RESP_verify_signature() 112 ERR_raise(ERR_LIB_TS, TS_R_THERE_MUST_BE_ONE_SIGNER); in TS_RESP_verify_signature() 117 ERR_raise(ERR_LIB_TS, TS_R_NO_CONTENT); in TS_RESP_verify_signature() 148 ERR_raise(ERR_LIB_TS, TS_R_SIGNATURE_FAILURE); in TS_RESP_verify_signature() 183 ERR_raise(ERR_LIB_TS, ERR_R_X509_LIB); in ts_verify_cert() 192 ERR_raise_data(ERR_LIB_TS, TS_R_CERTIFICATE_VERIFY_ERROR, in ts_verify_cert() 316 ERR_raise(ERR_LIB_TS, TS_R_UNSUPPORTED_VERSION); in int_ts_RESP_verify_token() 336 ERR_raise(ERR_LIB_TS, TS_R_TSA_NAME_MISMATCH); in int_ts_RESP_verify_token() 341 ERR_raise(ERR_LIB_TS, TS_R_TSA_UNTRUSTED); in int_ts_RESP_verify_token() [all …]
|
H A D | ts_rsp_utils.c | 25 ERR_raise(ERR_LIB_TS, ERR_R_TS_LIB); in TS_RESP_set_status_info() 76 ERR_raise(ERR_LIB_TS, ERR_R_OBJ_LIB); in TS_TST_INFO_set_policy_id() 97 ERR_raise(ERR_LIB_TS, ERR_R_TS_LIB); in TS_TST_INFO_set_msg_imprint() 118 ERR_raise(ERR_LIB_TS, ERR_R_ASN1_LIB); in TS_TST_INFO_set_serial() 139 ERR_raise(ERR_LIB_TS, ERR_R_ASN1_LIB); in TS_TST_INFO_set_time() 160 ERR_raise(ERR_LIB_TS, ERR_R_TS_LIB); in TS_TST_INFO_set_accuracy() 181 ERR_raise(ERR_LIB_TS, ERR_R_ASN1_LIB); in TS_ACCURACY_set_seconds() 203 ERR_raise(ERR_LIB_TS, ERR_R_ASN1_LIB); in TS_ACCURACY_set_millis() 226 ERR_raise(ERR_LIB_TS, ERR_R_ASN1_LIB); in TS_ACCURACY_set_micros() 259 ERR_raise(ERR_LIB_TS, ERR_R_ASN1_LIB); in TS_TST_INFO_set_nonce() [all …]
|
H A D | ts_asn1.c | 141 ERR_raise(ERR_LIB_TS, TS_R_TOKEN_PRESENT); 147 ERR_raise(ERR_LIB_TS, TS_R_PKCS7_TO_TS_TST_INFO_FAILED); 151 ERR_raise(ERR_LIB_TS, TS_R_TOKEN_NOT_PRESENT); 213 ERR_raise(ERR_LIB_TS, TS_R_BAD_PKCS7_TYPE); in PKCS7_to_TS_TST_INFO() 217 ERR_raise(ERR_LIB_TS, TS_R_DETACHED_CONTENT); in PKCS7_to_TS_TST_INFO() 223 ERR_raise(ERR_LIB_TS, TS_R_BAD_PKCS7_TYPE); in PKCS7_to_TS_TST_INFO() 228 ERR_raise(ERR_LIB_TS, TS_R_BAD_TYPE); in PKCS7_to_TS_TST_INFO()
|
H A D | ts_req_utils.c | 35 ERR_raise(ERR_LIB_TS, ERR_R_TS_LIB); in TS_REQ_set_msg_imprint() 56 ERR_raise(ERR_LIB_TS, ERR_R_ASN1_LIB); in TS_MSG_IMPRINT_set_algo() 87 ERR_raise(ERR_LIB_TS, ERR_R_OBJ_LIB); in TS_REQ_set_policy_id() 108 ERR_raise(ERR_LIB_TS, ERR_R_ASN1_LIB); in TS_REQ_set_nonce()
|
H A D | ts_conf.c | 62 ERR_raise(ERR_LIB_TS, TS_R_CANNOT_LOAD_CERT); in TS_CONF_load_cert() 98 ERR_raise(ERR_LIB_TS, TS_R_CANNOT_LOAD_CERT); in STACK_OF() 118 ERR_raise(ERR_LIB_TS, TS_R_CANNOT_LOAD_KEY); in TS_CONF_load_key() 127 ERR_raise_data(ERR_LIB_TS, TS_R_VAR_LOOKUP_FAILURE, "%s::%s", name, tag); in ts_CONF_lookup_fail() 132 ERR_raise_data(ERR_LIB_TS, TS_R_VAR_BAD_VALUE, "%s::%s", name, tag); in ts_CONF_invalid() 198 ERR_raise_data(ERR_LIB_TS, TS_R_COULD_NOT_SET_ENGINE, in TS_CONF_set_default_engine()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | err.h | 108 # define ERR_LIB_TS 47 macro 166 # define TSerr(f, r) ERR_raise_data(ERR_LIB_TS, (r), NULL) 341 # define ERR_R_TS_LIB (ERR_LIB_TS/* 47 */ | ERR_RFLAG_COMMON)
|
H A D | err.h.in | 110 # define ERR_LIB_TS 47 macro 168 # define TSerr(f, r) ERR_raise_data(ERR_LIB_TS, (r), NULL) 343 # define ERR_R_TS_LIB (ERR_LIB_TS/* 47 */ | ERR_RFLAG_COMMON)
|
/freebsd/crypto/openssl/crypto/err/ |
H A D | err.c | 62 {ERR_PACK(ERR_LIB_TS, 0, 0), "time stamp routines"},
|