]> git.ipfire.org Git - thirdparty/openssl.git/commit
x509: use actual issuer name if a CA is used
authorDaniel Fiala <daniel@openssl.org>
Mon, 18 Apr 2022 09:30:13 +0000 (11:30 +0200)
committerTomas Mraz <tomas@openssl.org>
Mon, 25 Apr 2022 12:02:14 +0000 (14:02 +0200)
commit91db522f31981b3fafdec4120de1027e8bc4d792
tree8c305d2568d0426b7e06ff00917ac165dc918146
parent564a8d442cbd8ce68d452ff2e8a58c0aea6b0632
x509: use actual issuer name if a CA is used

Fixes openssl#16080.

Reviewed-by: Ben Kaduk <kaduk@mit.edu>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18129)
apps/x509.c