From: Matt Caswell Date: Tue, 25 Apr 2023 13:05:11 +0000 (+0100) Subject: Correct the SSL_rstate_string*() APIs to match reality X-Git-Tag: openssl-3.2.0-alpha1~957 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=476e06eb1635a4cc9419da090d23fde9fed5a693;p=thirdparty%2Fopenssl.git Correct the SSL_rstate_string*() APIs to match reality The docs mentioned a "RD"/"read done" state that could be returned. In practice that never happened, so update the docs to match reality. Reviewed-by: Tomas Mraz Reviewed-by: Hugo Landau (Merged from https://github.com/openssl/openssl/pull/20827) --- diff --git a/doc/man3/SSL_rstate_string.pod b/doc/man3/SSL_rstate_string.pod index 2c0cf560e4d..46680a0ef62 100644 --- a/doc/man3/SSL_rstate_string.pod +++ b/doc/man3/SSL_rstate_string.pod @@ -42,10 +42,6 @@ The header of the record is being evaluated. The body of the record is being evaluated. -=item "RD"/"read done" - -The record has been completely processed. - =item "unknown"/"unknown" The read state is unknown. This should never happen.