]> git.ipfire.org Git - thirdparty/openssl.git/commit - ssl/ssl_stat.c
Fix state name abbreviation
authorTodd Short <tshort@akamai.com>
Mon, 16 Aug 2021 20:37:10 +0000 (16:37 -0400)
committerPauli <pauli@openssl.org>
Wed, 18 Aug 2021 22:24:16 +0000 (08:24 +1000)
commite0f69c3598b61c47fbfe9d4e7d44ed671c334ef5
treedb5c5339593c90cdd445ea964cf43cfe56728fda
parentd68820d95634322108316f3051a1746ead88adaf
Fix state name abbreviation

The TRSCV state abbrev was used for two states:
* TLS_ST_CR_CERT_VRFY
* TLS_ST_SW_CERT_VRFY

The second one is wrong because it's a write operation.
The state for TLS_ST_SW_CERT_VRFY should be "TWSCV"

Reviewed-by: Ben Kaduk <kaduk@mit.edu>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16327)
doc/man3/SSL_state_string.pod
ssl/ssl_stat.c
test/sslapitest.c