AsyncSSLSocket::get/setClientCertValidationResult API.
authorXiangyu Bu <xbu@fb.com>
Mon, 14 Aug 2017 17:13:58 +0000 (10:13 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Mon, 14 Aug 2017 17:26:54 +0000 (10:26 -0700)
commit7289b921441f3f809b1c65bfd45750277c41afe5
tree4bf91b5cdec1db41d2f390f2d43d2898fab86a2e
parent3b856e5082621b7b9479736a44a08254d0c77fb6
AsyncSSLSocket::get/setClientCertValidationResult API.

Summary:
The added API will be used for storing and retrieving validation result of client cert.

At some point we may change "client" to "peer" to make it generic.

Reviewed By: anirudhvr

Differential Revision: D5610404

fbshipit-source-id: 2feb03abc0594af4c68db33d8885ea214867148a
folly/io/async/AsyncSSLSocket.h
folly/io/async/test/AsyncSSLSocketTest.cpp