pkcs7err.h 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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. #ifndef OPENSSL_PKCS7ERR_H
  11. # define OPENSSL_PKCS7ERR_H
  12. # pragma once
  13. # include <openssl/opensslconf.h>
  14. # include <openssl/symhacks.h>
  15. # include <openssl/cryptoerr_legacy.h>
  16. /*
  17. * PKCS7 reason codes.
  18. */
  19. # define PKCS7_R_CERTIFICATE_VERIFY_ERROR 117
  20. # define PKCS7_R_CIPHER_HAS_NO_OBJECT_IDENTIFIER 144
  21. # define PKCS7_R_CIPHER_NOT_INITIALIZED 116
  22. # define PKCS7_R_CONTENT_AND_DATA_PRESENT 118
  23. # define PKCS7_R_CTRL_ERROR 152
  24. # define PKCS7_R_DECRYPT_ERROR 119
  25. # define PKCS7_R_DIGEST_FAILURE 101
  26. # define PKCS7_R_ENCRYPTION_CTRL_FAILURE 149
  27. # define PKCS7_R_ENCRYPTION_NOT_SUPPORTED_FOR_THIS_KEY_TYPE 150
  28. # define PKCS7_R_ERROR_ADDING_RECIPIENT 120
  29. # define PKCS7_R_ERROR_SETTING_CIPHER 121
  30. # define PKCS7_R_INVALID_NULL_POINTER 143
  31. # define PKCS7_R_INVALID_SIGNED_DATA_TYPE 155
  32. # define PKCS7_R_NO_CONTENT 122
  33. # define PKCS7_R_NO_DEFAULT_DIGEST 151
  34. # define PKCS7_R_NO_MATCHING_DIGEST_TYPE_FOUND 154
  35. # define PKCS7_R_NO_RECIPIENT_MATCHES_CERTIFICATE 115
  36. # define PKCS7_R_NO_SIGNATURES_ON_DATA 123
  37. # define PKCS7_R_NO_SIGNERS 142
  38. # define PKCS7_R_OPERATION_NOT_SUPPORTED_ON_THIS_TYPE 104
  39. # define PKCS7_R_PKCS7_ADD_SIGNATURE_ERROR 124
  40. # define PKCS7_R_PKCS7_ADD_SIGNER_ERROR 153
  41. # define PKCS7_R_PKCS7_DATASIGN 145
  42. # define PKCS7_R_PRIVATE_KEY_DOES_NOT_MATCH_CERTIFICATE 127
  43. # define PKCS7_R_SIGNATURE_FAILURE 105
  44. # define PKCS7_R_SIGNER_CERTIFICATE_NOT_FOUND 128
  45. # define PKCS7_R_SIGNING_CTRL_FAILURE 147
  46. # define PKCS7_R_SIGNING_NOT_SUPPORTED_FOR_THIS_KEY_TYPE 148
  47. # define PKCS7_R_SMIME_TEXT_ERROR 129
  48. # define PKCS7_R_UNABLE_TO_FIND_CERTIFICATE 106
  49. # define PKCS7_R_UNABLE_TO_FIND_MEM_BIO 107
  50. # define PKCS7_R_UNABLE_TO_FIND_MESSAGE_DIGEST 108
  51. # define PKCS7_R_UNKNOWN_DIGEST_TYPE 109
  52. # define PKCS7_R_UNKNOWN_OPERATION 110
  53. # define PKCS7_R_UNSUPPORTED_CIPHER_TYPE 111
  54. # define PKCS7_R_UNSUPPORTED_CONTENT_TYPE 112
  55. # define PKCS7_R_WRONG_CONTENT_TYPE 113
  56. # define PKCS7_R_WRONG_PKCS7_TYPE 114
  57. #endif