Correct the SSL_rstate_string*() APIs to match reality
authorMatt Caswell <matt@openssl.org>
Tue, 25 Apr 2023 13:05:11 +0000 (14:05 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 27 Apr 2023 16:03:33 +0000 (17:03 +0100)
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 <tomas@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20827)

doc/man3/SSL_rstate_string.pod

index 2c0cf560e4deb03788e6661d57911912f2a3dfb7..46680a0ef62d89b777c6ae0c5616135faac55206 100644 (file)
@@ -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.