diff options
author | tb <> | 2024-10-09 08:22:28 +0000 |
---|---|---|
committer | tb <> | 2024-10-09 08:22:28 +0000 |
commit | a69424d4ea2acbd45593a31af2d313da4acafa31 (patch) | |
tree | d0a51d0e17956af2f7bef34c0c737d36bf1697f0 | |
parent | b7d1fc45c80e6e68ce567d9fa46c58af4bfe1502 (diff) | |
download | openbsd-a69424d4ea2acbd45593a31af2d313da4acafa31.tar.gz openbsd-a69424d4ea2acbd45593a31af2d313da4acafa31.tar.bz2 openbsd-a69424d4ea2acbd45593a31af2d313da4acafa31.zip |
Add missing alert descriptions (taken from RFC 8446)
This is so gross...
-rw-r--r-- | src/lib/libssl/man/SSL_alert_type_string.3 | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/src/lib/libssl/man/SSL_alert_type_string.3 b/src/lib/libssl/man/SSL_alert_type_string.3 index 79cbdaa988..42a184e50c 100644 --- a/src/lib/libssl/man/SSL_alert_type_string.3 +++ b/src/lib/libssl/man/SSL_alert_type_string.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: SSL_alert_type_string.3,v 1.5 2018/03/27 17:35:50 schwarze Exp $ | 1 | .\" $OpenBSD: SSL_alert_type_string.3,v 1.6 2024/10/09 08:22:28 tb Exp $ |
2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 | 2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Lutz Jaenicke <jaenicke@openssl.org>. | 4 | .\" This file was written by Lutz Jaenicke <jaenicke@openssl.org>. |
@@ -48,7 +48,7 @@ | |||
48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
50 | .\" | 50 | .\" |
51 | .Dd $Mdocdate: March 27 2018 $ | 51 | .Dd $Mdocdate: October 9 2024 $ |
52 | .Dt SSL_ALERT_TYPE_STRING 3 | 52 | .Dt SSL_ALERT_TYPE_STRING 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -208,6 +208,9 @@ This message is always fatal. | |||
208 | An internal error unrelated to the peer or the correctness of the protocol | 208 | An internal error unrelated to the peer or the correctness of the protocol |
209 | makes it impossible to continue (such as a memory allocation failure). | 209 | makes it impossible to continue (such as a memory allocation failure). |
210 | This message is always fatal. | 210 | This message is always fatal. |
211 | .It \(dqIF\(dq/\(dqinappropriate fallback\(dq | ||
212 | Sent by a server in response to an invalid connection retry attempt from | ||
213 | a client (see RFC 7507). | ||
211 | .It \(dqUS\(dq/\(dquser canceled\(dq | 214 | .It \(dqUS\(dq/\(dquser canceled\(dq |
212 | This handshake is being canceled for some reason unrelated to a protocol | 215 | This handshake is being canceled for some reason unrelated to a protocol |
213 | failure. | 216 | failure. |
@@ -229,6 +232,12 @@ This message is always a warning. | |||
229 | .It \(dqUP\(dq/\(dqunknown PSK identity\(dq | 232 | .It \(dqUP\(dq/\(dqunknown PSK identity\(dq |
230 | Sent by the server to indicate that it does not recognize a PSK identity or an | 233 | Sent by the server to indicate that it does not recognize a PSK identity or an |
231 | SRP identity. | 234 | SRP identity. |
235 | .It \(dqCQ\(dq/\(dqcertificate required\(dq | ||
236 | Sent by servers when a client certificate is desired byt none was provided | ||
237 | by the client. | ||
238 | .It \(dqAP\(dq/\(dqno application protocol\(dq | ||
239 | Sent by servers when a client ALPN extension advertises only protocols that | ||
240 | the server does not support (see RFC 7301). | ||
232 | .It \(dqUK\(dq/\(dqunknown\(dq | 241 | .It \(dqUK\(dq/\(dqunknown\(dq |
233 | This indicates that no description is available for this alert type. | 242 | This indicates that no description is available for this alert type. |
234 | Probably | 243 | Probably |