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:27:17 +0000 (15:27 +0200)
commita401aaf9ed6eb34842cdedfcc35448bdc4174df3
tree0df9b272815649729cefb514577b4714b3a10679
parentd8dd1dfdf5cf2343f6afd43dad4ce37045218624
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: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24351)
crypto/err/openssl.ec
crypto/err/openssl.txt
include/openssl/sslerr.h
ssl/ssl_err.c