From b4c40ee9da8183d78bf5506562e9c241f659f71b Mon Sep 17 00:00:00 2001 From: Kyle Nekritz Date: Fri, 16 Oct 2015 15:57:07 -0700 Subject: [PATCH] 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: --- folly/io/async/AsyncSSLSocket.h | 6 ++++++ 1 file changed, 6 insertions(+) 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. */ -- 2.34.1