Branch: refs/heads/master
Home: https://github.openssl.org/openssl/openssl
Commit: 89dd85430770d39cbfb15eb586c921958ca7687f
https://github.openssl.org/openssl/openssl/commit/89dd85430770d39cbfb15eb586c921958ca7687f
Author: Tomas Mraz <[email protected]>
Date: 2022-06-03 (Fri, 03 Jun 2022)
Changed paths:
M ssl/t1_lib.c
Log Message:
-----------
Fix strict client chain check with TLS-1.3
When TLS-1.3 is used and the server does not send any CA names
the ca_dn will be NULL. sk_X509_NAME_num() returns -1 on null
argument.
Reviewed-by: Todd Short <[email protected]>
Reviewed-by: Matt Caswell <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/17986)