]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add support for targetingInformation X.509v3 extension
authorJonathan M. Wilbur <jonathan@wilbur.space>
Sat, 1 Jun 2024 19:23:25 +0000 (19:23 +0000)
committerTomas Mraz <tomas@openssl.org>
Mon, 17 Jun 2024 12:03:25 +0000 (14:03 +0200)
commit58301e24f66aa74b13b85a171dd14e6088c35662
treeb6d25e9e26f8dee2bf86c723ee865471897d2b00
parent40948c4c74099ae21843d9265dfe65f13cb9e6c5
Add support for targetingInformation X.509v3 extension

Support for the targetingInformation X.509v3 extension defined in ITU-T
Recommendation X.509 (2019), Section 17.1.2.2. This extension is used
in attribute certificates.

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22206)
17 files changed:
crypto/x509/build.info
crypto/x509/ext_dat.h
crypto/x509/standard_exts.h
crypto/x509/v3_ac_tgt.c [new file with mode: 0644]
crypto/x509/v3_crld.c
crypto/x509/v3_utl.c
doc/build.info
doc/man3/OSSL_GENERAL_NAMES_print.pod [new file with mode: 0644]
doc/man3/X509_dup.pod
doc/man3/d2i_X509.pod
fuzz/asn1.c
include/crypto/x509_acert.h
include/openssl/x509_acert.h.in
include/openssl/x509v3.h.in
test/certs/ext-targetingInformation.pem [new file with mode: 0644]
test/recipes/25-test_x509.t
util/libcrypto.num