dherr.h 2.5 KB

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