@@ -501,11 +501,11 @@ and data is more info on the message from the SSL_trace API.
- session session_id ticket lifetime + session channel session_id ticket lifetime
This form of callback is invoked by the OpenSSL function SSL_CTX_sess_set_new_cb(). Where session_id is the current session identifier, @@ -557,11 +557,11 @@
- alpn protocol match + alpn channel protocol match
For servers, this form of callback is invoked when the client ALPN extension is received. If match is true, protocol is the first -alpn specified protocol common to the both the @@ -570,11 +570,11 @@

- hello servername + hello channel servername
For servers, this form of callback is invoked during client hello message processing. It is used to select an appropriate certificate to present, and make other configuration adjustments relevant to that @@ -582,11 +582,11 @@

- sni servername + sni channel servername
For servers, this form of callback is invoked when the SNI extension from the client is received. Where servername is the client provided server name from the -servername option. This is