@@ -312,10 +312,12 @@
Can the session be resumed or not.
start_time seconds
Time since session started in seconds since epoch.
timeout seconds
Max duration of session in seconds before time-out.
+
session_cache_mode mode
+
Server cache mode (client, server, or both).
tls::ciphers protocol ?verbose? ?supported?
@@ -359,10 +361,21 @@

+ +
+ alpn +
+
+ This form of callback is invoked when server selects the first + -alpn specified protocol common to the client and server. If none, + first client one is used. +
+ +
+ +
+ hello +
+
+ This form of callback is invoked during client hello message processing. +
+ +
info channel major minor message
@@ -409,10 +431,22 @@ Where session_id is the current session identifier, ticket is the session ticket info, and lifetime is the the ticket lifetime in seconds.
+
+ +
+ sni servername +
+
+ This form of callback is invoked when the server receives the SNI + header from the client where servername is the client + specified servername. Used to allow multiple names for + same server so the right certificate can be used. +
+
verify channel depth cert status error