1/*
2 * Generated by util/mkerr.pl DO NOT EDIT
3 * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
4 *
5 * Licensed under the Apache License 2.0 (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#ifndef OPENSSL_PKCS7ERR_H
12#define OPENSSL_PKCS7ERR_H
13#pragma once
14
15#include <openssl/opensslconf.h>
16#include <openssl/symhacks.h>
17#include <openssl/cryptoerr_legacy.h>
18
19/*
20 * PKCS7 reason codes.
21 */
22#define PKCS7_R_CERTIFICATE_VERIFY_ERROR 117
23#define PKCS7_R_CIPHER_HAS_NO_OBJECT_IDENTIFIER 144
24#define PKCS7_R_CIPHER_NOT_INITIALIZED 116
25#define PKCS7_R_CONTENT_AND_DATA_PRESENT 118
26#define PKCS7_R_CTRL_ERROR 152
27#define PKCS7_R_DECRYPT_ERROR 119
28#define PKCS7_R_DIGEST_FAILURE 101
29#define PKCS7_R_ENCRYPTION_CTRL_FAILURE 149
30#define PKCS7_R_ENCRYPTION_NOT_SUPPORTED_FOR_THIS_KEY_TYPE 150
31#define PKCS7_R_ERROR_ADDING_RECIPIENT 120
32#define PKCS7_R_ERROR_SETTING_CIPHER 121
33#define PKCS7_R_INVALID_NULL_POINTER 143
34#define PKCS7_R_INVALID_SIGNED_DATA_TYPE 155
35#define PKCS7_R_NO_CONTENT 122
36#define PKCS7_R_NO_DEFAULT_DIGEST 151
37#define PKCS7_R_NO_MATCHING_DIGEST_TYPE_FOUND 154
38#define PKCS7_R_NO_RECIPIENT_MATCHES_CERTIFICATE 115
39#define PKCS7_R_NO_SIGNATURES_ON_DATA 123
40#define PKCS7_R_NO_SIGNERS 142
41#define PKCS7_R_OPERATION_NOT_SUPPORTED_ON_THIS_TYPE 104
42#define PKCS7_R_PKCS7_ADD_SIGNATURE_ERROR 124
43#define PKCS7_R_PKCS7_ADD_SIGNER_ERROR 153
44#define PKCS7_R_PKCS7_DATASIGN 145
45#define PKCS7_R_PRIVATE_KEY_DOES_NOT_MATCH_CERTIFICATE 127
46#define PKCS7_R_SIGNATURE_FAILURE 105
47#define PKCS7_R_SIGNER_CERTIFICATE_NOT_FOUND 128
48#define PKCS7_R_SIGNING_CTRL_FAILURE 147
49#define PKCS7_R_SIGNING_NOT_SUPPORTED_FOR_THIS_KEY_TYPE 148
50#define PKCS7_R_SMIME_TEXT_ERROR 129
51#define PKCS7_R_UNABLE_TO_FIND_CERTIFICATE 106
52#define PKCS7_R_UNABLE_TO_FIND_MEM_BIO 107
53#define PKCS7_R_UNABLE_TO_FIND_MESSAGE_DIGEST 108
54#define PKCS7_R_UNKNOWN_DIGEST_TYPE 109
55#define PKCS7_R_UNKNOWN_OPERATION 110
56#define PKCS7_R_UNSUPPORTED_CIPHER_TYPE 111
57#define PKCS7_R_UNSUPPORTED_CONTENT_TYPE 112
58#define PKCS7_R_WRONG_CONTENT_TYPE 113
59#define PKCS7_R_WRONG_PKCS7_TYPE 114
60
61#endif
62