]> git.ipfire.org Git - thirdparty/openssl.git/commit
ssl3_ctrl(): Fix condition in SSL_CTRL_GET_PEER_SIGNATURE_NAME
authorViktor Dukhovni <openssl-users@dukhovni.org>
Tue, 18 Feb 2025 14:44:17 +0000 (01:44 +1100)
committerTomas Mraz <tomas@openssl.org>
Wed, 19 Feb 2025 16:23:04 +0000 (17:23 +0100)
commit76e3fdd0f6b9f838cad263dae35721d43400b5d1
tree2c93bf3722c85981bc13918c71df228911f3e175
parent84694d2baa964abcd4f3d57a2a85a8369743476c
ssl3_ctrl(): Fix condition in SSL_CTRL_GET_PEER_SIGNATURE_NAME

Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26819)
ssl/s3_lib.c