summaryrefslogtreecommitdiffstats
path: root/crypto/x509/ext_dat.h
diff options
context:
space:
mode:
authorJonathan M. Wilbur <jonathan@wilbur.space>2024-12-13 07:36:24 +0100
committerTomas Mraz <tomas@openssl.org>2025-01-17 18:39:24 +0100
commit0d8cc7c69904371c396a6c6eda58fde0201046c2 (patch)
tree4c555a213956d8d61bae486409e0212be095239a /crypto/x509/ext_dat.h
parentSupport CLI and API setting of provider configuration parameters (diff)
downloadopenssl-0d8cc7c69904371c396a6c6eda58fde0201046c2.tar.xz
openssl-0d8cc7c69904371c396a6c6eda58fde0201046c2.zip
feat: support the aAissuingDistributionPoint X.509v3 extension
Reviewed-by: Paul Dale <ppzgs1@gmail.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/26174)
Diffstat (limited to 'crypto/x509/ext_dat.h')
-rw-r--r--crypto/x509/ext_dat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/x509/ext_dat.h b/crypto/x509/ext_dat.h
index 291a3df580..d28b1f7ff8 100644
--- a/crypto/x509/ext_dat.h
+++ b/crypto/x509/ext_dat.h
@@ -48,3 +48,4 @@ extern const X509V3_EXT_METHOD ossl_v3_attribute_descriptor;
extern const X509V3_EXT_METHOD ossl_v3_time_specification;
extern const X509V3_EXT_METHOD ossl_v3_attribute_mappings;
extern const X509V3_EXT_METHOD ossl_v3_allowed_attribute_assignments;
+extern const X509V3_EXT_METHOD ossl_v3_aa_issuing_dist_point;