]> git.ipfire.org Git - thirdparty/openssl.git/commit
Support subjectDirectoryAttributes and associatedInformation exts
authorJonathan M. Wilbur <jonathan@wilbur.space>
Tue, 18 Jun 2024 09:08:40 +0000 (09:08 +0000)
committerTomas Mraz <tomas@openssl.org>
Mon, 24 Jun 2024 13:33:21 +0000 (15:33 +0200)
commitbe5adfd6e36817fe8d5b5793f8c23189dc412045
tree13c22ba4cf24d7598d6dffb8dfa517713cecfbc0
parent8f250985ad1ac4efc25621ce2504c52ef0cbe283
Support subjectDirectoryAttributes and associatedInformation exts

Added tests for SDA and AI extensions.
Added internal function ossl_print_attribute_value() with documentation.

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24669)
14 files changed:
crypto/x509/build.info
crypto/x509/ext_dat.h
crypto/x509/standard_exts.h
crypto/x509/v3_sda.c [new file with mode: 0644]
crypto/x509/x_attrib.c
doc/internal/man3/ossl_print_attribute_value.pod [new file with mode: 0644]
doc/man3/X509_dup.pod
doc/man3/d2i_X509.pod
include/crypto/x509.h
include/openssl/x509v3.h.in
test/certs/ext-associatedInformation.pem [new file with mode: 0644]
test/certs/ext-subjectDirectoryAttributes.pem [new file with mode: 0644]
test/recipes/25-test_x509.t
util/libcrypto.num