]> git.ipfire.org Git - thirdparty/openssl.git/commit
Rename SSL3 error codes to TLS equivalents
authorAndrew Dinh <andrewd@openssl.org>
Thu, 11 Sep 2025 07:06:59 +0000 (17:06 +1000)
committerNeil Horman <nhorman@openssl.org>
Tue, 23 Dec 2025 15:54:08 +0000 (10:54 -0500)
commitb3d26e438a6a0d879bb0383de866a0474238cd61
tree0e5715468366bb757d4ba64cdfe4d7849ca95e9d
parent21fc75e49fa0864f47a9898094206107574e6178
Rename SSL3 error codes to TLS equivalents

Updated error code names and references from SSL3 to TLS in error definitions and error strings. Legacy error codes are preserved in sslerr_legacy.h for backward compatibility

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/29338)
crypto/err/openssl.ec
crypto/err/openssl.txt
crypto/ssl_err.c
include/openssl/sslerr.h
include/openssl/sslerr_legacy.h
ssl/s3_lib.c
ssl/statem/extensions_clnt.c
ssl/statem/extensions_srvr.c
ssl/statem/statem_clnt.c
ssl/t1_lib.c