CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/10/09 02:00:29
Modified files:
lib/libssl : ssl.h ssl_err.c
Log message:
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
