Log supported versions extension in AsyncSSLSocket.
[folly.git] / folly / io / async / AsyncSSLSocket.h
index 6f8b14644bba8fa7875d021bfafa01a20917e436..5140a82430a0aafa07abb2769ee771074b341bb7 100644 (file)
@@ -561,6 +561,12 @@ class AsyncSSLSocket : public virtual AsyncSocket {
 
   std::string getSSLClientSigAlgs() const;
 
+  /**
+   * Get the list of versions in the supported versions extension (used to
+   * negotiate TLS 1.3).
+   */
+  std::string getSSLClientSupportedVersions() const;
+
   std::string getSSLAlertsReceived() const;
 
   /**