]> git.ipfire.org Git - thirdparty/openssl.git/commit
x509_acert: Load attributes from config file section
authorDamian Hobson-Garcia <dhobsong@igel.co.jp>
Thu, 3 Jun 2021 06:41:27 +0000 (15:41 +0900)
committerMatt Caswell <matt@openssl.org>
Wed, 24 Apr 2024 13:08:05 +0000 (14:08 +0100)
commitdab96a4f60f12b162f02ce2ddf4f70bb1e24bd5b
treed0f970424887398a3f5c63b63b4e43708da44ede
parentd10b020e2e389f4e5f5c84ce8d4512536dd3027a
x509_acert: Load attributes from config file section

Several of the attribute values defined for use by attribute certificates
use multi-valued data in an ASN.1 SEQUENCE. Allow reading of these values
from a configuration file, similar to how generic X.509 extensions are
handled.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15857)
crypto/x509/x509_acert.c
doc/build.info
doc/man3/X509_ACERT_add_attr_nconf.pod [new file with mode: 0644]
include/openssl/x509_acert.h.in
util/libcrypto.num