asn1err.h 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. /*
  2. * Generated by util/mkerr.pl DO NOT EDIT
  3. * Copyright 1995-2024 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_ASN1ERR_H
  11. #define OPENSSL_ASN1ERR_H
  12. #pragma once
  13. #include <openssl/opensslconf.h>
  14. #include <openssl/symhacks.h>
  15. #include <openssl/cryptoerr_legacy.h>
  16. /*
  17. * ASN1 reason codes.
  18. */
  19. #define ASN1_R_ADDING_OBJECT 171
  20. #define ASN1_R_ASN1_PARSE_ERROR 203
  21. #define ASN1_R_ASN1_SIG_PARSE_ERROR 204
  22. #define ASN1_R_AUX_ERROR 100
  23. #define ASN1_R_BAD_OBJECT_HEADER 102
  24. #define ASN1_R_BAD_TEMPLATE 230
  25. #define ASN1_R_BMPSTRING_IS_WRONG_LENGTH 214
  26. #define ASN1_R_BN_LIB 105
  27. #define ASN1_R_BOOLEAN_IS_WRONG_LENGTH 106
  28. #define ASN1_R_BUFFER_TOO_SMALL 107
  29. #define ASN1_R_CIPHER_HAS_NO_OBJECT_IDENTIFIER 108
  30. #define ASN1_R_CONTEXT_NOT_INITIALISED 217
  31. #define ASN1_R_DATA_IS_WRONG 109
  32. #define ASN1_R_DECODE_ERROR 110
  33. #define ASN1_R_DEPTH_EXCEEDED 174
  34. #define ASN1_R_DIGEST_AND_KEY_TYPE_NOT_SUPPORTED 198
  35. #define ASN1_R_ENCODE_ERROR 112
  36. #define ASN1_R_ERROR_GETTING_TIME 173
  37. #define ASN1_R_ERROR_LOADING_SECTION 172
  38. #define ASN1_R_ERROR_SETTING_CIPHER_PARAMS 114
  39. #define ASN1_R_EXPECTING_AN_INTEGER 115
  40. #define ASN1_R_EXPECTING_AN_OBJECT 116
  41. #define ASN1_R_EXPLICIT_LENGTH_MISMATCH 119
  42. #define ASN1_R_EXPLICIT_TAG_NOT_CONSTRUCTED 120
  43. #define ASN1_R_FIELD_MISSING 121
  44. #define ASN1_R_FIRST_NUM_TOO_LARGE 122
  45. #define ASN1_R_GENERALIZEDTIME_IS_TOO_SHORT 232
  46. #define ASN1_R_HEADER_TOO_LONG 123
  47. #define ASN1_R_ILLEGAL_BITSTRING_FORMAT 175
  48. #define ASN1_R_ILLEGAL_BOOLEAN 176
  49. #define ASN1_R_ILLEGAL_CHARACTERS 124
  50. #define ASN1_R_ILLEGAL_FORMAT 177
  51. #define ASN1_R_ILLEGAL_HEX 178
  52. #define ASN1_R_ILLEGAL_IMPLICIT_TAG 179
  53. #define ASN1_R_ILLEGAL_INTEGER 180
  54. #define ASN1_R_ILLEGAL_NEGATIVE_VALUE 226
  55. #define ASN1_R_ILLEGAL_NESTED_TAGGING 181
  56. #define ASN1_R_ILLEGAL_NULL 125
  57. #define ASN1_R_ILLEGAL_NULL_VALUE 182
  58. #define ASN1_R_ILLEGAL_OBJECT 183
  59. #define ASN1_R_ILLEGAL_OPTIONAL_ANY 126
  60. #define ASN1_R_ILLEGAL_OPTIONS_ON_ITEM_TEMPLATE 170
  61. #define ASN1_R_ILLEGAL_PADDING 221
  62. #define ASN1_R_ILLEGAL_TAGGED_ANY 127
  63. #define ASN1_R_ILLEGAL_TIME_VALUE 184
  64. #define ASN1_R_ILLEGAL_ZERO_CONTENT 222
  65. #define ASN1_R_INTEGER_NOT_ASCII_FORMAT 185
  66. #define ASN1_R_INTEGER_TOO_LARGE_FOR_LONG 128
  67. #define ASN1_R_INVALID_BIT_STRING_BITS_LEFT 220
  68. #define ASN1_R_INVALID_BMPSTRING_LENGTH 129
  69. #define ASN1_R_INVALID_DIGIT 130
  70. #define ASN1_R_INVALID_MIME_TYPE 205
  71. #define ASN1_R_INVALID_MODIFIER 186
  72. #define ASN1_R_INVALID_NUMBER 187
  73. #define ASN1_R_INVALID_OBJECT_ENCODING 216
  74. #define ASN1_R_INVALID_SCRYPT_PARAMETERS 227
  75. #define ASN1_R_INVALID_SEPARATOR 131
  76. #define ASN1_R_INVALID_STRING_TABLE_VALUE 218
  77. #define ASN1_R_INVALID_UNIVERSALSTRING_LENGTH 133
  78. #define ASN1_R_INVALID_UTF8STRING 134
  79. #define ASN1_R_INVALID_VALUE 219
  80. #define ASN1_R_LENGTH_TOO_LONG 231
  81. #define ASN1_R_LIST_ERROR 188
  82. #define ASN1_R_MIME_NO_CONTENT_TYPE 206
  83. #define ASN1_R_MIME_PARSE_ERROR 207
  84. #define ASN1_R_MIME_SIG_PARSE_ERROR 208
  85. #define ASN1_R_MISSING_EOC 137
  86. #define ASN1_R_MISSING_SECOND_NUMBER 138
  87. #define ASN1_R_MISSING_VALUE 189
  88. #define ASN1_R_MSTRING_NOT_UNIVERSAL 139
  89. #define ASN1_R_MSTRING_WRONG_TAG 140
  90. #define ASN1_R_NESTED_ASN1_STRING 197
  91. #define ASN1_R_NESTED_TOO_DEEP 201
  92. #define ASN1_R_NON_HEX_CHARACTERS 141
  93. #define ASN1_R_NOT_ASCII_FORMAT 190
  94. #define ASN1_R_NOT_ENOUGH_DATA 142
  95. #define ASN1_R_NO_CONTENT_TYPE 209
  96. #define ASN1_R_NO_MATCHING_CHOICE_TYPE 143
  97. #define ASN1_R_NO_MULTIPART_BODY_FAILURE 210
  98. #define ASN1_R_NO_MULTIPART_BOUNDARY 211
  99. #define ASN1_R_NO_SIG_CONTENT_TYPE 212
  100. #define ASN1_R_NULL_IS_WRONG_LENGTH 144
  101. #define ASN1_R_OBJECT_NOT_ASCII_FORMAT 191
  102. #define ASN1_R_ODD_NUMBER_OF_CHARS 145
  103. #define ASN1_R_SECOND_NUMBER_TOO_LARGE 147
  104. #define ASN1_R_SEQUENCE_LENGTH_MISMATCH 148
  105. #define ASN1_R_SEQUENCE_NOT_CONSTRUCTED 149
  106. #define ASN1_R_SEQUENCE_OR_SET_NEEDS_CONFIG 192
  107. #define ASN1_R_SHORT_LINE 150
  108. #define ASN1_R_SIG_INVALID_MIME_TYPE 213
  109. #define ASN1_R_STREAMING_NOT_SUPPORTED 202
  110. #define ASN1_R_STRING_TOO_LONG 151
  111. #define ASN1_R_STRING_TOO_SHORT 152
  112. #define ASN1_R_THE_ASN1_OBJECT_IDENTIFIER_IS_NOT_KNOWN_FOR_THIS_MD 154
  113. #define ASN1_R_TIME_NOT_ASCII_FORMAT 193
  114. #define ASN1_R_TOO_LARGE 223
  115. #define ASN1_R_TOO_LONG 155
  116. #define ASN1_R_TOO_SMALL 224
  117. #define ASN1_R_TYPE_NOT_CONSTRUCTED 156
  118. #define ASN1_R_TYPE_NOT_PRIMITIVE 195
  119. #define ASN1_R_UNEXPECTED_EOC 159
  120. #define ASN1_R_UNIVERSALSTRING_IS_WRONG_LENGTH 215
  121. #define ASN1_R_UNKNOWN_DIGEST 229
  122. #define ASN1_R_UNKNOWN_FORMAT 160
  123. #define ASN1_R_UNKNOWN_MESSAGE_DIGEST_ALGORITHM 161
  124. #define ASN1_R_UNKNOWN_OBJECT_TYPE 162
  125. #define ASN1_R_UNKNOWN_PUBLIC_KEY_TYPE 163
  126. #define ASN1_R_UNKNOWN_SIGNATURE_ALGORITHM 199
  127. #define ASN1_R_UNKNOWN_TAG 194
  128. #define ASN1_R_UNSUPPORTED_ANY_DEFINED_BY_TYPE 164
  129. #define ASN1_R_UNSUPPORTED_CIPHER 228
  130. #define ASN1_R_UNSUPPORTED_PUBLIC_KEY_TYPE 167
  131. #define ASN1_R_UNSUPPORTED_TYPE 196
  132. #define ASN1_R_UTCTIME_IS_TOO_SHORT 233
  133. #define ASN1_R_WRONG_INTEGER_TYPE 225
  134. #define ASN1_R_WRONG_PUBLIC_KEY_TYPE 200
  135. #define ASN1_R_WRONG_TAG 168
  136. #endif