Turn audio into a shareable video. forked from nypublicradio/audiogram

ocsperr.h 3.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. /*
  2. * Generated by util/mkerr.pl DO NOT EDIT
  3. * Copyright 1995-2019 The OpenSSL Project Authors. All Rights Reserved.
  4. *
  5. * Licensed under the OpenSSL license (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 HEADER_OCSPERR_H
  11. # define HEADER_OCSPERR_H
  12. # ifndef HEADER_SYMHACKS_H
  13. # include <openssl/symhacks.h>
  14. # endif
  15. # include <openssl/opensslconf.h>
  16. # ifndef OPENSSL_NO_OCSP
  17. # ifdef __cplusplus
  18. extern "C"
  19. # endif
  20. int ERR_load_OCSP_strings(void);
  21. /*
  22. * OCSP function codes.
  23. */
  24. # define OCSP_F_D2I_OCSP_NONCE 102
  25. # define OCSP_F_OCSP_BASIC_ADD1_STATUS 103
  26. # define OCSP_F_OCSP_BASIC_SIGN 104
  27. # define OCSP_F_OCSP_BASIC_SIGN_CTX 119
  28. # define OCSP_F_OCSP_BASIC_VERIFY 105
  29. # define OCSP_F_OCSP_CERT_ID_NEW 101
  30. # define OCSP_F_OCSP_CHECK_DELEGATED 106
  31. # define OCSP_F_OCSP_CHECK_IDS 107
  32. # define OCSP_F_OCSP_CHECK_ISSUER 108
  33. # define OCSP_F_OCSP_CHECK_VALIDITY 115
  34. # define OCSP_F_OCSP_MATCH_ISSUERID 109
  35. # define OCSP_F_OCSP_PARSE_URL 114
  36. # define OCSP_F_OCSP_REQUEST_SIGN 110
  37. # define OCSP_F_OCSP_REQUEST_VERIFY 116
  38. # define OCSP_F_OCSP_RESPONSE_GET1_BASIC 111
  39. # define OCSP_F_PARSE_HTTP_LINE1 118
  40. /*
  41. * OCSP reason codes.
  42. */
  43. # define OCSP_R_CERTIFICATE_VERIFY_ERROR 101
  44. # define OCSP_R_DIGEST_ERR 102
  45. # define OCSP_R_ERROR_IN_NEXTUPDATE_FIELD 122
  46. # define OCSP_R_ERROR_IN_THISUPDATE_FIELD 123
  47. # define OCSP_R_ERROR_PARSING_URL 121
  48. # define OCSP_R_MISSING_OCSPSIGNING_USAGE 103
  49. # define OCSP_R_NEXTUPDATE_BEFORE_THISUPDATE 124
  50. # define OCSP_R_NOT_BASIC_RESPONSE 104
  51. # define OCSP_R_NO_CERTIFICATES_IN_CHAIN 105
  52. # define OCSP_R_NO_RESPONSE_DATA 108
  53. # define OCSP_R_NO_REVOKED_TIME 109
  54. # define OCSP_R_NO_SIGNER_KEY 130
  55. # define OCSP_R_PRIVATE_KEY_DOES_NOT_MATCH_CERTIFICATE 110
  56. # define OCSP_R_REQUEST_NOT_SIGNED 128
  57. # define OCSP_R_RESPONSE_CONTAINS_NO_REVOCATION_DATA 111
  58. # define OCSP_R_ROOT_CA_NOT_TRUSTED 112
  59. # define OCSP_R_SERVER_RESPONSE_ERROR 114
  60. # define OCSP_R_SERVER_RESPONSE_PARSE_ERROR 115
  61. # define OCSP_R_SIGNATURE_FAILURE 117
  62. # define OCSP_R_SIGNER_CERTIFICATE_NOT_FOUND 118
  63. # define OCSP_R_STATUS_EXPIRED 125
  64. # define OCSP_R_STATUS_NOT_YET_VALID 126
  65. # define OCSP_R_STATUS_TOO_OLD 127
  66. # define OCSP_R_UNKNOWN_MESSAGE_DIGEST 119
  67. # define OCSP_R_UNKNOWN_NID 120
  68. # define OCSP_R_UNSUPPORTED_REQUESTORNAME_TYPE 129
  69. # endif
  70. #endif