From: Kyle Nekritz Date: Fri, 16 Oct 2015 22:57:07 +0000 (-0700) Subject: Commiting missing header file change from D2408773 X-Git-Tag: deprecate-dynamic-initializer~314 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=b4c40ee9da8183d78bf5506562e9c241f659f71b;p=folly.git Commiting missing header file change from D2408773 Summary: AsyncSSLSocket.h change was not synced from D2408773 / f7176051f816980a985beeb9b8a907dddd0dc0e3. Test Plan: file matches D2408773 Reviewers: CC: Task ID: # Blame Rev: --- diff --git a/folly/io/async/AsyncSSLSocket.h b/folly/io/async/AsyncSSLSocket.h index d0d3cb47..91d7849c 100644 --- a/folly/io/async/AsyncSSLSocket.h +++ b/folly/io/async/AsyncSSLSocket.h @@ -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. */