]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add reason codes with the correct offset for two alerts
authorJacob Champion <jacob.champion@enterprisedb.com>
Mon, 6 May 2024 16:50:11 +0000 (09:50 -0700)
committerTomas Mraz <tomas@openssl.org>
Tue, 14 May 2024 13:29:08 +0000 (15:29 +0200)
commit9e33c9c48f6cde4d607a4205476b2faf442e9cb5
tree8724627046957f0d2144de64c04ae64513aae71c
parent368b762ff77ff33d4cc562ce2dc6190bad41ac52
Add reason codes with the correct offset for two alerts

Fixes #24300. The current values of SSL_R_NO_APPLICATION_PROTOCOL and
SSL_R_PSK_IDENTITY_NOT_FOUND don't allow for a correct lookup of the
corresponding reason strings.

CLA: trivial

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24338)
crypto/err/openssl.ec
include/openssl/sslerr.h
ssl/ssl_err.c