Getters and setters for ECDSA_SIG
authorAnkit Shah <ankshah@fb.com>
Thu, 13 Jul 2017 17:06:49 +0000 (10:06 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Thu, 13 Jul 2017 17:08:30 +0000 (10:08 -0700)
commit4f6e47f989a654f54367044d8726ec0b4a10b189
treec04fef3133b3493d1a305ccf57d39b7f469c758a
parent520e20a8baebc98a5ec84d67865da4cf9819f88a
Getters and setters for ECDSA_SIG

Summary:
Added getters and setters for ECDSA_SIG to allow for compatibility
between OpenSSL 1.1.0 and 1.0.2

Reviewed By: knekritz

Differential Revision: D5408934

fbshipit-source-id: 7a3d9df774728c81270cc4da34c75202018e430d
folly/portability/OpenSSL.cpp
folly/portability/OpenSSL.h
folly/portability/test/OpenSSLPortabilityTest.cpp