]> git.ipfire.org Git - thirdparty/openssl.git/blame - include/openssl/dherr.h
Add a range check (from SP800-56Ar3) to DH key derivation.
[thirdparty/openssl.git] / include / openssl / dherr.h
CommitLineData
52df25cf
RS
1/*
2 * Generated by util/mkerr.pl DO NOT EDIT
a28d06f3 3 * Copyright 1995-2021 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
ae4186b0
DMSP
11#ifndef OPENSSL_DHERR_H
12# define OPENSSL_DHERR_H
d86167ec
DMSP
13# pragma once
14
cbfa5b03
RS
15# include <openssl/opensslconf.h>
16# include <openssl/symhacks.h>
14a6c6a4 17# include <openssl/cryptoerr_legacy.h>
cbfa5b03 18
2a6a5607 19
048ebccb
RL
20# ifndef OPENSSL_NO_DH
21
52df25cf 22
52df25cf
RS
23/*
24 * DH reason codes.
25 */
8da42c8b 26# define DH_R_BAD_FFC_PARAMETERS 127
048ebccb
RL
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
e454a393 42# define DH_R_INVALID_SECRET 128
048ebccb
RL
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
6de1fe90 47# define DH_R_MODULUS_TOO_SMALL 126
048ebccb
RL
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
52df25cf 55
048ebccb 56# endif
52df25cf 57#endif