diff options
author | Jonathan M. Wilbur <jonathan@wilbur.space> | 2024-12-13 07:36:24 +0100 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2025-01-17 18:39:24 +0100 |
commit | 0d8cc7c69904371c396a6c6eda58fde0201046c2 (patch) | |
tree | 4c555a213956d8d61bae486409e0212be095239a /crypto/x509/ext_dat.h | |
parent | Support CLI and API setting of provider configuration parameters (diff) | |
download | openssl-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.h | 1 |
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; |