]> git.ipfire.org Git - thirdparty/openssl.git/commit
X509_NAME_cmp fix for empty name
authorWim Decroix <wim.decroix@auth0.com>
Thu, 8 Jun 2023 10:40:36 +0000 (12:40 +0200)
committerTomas Mraz <tomas@openssl.org>
Mon, 12 Jun 2023 13:25:43 +0000 (15:25 +0200)
commitec59752835f616860cd9451d6cfcea16bfc3ad05
tree462e87790c48f266a47039bc6123c8efa5740b4a
parente8dc77f85f251752258203cf9cbfa077fd8b3173
X509_NAME_cmp fix for empty name

CLA: trivial

Fixes #21156

Reviewed-by: Todd Short <todd.short@me.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21155)
crypto/x509/x509_cmp.c