]> git.ipfire.org Git - thirdparty/openssl.git/commit - CHANGES.md
apps/req.c: Add -copy_extensions option for use with -x509; default: none
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>
Thu, 24 Dec 2020 11:43:39 +0000 (12:43 +0100)
committerDr. David von Oheimb <dev@ddvo.net>
Wed, 13 Jan 2021 10:53:15 +0000 (11:53 +0100)
commitb65c5ec8f5f8c9fa082c44bf805beed03d0fee0c
tree2bc3ce487192eb578a252b9a68d4637b54c77ef8
parent41e597a01d95540f52e8bc4d69f88c3d93a093ce
apps/req.c: Add -copy_extensions option for use with -x509; default: none

Fixes #13708

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/13658)
CHANGES.md
apps/req.c
doc/man1/openssl-req.pod.in
test/certs/ext-check.csr [new file with mode: 0644]
test/recipes/25-test_req.t