]> git.ipfire.org Git - thirdparty/openssl.git/commit
Remove use of ossl_statem_in_error() from the record layer
authorMatt Caswell <matt@openssl.org>
Fri, 20 May 2022 15:58:51 +0000 (16:58 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 18 Aug 2022 15:38:12 +0000 (16:38 +0100)
commit651216dd54199c64bf9afd1256bbdde3990e1dfc
tree91f6a3d7b29f40a745489cb196e270681edd948c
parent7f2f0ac7bfdd676cd919dd94b971874eade41830
Remove use of ossl_statem_in_error() from the record layer

We remove the dependency on the SSL object. Instead we check if the
record layer has already set an alert code.

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18132)
ssl/record/methods/tls_common.c