lh | 9ed821d | 2023-04-07 01:36:19 -0700 | [diff] [blame] | 1 | /* |
| 2 | * Generated by util/mkerr.pl DO NOT EDIT |
| 3 | * Copyright 1995-2017 The OpenSSL Project Authors. All Rights Reserved. |
| 4 | * |
| 5 | * Licensed under the OpenSSL license (the "License"). You may not use |
| 6 | * this file except in compliance with the License. You can obtain a copy |
| 7 | * in the file LICENSE in the source distribution or at |
| 8 | * https://www.openssl.org/source/license.html |
| 9 | */ |
| 10 | |
| 11 | #include <openssl/err.h> |
| 12 | #include <openssl/pkcs7err.h> |
| 13 | |
| 14 | #ifndef OPENSSL_NO_ERR |
| 15 | |
| 16 | static const ERR_STRING_DATA PKCS7_str_functs[] = { |
| 17 | {ERR_PACK(ERR_LIB_PKCS7, PKCS7_F_DO_PKCS7_SIGNED_ATTRIB, 0), |
| 18 | "do_pkcs7_signed_attrib"}, |
| 19 | {ERR_PACK(ERR_LIB_PKCS7, PKCS7_F_PKCS7_ADD0_ATTRIB_SIGNING_TIME, 0), |
| 20 | "PKCS7_add0_attrib_signing_time"}, |
| 21 | {ERR_PACK(ERR_LIB_PKCS7, PKCS7_F_PKCS7_ADD_ATTRIB_SMIMECAP, 0), |
| 22 | "PKCS7_add_attrib_smimecap"}, |
| 23 | {ERR_PACK(ERR_LIB_PKCS7, PKCS7_F_PKCS7_ADD_CERTIFICATE, 0), |
| 24 | "PKCS7_add_certificate"}, |
| 25 | {ERR_PACK(ERR_LIB_PKCS7, PKCS7_F_PKCS7_ADD_CRL, 0), "PKCS7_add_crl"}, |
| 26 | {ERR_PACK(ERR_LIB_PKCS7, PKCS7_F_PKCS7_ADD_RECIPIENT_INFO, 0), |
| 27 | "PKCS7_add_recipient_info"}, |
| 28 | {ERR_PACK(ERR_LIB_PKCS7, PKCS7_F_PKCS7_ADD_SIGNATURE, 0), |
| 29 | "PKCS7_add_signature"}, |
| 30 | {ERR_PACK(ERR_LIB_PKCS7, PKCS7_F_PKCS7_ADD_SIGNER, 0), "PKCS7_add_signer"}, |
| 31 | {ERR_PACK(ERR_LIB_PKCS7, PKCS7_F_PKCS7_BIO_ADD_DIGEST, 0), |
| 32 | "PKCS7_bio_add_digest"}, |
| 33 | {ERR_PACK(ERR_LIB_PKCS7, PKCS7_F_PKCS7_COPY_EXISTING_DIGEST, 0), |
| 34 | "pkcs7_copy_existing_digest"}, |
| 35 | {ERR_PACK(ERR_LIB_PKCS7, PKCS7_F_PKCS7_CTRL, 0), "PKCS7_ctrl"}, |
| 36 | {ERR_PACK(ERR_LIB_PKCS7, PKCS7_F_PKCS7_DATADECODE, 0), "PKCS7_dataDecode"}, |
| 37 | {ERR_PACK(ERR_LIB_PKCS7, PKCS7_F_PKCS7_DATAFINAL, 0), "PKCS7_dataFinal"}, |
| 38 | {ERR_PACK(ERR_LIB_PKCS7, PKCS7_F_PKCS7_DATAINIT, 0), "PKCS7_dataInit"}, |
| 39 | {ERR_PACK(ERR_LIB_PKCS7, PKCS7_F_PKCS7_DATAVERIFY, 0), "PKCS7_dataVerify"}, |
| 40 | {ERR_PACK(ERR_LIB_PKCS7, PKCS7_F_PKCS7_DECRYPT, 0), "PKCS7_decrypt"}, |
| 41 | {ERR_PACK(ERR_LIB_PKCS7, PKCS7_F_PKCS7_DECRYPT_RINFO, 0), |
| 42 | "pkcs7_decrypt_rinfo"}, |
| 43 | {ERR_PACK(ERR_LIB_PKCS7, PKCS7_F_PKCS7_ENCODE_RINFO, 0), |
| 44 | "pkcs7_encode_rinfo"}, |
| 45 | {ERR_PACK(ERR_LIB_PKCS7, PKCS7_F_PKCS7_ENCRYPT, 0), "PKCS7_encrypt"}, |
| 46 | {ERR_PACK(ERR_LIB_PKCS7, PKCS7_F_PKCS7_FINAL, 0), "PKCS7_final"}, |
| 47 | {ERR_PACK(ERR_LIB_PKCS7, PKCS7_F_PKCS7_FIND_DIGEST, 0), |
| 48 | "PKCS7_find_digest"}, |
| 49 | {ERR_PACK(ERR_LIB_PKCS7, PKCS7_F_PKCS7_GET0_SIGNERS, 0), |
| 50 | "PKCS7_get0_signers"}, |
| 51 | {ERR_PACK(ERR_LIB_PKCS7, PKCS7_F_PKCS7_RECIP_INFO_SET, 0), |
| 52 | "PKCS7_RECIP_INFO_set"}, |
| 53 | {ERR_PACK(ERR_LIB_PKCS7, PKCS7_F_PKCS7_SET_CIPHER, 0), "PKCS7_set_cipher"}, |
| 54 | {ERR_PACK(ERR_LIB_PKCS7, PKCS7_F_PKCS7_SET_CONTENT, 0), |
| 55 | "PKCS7_set_content"}, |
| 56 | {ERR_PACK(ERR_LIB_PKCS7, PKCS7_F_PKCS7_SET_DIGEST, 0), "PKCS7_set_digest"}, |
| 57 | {ERR_PACK(ERR_LIB_PKCS7, PKCS7_F_PKCS7_SET_TYPE, 0), "PKCS7_set_type"}, |
| 58 | {ERR_PACK(ERR_LIB_PKCS7, PKCS7_F_PKCS7_SIGN, 0), "PKCS7_sign"}, |
| 59 | {ERR_PACK(ERR_LIB_PKCS7, PKCS7_F_PKCS7_SIGNATUREVERIFY, 0), |
| 60 | "PKCS7_signatureVerify"}, |
| 61 | {ERR_PACK(ERR_LIB_PKCS7, PKCS7_F_PKCS7_SIGNER_INFO_SET, 0), |
| 62 | "PKCS7_SIGNER_INFO_set"}, |
| 63 | {ERR_PACK(ERR_LIB_PKCS7, PKCS7_F_PKCS7_SIGNER_INFO_SIGN, 0), |
| 64 | "PKCS7_SIGNER_INFO_sign"}, |
| 65 | {ERR_PACK(ERR_LIB_PKCS7, PKCS7_F_PKCS7_SIGN_ADD_SIGNER, 0), |
| 66 | "PKCS7_sign_add_signer"}, |
| 67 | {ERR_PACK(ERR_LIB_PKCS7, PKCS7_F_PKCS7_SIMPLE_SMIMECAP, 0), |
| 68 | "PKCS7_simple_smimecap"}, |
| 69 | {ERR_PACK(ERR_LIB_PKCS7, PKCS7_F_PKCS7_VERIFY, 0), "PKCS7_verify"}, |
| 70 | {0, NULL} |
| 71 | }; |
| 72 | |
| 73 | static const ERR_STRING_DATA PKCS7_str_reasons[] = { |
| 74 | {ERR_PACK(ERR_LIB_PKCS7, 0, PKCS7_R_CERTIFICATE_VERIFY_ERROR), |
| 75 | "certificate verify error"}, |
| 76 | {ERR_PACK(ERR_LIB_PKCS7, 0, PKCS7_R_CIPHER_HAS_NO_OBJECT_IDENTIFIER), |
| 77 | "cipher has no object identifier"}, |
| 78 | {ERR_PACK(ERR_LIB_PKCS7, 0, PKCS7_R_CIPHER_NOT_INITIALIZED), |
| 79 | "cipher not initialized"}, |
| 80 | {ERR_PACK(ERR_LIB_PKCS7, 0, PKCS7_R_CONTENT_AND_DATA_PRESENT), |
| 81 | "content and data present"}, |
| 82 | {ERR_PACK(ERR_LIB_PKCS7, 0, PKCS7_R_CTRL_ERROR), "ctrl error"}, |
| 83 | {ERR_PACK(ERR_LIB_PKCS7, 0, PKCS7_R_DECRYPT_ERROR), "decrypt error"}, |
| 84 | {ERR_PACK(ERR_LIB_PKCS7, 0, PKCS7_R_DIGEST_FAILURE), "digest failure"}, |
| 85 | {ERR_PACK(ERR_LIB_PKCS7, 0, PKCS7_R_ENCRYPTION_CTRL_FAILURE), |
| 86 | "encryption ctrl failure"}, |
| 87 | {ERR_PACK(ERR_LIB_PKCS7, 0, PKCS7_R_ENCRYPTION_NOT_SUPPORTED_FOR_THIS_KEY_TYPE), |
| 88 | "encryption not supported for this key type"}, |
| 89 | {ERR_PACK(ERR_LIB_PKCS7, 0, PKCS7_R_ERROR_ADDING_RECIPIENT), |
| 90 | "error adding recipient"}, |
| 91 | {ERR_PACK(ERR_LIB_PKCS7, 0, PKCS7_R_ERROR_SETTING_CIPHER), |
| 92 | "error setting cipher"}, |
| 93 | {ERR_PACK(ERR_LIB_PKCS7, 0, PKCS7_R_INVALID_NULL_POINTER), |
| 94 | "invalid null pointer"}, |
| 95 | {ERR_PACK(ERR_LIB_PKCS7, 0, PKCS7_R_INVALID_SIGNED_DATA_TYPE), |
| 96 | "invalid signed data type"}, |
| 97 | {ERR_PACK(ERR_LIB_PKCS7, 0, PKCS7_R_NO_CONTENT), "no content"}, |
| 98 | {ERR_PACK(ERR_LIB_PKCS7, 0, PKCS7_R_NO_DEFAULT_DIGEST), |
| 99 | "no default digest"}, |
| 100 | {ERR_PACK(ERR_LIB_PKCS7, 0, PKCS7_R_NO_MATCHING_DIGEST_TYPE_FOUND), |
| 101 | "no matching digest type found"}, |
| 102 | {ERR_PACK(ERR_LIB_PKCS7, 0, PKCS7_R_NO_RECIPIENT_MATCHES_CERTIFICATE), |
| 103 | "no recipient matches certificate"}, |
| 104 | {ERR_PACK(ERR_LIB_PKCS7, 0, PKCS7_R_NO_SIGNATURES_ON_DATA), |
| 105 | "no signatures on data"}, |
| 106 | {ERR_PACK(ERR_LIB_PKCS7, 0, PKCS7_R_NO_SIGNERS), "no signers"}, |
| 107 | {ERR_PACK(ERR_LIB_PKCS7, 0, PKCS7_R_OPERATION_NOT_SUPPORTED_ON_THIS_TYPE), |
| 108 | "operation not supported on this type"}, |
| 109 | {ERR_PACK(ERR_LIB_PKCS7, 0, PKCS7_R_PKCS7_ADD_SIGNATURE_ERROR), |
| 110 | "pkcs7 add signature error"}, |
| 111 | {ERR_PACK(ERR_LIB_PKCS7, 0, PKCS7_R_PKCS7_ADD_SIGNER_ERROR), |
| 112 | "pkcs7 add signer error"}, |
| 113 | {ERR_PACK(ERR_LIB_PKCS7, 0, PKCS7_R_PKCS7_DATASIGN), "pkcs7 datasign"}, |
| 114 | {ERR_PACK(ERR_LIB_PKCS7, 0, PKCS7_R_PRIVATE_KEY_DOES_NOT_MATCH_CERTIFICATE), |
| 115 | "private key does not match certificate"}, |
| 116 | {ERR_PACK(ERR_LIB_PKCS7, 0, PKCS7_R_SIGNATURE_FAILURE), |
| 117 | "signature failure"}, |
| 118 | {ERR_PACK(ERR_LIB_PKCS7, 0, PKCS7_R_SIGNER_CERTIFICATE_NOT_FOUND), |
| 119 | "signer certificate not found"}, |
| 120 | {ERR_PACK(ERR_LIB_PKCS7, 0, PKCS7_R_SIGNING_CTRL_FAILURE), |
| 121 | "signing ctrl failure"}, |
| 122 | {ERR_PACK(ERR_LIB_PKCS7, 0, PKCS7_R_SIGNING_NOT_SUPPORTED_FOR_THIS_KEY_TYPE), |
| 123 | "signing not supported for this key type"}, |
| 124 | {ERR_PACK(ERR_LIB_PKCS7, 0, PKCS7_R_SMIME_TEXT_ERROR), "smime text error"}, |
| 125 | {ERR_PACK(ERR_LIB_PKCS7, 0, PKCS7_R_UNABLE_TO_FIND_CERTIFICATE), |
| 126 | "unable to find certificate"}, |
| 127 | {ERR_PACK(ERR_LIB_PKCS7, 0, PKCS7_R_UNABLE_TO_FIND_MEM_BIO), |
| 128 | "unable to find mem bio"}, |
| 129 | {ERR_PACK(ERR_LIB_PKCS7, 0, PKCS7_R_UNABLE_TO_FIND_MESSAGE_DIGEST), |
| 130 | "unable to find message digest"}, |
| 131 | {ERR_PACK(ERR_LIB_PKCS7, 0, PKCS7_R_UNKNOWN_DIGEST_TYPE), |
| 132 | "unknown digest type"}, |
| 133 | {ERR_PACK(ERR_LIB_PKCS7, 0, PKCS7_R_UNKNOWN_OPERATION), |
| 134 | "unknown operation"}, |
| 135 | {ERR_PACK(ERR_LIB_PKCS7, 0, PKCS7_R_UNSUPPORTED_CIPHER_TYPE), |
| 136 | "unsupported cipher type"}, |
| 137 | {ERR_PACK(ERR_LIB_PKCS7, 0, PKCS7_R_UNSUPPORTED_CONTENT_TYPE), |
| 138 | "unsupported content type"}, |
| 139 | {ERR_PACK(ERR_LIB_PKCS7, 0, PKCS7_R_WRONG_CONTENT_TYPE), |
| 140 | "wrong content type"}, |
| 141 | {ERR_PACK(ERR_LIB_PKCS7, 0, PKCS7_R_WRONG_PKCS7_TYPE), "wrong pkcs7 type"}, |
| 142 | {0, NULL} |
| 143 | }; |
| 144 | |
| 145 | #endif |
| 146 | |
| 147 | int ERR_load_PKCS7_strings(void) |
| 148 | { |
| 149 | #ifndef OPENSSL_NO_ERR |
| 150 | if (ERR_func_error_string(PKCS7_str_functs[0].error) == NULL) { |
| 151 | ERR_load_strings_const(PKCS7_str_functs); |
| 152 | ERR_load_strings_const(PKCS7_str_reasons); |
| 153 | } |
| 154 | #endif |
| 155 | return 1; |
| 156 | } |