]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix doc and use of_X509v3_add_extensions() in case sk_X509_EXTENSION_num(exts) <= 0
authorDr. David von Oheimb <dev@ddvo.net>
Mon, 7 Oct 2024 20:08:08 +0000 (22:08 +0200)
committerTomas Mraz <tomas@openssl.org>
Wed, 13 Nov 2024 16:19:58 +0000 (17:19 +0100)
commit577ec498bd8106c022903dc90c9e30abe4accb3c
tree192641ec7d05a4d040ae49fd3e71fc7feace5f72
parent15c6580a76814fb67bff07b9247bb97d40240011
Fix doc and use of_X509v3_add_extensions() in case sk_X509_EXTENSION_num(exts) <= 0

Reviewed-by: Hugo Landau <hlandau@devever.net>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25631)
crypto/cmp/cmp_msg.c
crypto/x509/x509_v3.c
doc/man3/X509v3_get_ext_by_NID.pod
include/openssl/x509.h.in