Commit b4c40ee9 authored by Kyle Nekritz's avatar Kyle Nekritz

Commiting missing header file change from D2408773

Summary: AsyncSSLSocket.h change was not synced from D2408773 /
f7176051.

Test Plan: file matches D2408773

Reviewers:

CC:

Task ID: #

Blame Rev:
parent 614f17b5
......@@ -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.
*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment