x509_acert.h 675 B

12345678910111213141516171819202122
  1. /*
  2. * Copyright 2021 The OpenSSL Project Authors. All Rights Reserved.
  3. *
  4. * Licensed under the Apache License 2.0 (the "License"). You may not use
  5. * this file except in compliance with the License. You can obtain a copy
  6. * in the file LICENSE in the source distribution or at
  7. * https://www.openssl.org/source/license.html
  8. */
  9. #ifndef OSSL_CRYPTO_X509_X509_ACERT_H
  10. # define OSSL_CRYPTO_X509_X509_ACERT_H
  11. #include <crypto/x509_acert.h>
  12. # define X509_ACERT_ISSUER_V2 1
  13. DECLARE_ASN1_ITEM(OSSL_OBJECT_DIGEST_INFO)
  14. DECLARE_ASN1_ITEM(OSSL_ISSUER_SERIAL)
  15. DECLARE_ASN1_ITEM(X509_ACERT_ISSUER_V2FORM)
  16. DECLARE_ASN1_ITEM(X509_ACERT_ISSUER)
  17. DECLARE_ASN1_ITEM(X509_HOLDER)
  18. #endif