]> git.ipfire.org Git - thirdparty/openssl.git/commit - ssl/record/recordmethod.h
Implement a human readable state function for the record layer
authorMatt Caswell <matt@openssl.org>
Fri, 22 Jul 2022 14:38:26 +0000 (15:38 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 18 Aug 2022 15:38:13 +0000 (16:38 +0100)
commitd0b17ea025477ce13ebe5d802ada232a57e1a2f2
treeb0aaa1792f10815c6df7bec661cf4384e8f5d546
parentd4ee3456e98b1137a1ba013cf01f1052891dd3db
Implement a human readable state function for the record layer

This allows querying of the record layer to get a human readable state
string out. This resolves two outstanding TODO comments and enables us
to remove the rstate variable from s->rlayer.

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/dtls_meth.c
ssl/record/methods/ktls_meth.c
ssl/record/methods/recmethod_local.h
ssl/record/methods/tls_common.c
ssl/record/rec_layer_s3.c
ssl/record/record.h
ssl/record/recordmethod.h