]> git.ipfire.org Git - thirdparty/openssl.git/commit
feat: add delegatedNameConstraints and holderNameConstraints exts
authorJonathan M. Wilbur <jonathan@wilbur.space>
Mon, 17 Jun 2024 21:40:30 +0000 (21:40 +0000)
committerTomas Mraz <tomas@openssl.org>
Thu, 20 Jun 2024 17:59:22 +0000 (19:59 +0200)
commita7ed61ce8b0565483e6b0e44ed9b13682305e609
treeed0fe3b06c5533dc96e85c85b1069b5854907325
parent2e9cd409c0411e890cabf3827770ac3d4a235b82
feat: add delegatedNameConstraints and holderNameConstraints exts

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24664)
crypto/x509/ext_dat.h
crypto/x509/standard_exts.h
crypto/x509/v3_ncons.c
test/certs/ext-delegatedNameConstraints.pem [new file with mode: 0644]
test/certs/ext-holderNameConstraints.pem [new file with mode: 0644]
test/recipes/25-test_x509.t