]> git.ipfire.org Git - thirdparty/openssl.git/blame - include/openssl/dherr.h
TLS1.3 FFDHE Support
[thirdparty/openssl.git] / include / openssl / dherr.h
CommitLineData
52df25cf
RS
1/*
2 * Generated by util/mkerr.pl DO NOT EDIT
2a6a5607 3 * Copyright 1995-2019 The OpenSSL Project Authors. All Rights Reserved.
52df25cf 4 *
48f4ad77 5 * Licensed under the Apache License 2.0 (the "License"). You may not use
52df25cf
RS
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 HEADER_DHERR_H
12# define HEADER_DHERR_H
13
2a6a5607
RS
14# ifndef HEADER_SYMHACKS_H
15# include <openssl/symhacks.h>
16# endif
17
048ebccb
RL
18# include <openssl/opensslconf.h>
19
20# ifndef OPENSSL_NO_DH
21
22# ifdef __cplusplus
a699b8e4 23extern "C"
048ebccb 24# endif
52df25cf 25int ERR_load_DH_strings(void);
52df25cf
RS
26
27/*
28 * DH function codes.
29 */
048ebccb
RL
30# define DH_F_COMPUTE_KEY 102
31# define DH_F_DHPARAMS_PRINT_FP 101
9aaecbfc 32# define DH_F_DH_BUF2KEY 126
048ebccb
RL
33# define DH_F_DH_BUILTIN_GENPARAMS 106
34# define DH_F_DH_CHECK_EX 121
35# define DH_F_DH_CHECK_PARAMS_EX 122
36# define DH_F_DH_CHECK_PUB_KEY_EX 123
37# define DH_F_DH_CMS_DECRYPT 114
38# define DH_F_DH_CMS_SET_PEERKEY 115
39# define DH_F_DH_CMS_SET_SHARED_INFO 116
9aaecbfc 40# define DH_F_DH_KEY2BUF 127
048ebccb
RL
41# define DH_F_DH_METH_DUP 117
42# define DH_F_DH_METH_NEW 118
43# define DH_F_DH_METH_SET1_NAME 119
44# define DH_F_DH_NEW_BY_NID 104
45# define DH_F_DH_NEW_METHOD 105
46# define DH_F_DH_PARAM_DECODE 107
47# define DH_F_DH_PKEY_PUBLIC_CHECK 124
48# define DH_F_DH_PRIV_DECODE 110
49# define DH_F_DH_PRIV_ENCODE 111
50# define DH_F_DH_PUB_DECODE 108
51# define DH_F_DH_PUB_ENCODE 109
52# define DH_F_DO_DH_PRINT 100
53# define DH_F_GENERATE_KEY 103
54# define DH_F_PKEY_DH_CTRL_STR 120
55# define DH_F_PKEY_DH_DERIVE 112
cdb10bae 56# define DH_F_PKEY_DH_INIT 125
048ebccb 57# define DH_F_PKEY_DH_KEYGEN 113
52df25cf
RS
58
59/*
60 * DH reason codes.
61 */
048ebccb
RL
62# define DH_R_BAD_GENERATOR 101
63# define DH_R_BN_DECODE_ERROR 109
64# define DH_R_BN_ERROR 106
65# define DH_R_CHECK_INVALID_J_VALUE 115
66# define DH_R_CHECK_INVALID_Q_VALUE 116
67# define DH_R_CHECK_PUBKEY_INVALID 122
68# define DH_R_CHECK_PUBKEY_TOO_LARGE 123
69# define DH_R_CHECK_PUBKEY_TOO_SMALL 124
70# define DH_R_CHECK_P_NOT_PRIME 117
71# define DH_R_CHECK_P_NOT_SAFE_PRIME 118
72# define DH_R_CHECK_Q_NOT_PRIME 119
73# define DH_R_DECODE_ERROR 104
74# define DH_R_INVALID_PARAMETER_NAME 110
75# define DH_R_INVALID_PARAMETER_NID 114
76# define DH_R_INVALID_PUBKEY 102
77# define DH_R_KDF_PARAMETER_ERROR 112
78# define DH_R_KEYS_NOT_SET 108
79# define DH_R_MISSING_PUBKEY 125
80# define DH_R_MODULUS_TOO_LARGE 103
81# define DH_R_NOT_SUITABLE_GENERATOR 120
82# define DH_R_NO_PARAMETERS_SET 107
83# define DH_R_NO_PRIVATE_VALUE 100
84# define DH_R_PARAMETER_ENCODING_ERROR 105
85# define DH_R_PEER_KEY_ERROR 111
86# define DH_R_SHARED_INFO_ERROR 113
87# define DH_R_UNABLE_TO_CHECK_GENERATOR 121
52df25cf 88
048ebccb 89# endif
52df25cf 90#endif