@@ -484,11 +484,11 @@
- info channel major minor message + info channel major minor message type
This form of callback is invoked by the OpenSSL function SSL_CTX_set_info_callback().
@@ -503,10 +503,14 @@ The message argument is a descriptive string which may be generated either by SSL_state_string_long() or by SSL_alert_desc_string_long(), depending on context. +
For alerts, the possible values for type are:
+
+
warning, fatal, and unknown.
+