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_PEMERR_H
|
---|
12 | # define OPENSSL_PEMERR_H
|
---|
13 | # pragma once
|
---|
14 |
|
---|
15 | # include <openssl/opensslconf.h>
|
---|
16 | # include <openssl/symhacks.h>
|
---|
17 | # include <openssl/cryptoerr_legacy.h>
|
---|
18 |
|
---|
19 |
|
---|
20 |
|
---|
21 | /*
|
---|
22 | * PEM reason codes.
|
---|
23 | */
|
---|
24 | # define PEM_R_BAD_BASE64_DECODE 100
|
---|
25 | # define PEM_R_BAD_DECRYPT 101
|
---|
26 | # define PEM_R_BAD_END_LINE 102
|
---|
27 | # define PEM_R_BAD_IV_CHARS 103
|
---|
28 | # define PEM_R_BAD_MAGIC_NUMBER 116
|
---|
29 | # define PEM_R_BAD_PASSWORD_READ 104
|
---|
30 | # define PEM_R_BAD_VERSION_NUMBER 117
|
---|
31 | # define PEM_R_BIO_WRITE_FAILURE 118
|
---|
32 | # define PEM_R_CIPHER_IS_NULL 127
|
---|
33 | # define PEM_R_ERROR_CONVERTING_PRIVATE_KEY 115
|
---|
34 | # define PEM_R_EXPECTING_DSS_KEY_BLOB 131
|
---|
35 | # define PEM_R_EXPECTING_PRIVATE_KEY_BLOB 119
|
---|
36 | # define PEM_R_EXPECTING_PUBLIC_KEY_BLOB 120
|
---|
37 | # define PEM_R_EXPECTING_RSA_KEY_BLOB 132
|
---|
38 | # define PEM_R_HEADER_TOO_LONG 128
|
---|
39 | # define PEM_R_INCONSISTENT_HEADER 121
|
---|
40 | # define PEM_R_KEYBLOB_HEADER_PARSE_ERROR 122
|
---|
41 | # define PEM_R_KEYBLOB_TOO_SHORT 123
|
---|
42 | # define PEM_R_MISSING_DEK_IV 129
|
---|
43 | # define PEM_R_NOT_DEK_INFO 105
|
---|
44 | # define PEM_R_NOT_ENCRYPTED 106
|
---|
45 | # define PEM_R_NOT_PROC_TYPE 107
|
---|
46 | # define PEM_R_NO_START_LINE 108
|
---|
47 | # define PEM_R_PROBLEMS_GETTING_PASSWORD 109
|
---|
48 | # define PEM_R_PVK_DATA_TOO_SHORT 124
|
---|
49 | # define PEM_R_PVK_TOO_SHORT 125
|
---|
50 | # define PEM_R_READ_KEY 111
|
---|
51 | # define PEM_R_SHORT_HEADER 112
|
---|
52 | # define PEM_R_UNEXPECTED_DEK_IV 130
|
---|
53 | # define PEM_R_UNSUPPORTED_CIPHER 113
|
---|
54 | # define PEM_R_UNSUPPORTED_ENCRYPTION 114
|
---|
55 | # define PEM_R_UNSUPPORTED_KEY_COMPONENTS 126
|
---|
56 | # define PEM_R_UNSUPPORTED_PUBLIC_KEY_TYPE 110
|
---|
57 |
|
---|
58 | #endif
|
---|