]> git.ipfire.org Git - thirdparty/openssl.git/commit - ssl/record/methods/tls_common.c
Ensure that the SSL_rstate_string*() API works as they used to
authorMatt Caswell <matt@openssl.org>
Tue, 25 Apr 2023 13:04:06 +0000 (14:04 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 27 Apr 2023 16:03:33 +0000 (17:03 +0100)
commit73bac6e28014bfecc322c67aa8b09077e34da299
tree75c8409320412f8366096952df52c7e9d8073223
parent79ee017220651d50d345af0e3093f091d5155890
Ensure that the SSL_rstate_string*() API works as they used to

We initialise the record layer rstate variable to ensure the
SSL_rstate_string*() APIs return values that are consistent with
previous versions.

Fixes #20808

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