Commiting missing header file change from D2408773
authorKyle Nekritz <knekritz@dev853.ash4.facebook.com>
Fri, 16 Oct 2015 22:57:07 +0000 (15:57 -0700)
committerKyle Nekritz <knekritz@dev853.ash4.facebook.com>
Fri, 16 Oct 2015 22:57:07 +0000 (15:57 -0700)
Summary: AsyncSSLSocket.h change was not synced from D2408773 /
f7176051f816980a985beeb9b8a907dddd0dc0e3.

Test Plan: file matches D2408773

Reviewers:

CC:

Task ID: #

Blame Rev:

folly/io/async/AsyncSSLSocket.h

index d0d3cb472db48ba8c4549712a41a8a7e6d8e2f90..91d7849c1c7a56483fa0e0022c0ce4a85ed65ff3 100644 (file)
@@ -450,6 +450,12 @@ class AsyncSSLSocket : public virtual AsyncSocket {
    */
   int getSSLVersion() const;
 
+  /**
+   * Get the signature algorithm used in the cert that is used for this
+   * connection.
+   */
+  const char *getSSLCertSigAlgName() const;
+
   /**
    * Get the certificate size used for this SSL connection.
    */