Add getCommonName and getSubjectAltName Cert utility helpers
authorMichael Lee <mzlee@fb.com>
Tue, 21 Feb 2017 18:24:08 +0000 (10:24 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Tue, 21 Feb 2017 18:35:47 +0000 (10:35 -0800)
commit68493524ff3e8d85e6843ea5527cbbef26d138f9
tree1284d5015f97ba330970d22376991c72ad40d4f4
parentae910818c92677dd9a924751ed8cfc748b44a7c9
Add getCommonName and getSubjectAltName Cert utility helpers

Summary: `getCommonName` and `getSubjectAltName` are useful shared utility functions.

Reviewed By: anirudhvr

Differential Revision: D4546866

fbshipit-source-id: bcefc1ff3a02df93fbf0cd2d4f24569928bd1753
folly/Makefile.am
folly/ssl/OpenSSLCertUtils.cpp [new file with mode: 0644]
folly/ssl/OpenSSLCertUtils.h [new file with mode: 0644]
folly/ssl/test/OpenSSLCertUtilsTest.cpp [new file with mode: 0644]