File indexing completed on 2026-06-01 08:34:02
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011 #ifndef OPENSSL_PEMERR_H
0012 #define OPENSSL_PEMERR_H
0013 #pragma once
0014
0015 #include <openssl/opensslconf.h>
0016 #include <openssl/symhacks.h>
0017 #include <openssl/cryptoerr_legacy.h>
0018
0019
0020
0021
0022 #define PEM_R_BAD_BASE64_DECODE 100
0023 #define PEM_R_BAD_DECRYPT 101
0024 #define PEM_R_BAD_END_LINE 102
0025 #define PEM_R_BAD_IV_CHARS 103
0026 #define PEM_R_BAD_MAGIC_NUMBER 116
0027 #define PEM_R_BAD_PASSWORD_READ 104
0028 #define PEM_R_BAD_VERSION_NUMBER 117
0029 #define PEM_R_BIO_WRITE_FAILURE 118
0030 #define PEM_R_CIPHER_IS_NULL 127
0031 #define PEM_R_ERROR_CONVERTING_PRIVATE_KEY 115
0032 #define PEM_R_EXPECTING_DSS_KEY_BLOB 131
0033 #define PEM_R_EXPECTING_PRIVATE_KEY_BLOB 119
0034 #define PEM_R_EXPECTING_PUBLIC_KEY_BLOB 120
0035 #define PEM_R_EXPECTING_RSA_KEY_BLOB 132
0036 #define PEM_R_HEADER_TOO_LONG 128
0037 #define PEM_R_INCONSISTENT_HEADER 121
0038 #define PEM_R_KEYBLOB_HEADER_PARSE_ERROR 122
0039 #define PEM_R_KEYBLOB_TOO_SHORT 123
0040 #define PEM_R_MISSING_DEK_IV 129
0041 #define PEM_R_NOT_DEK_INFO 105
0042 #define PEM_R_NOT_ENCRYPTED 106
0043 #define PEM_R_NOT_PROC_TYPE 107
0044 #define PEM_R_NO_START_LINE 108
0045 #define PEM_R_PROBLEMS_GETTING_PASSWORD 109
0046 #define PEM_R_PVK_DATA_TOO_SHORT 124
0047 #define PEM_R_PVK_TOO_SHORT 125
0048 #define PEM_R_READ_KEY 111
0049 #define PEM_R_SHORT_HEADER 112
0050 #define PEM_R_UNEXPECTED_DEK_IV 130
0051 #define PEM_R_UNSUPPORTED_CIPHER 113
0052 #define PEM_R_UNSUPPORTED_ENCRYPTION 114
0053 #define PEM_R_UNSUPPORTED_KEY_COMPONENTS 126
0054 #define PEM_R_UNSUPPORTED_PUBLIC_KEY_TYPE 110
0055 #define PEM_R_UNSUPPORTED_PVK_KEY_TYPE 133
0056
0057 #endif