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_DHERR_H
|
---|
12 | # define OPENSSL_DHERR_H
|
---|
13 | # pragma once
|
---|
14 |
|
---|
15 | # include <openssl/opensslconf.h>
|
---|
16 | # include <openssl/symhacks.h>
|
---|
17 | # include <openssl/cryptoerr_legacy.h>
|
---|
18 |
|
---|
19 |
|
---|
20 | # ifndef OPENSSL_NO_DH
|
---|
21 |
|
---|
22 |
|
---|
23 | /*
|
---|
24 | * DH reason codes.
|
---|
25 | */
|
---|
26 | # define DH_R_BAD_FFC_PARAMETERS 127
|
---|
27 | # define DH_R_BAD_GENERATOR 101
|
---|
28 | # define DH_R_BN_DECODE_ERROR 109
|
---|
29 | # define DH_R_BN_ERROR 106
|
---|
30 | # define DH_R_CHECK_INVALID_J_VALUE 115
|
---|
31 | # define DH_R_CHECK_INVALID_Q_VALUE 116
|
---|
32 | # define DH_R_CHECK_PUBKEY_INVALID 122
|
---|
33 | # define DH_R_CHECK_PUBKEY_TOO_LARGE 123
|
---|
34 | # define DH_R_CHECK_PUBKEY_TOO_SMALL 124
|
---|
35 | # define DH_R_CHECK_P_NOT_PRIME 117
|
---|
36 | # define DH_R_CHECK_P_NOT_SAFE_PRIME 118
|
---|
37 | # define DH_R_CHECK_Q_NOT_PRIME 119
|
---|
38 | # define DH_R_DECODE_ERROR 104
|
---|
39 | # define DH_R_INVALID_PARAMETER_NAME 110
|
---|
40 | # define DH_R_INVALID_PARAMETER_NID 114
|
---|
41 | # define DH_R_INVALID_PUBKEY 102
|
---|
42 | # define DH_R_INVALID_SECRET 128
|
---|
43 | # define DH_R_KDF_PARAMETER_ERROR 112
|
---|
44 | # define DH_R_KEYS_NOT_SET 108
|
---|
45 | # define DH_R_MISSING_PUBKEY 125
|
---|
46 | # define DH_R_MODULUS_TOO_LARGE 103
|
---|
47 | # define DH_R_MODULUS_TOO_SMALL 126
|
---|
48 | # define DH_R_NOT_SUITABLE_GENERATOR 120
|
---|
49 | # define DH_R_NO_PARAMETERS_SET 107
|
---|
50 | # define DH_R_NO_PRIVATE_VALUE 100
|
---|
51 | # define DH_R_PARAMETER_ENCODING_ERROR 105
|
---|
52 | # define DH_R_PEER_KEY_ERROR 111
|
---|
53 | # define DH_R_SHARED_INFO_ERROR 113
|
---|
54 | # define DH_R_UNABLE_TO_CHECK_GENERATOR 121
|
---|
55 |
|
---|
56 | # endif
|
---|
57 | #endif
|
---|