Add missing alert errors and error strings
authortb <tb@openbsd.org>
Wed, 9 Oct 2024 08:00:29 +0000 (08:00 +0000)
committertb <tb@openbsd.org>
Wed, 9 Oct 2024 08:00:29 +0000 (08:00 +0000)
commit48d99288a12da04ffa7b29d541415d935d6bc790
treea6621491a385030c8d9cfbbeb251b06ad85147a2
parentbcc953340d3a77ddd01c2565bd38a80ef0d197b7
Add missing alert errors and error strings

For every TLS alert there needs a corresponding error with error code
having an offset of SSL_AD_REASON_OFFSET (aka 1000), otherwise the error
stack fails to set the reason correctly.

ok beck
lib/libssl/ssl.h
lib/libssl/ssl_err.c