Fix the assumption in the propagate_const test about local layout
[folly.git] / folly / ssl /
2017-12-04 Anirudh RamachandranAdd wrapper for getting X509_digest from a cert
2017-11-08 Andre PintoAvoid implicitly dropping const modifier
2017-10-31 Alex GuzmanAdd utility function for loading certificates from...
2017-10-24 Christopher DykesConsistently have the namespace closing comment
2017-10-23 Christopher DykesModernize use of std::make_unique
2017-10-20 Christopher DykesDrop redundant void parameters from function declarations
2017-08-03 Alex GuzmanAdd X509_EXTENSION unique pointer
2017-08-01 Alex GuzmanCreate X509_STORE ptr type
2017-07-31 Yedidya FeldblumConsistency in namespace-closing comments v2017.07.31.00
2017-07-25 Mingtao YangFix include typo
2017-07-25 Mingtao YangMove OpenSSL locking code out of SSLContext
2017-07-04 Yedidya FeldblumApply clang-format to folly/ssl/
2017-06-07 Kyle NekritzAdd OpenSSLCertUtils functions for DER encoding/decoding.
2017-05-09 Christopher DykesCodemod folly::make_unique to std::make_unique
2017-05-08 Anirudh RamachandranMove OpenSSLPtrTypes.h from folly/io/async/ssl to folly/ssl
2017-04-15 Christopher DykesRemove unused local in OpenSSLCertUtils
2017-04-12 Jude Taylorcodemod: ASN1_STRING_data -> ASN1_STRING_get0_data
2017-04-12 Jude TaylorProvide a copy ctor for Digest that copies the current...
2017-04-11 Christopher DykesTreat OpenSSL as a non-portable include
2017-04-04 Anirudh RamachandranOpenSSL 1.1.0 compatibility
2017-03-08 Anirudh RamachandranFix mcrouter-oss build
2017-03-07 Anirudh RamachandranAdd a few more methods to OpenSSLCertUtils
2017-02-21 Michael LeeAdd getCommonName and getSubjectAltName Cert utility...
2017-01-27 Christopher DykesMake most implicit integer truncations and sign convers...
2017-01-24 Christopher DykesEnsure portability/Windows.h is included before OpenSSL...
2017-01-04 Yedidya Feldblum2017
2016-12-29 Anirudh RamachandranAdd OpenSSL portability layer
2016-12-14 Christopher DykesAllow building with -Wmissing-noreturn
2016-12-09 Christopher DykesEnable -Wextra-semi
2016-12-07 Christopher DykesFix some implicit truncations in the interaction with...
2016-10-13 Zonr ChangAvoid setting OPENSSL_IS_{101,102,110} when using Borin...
2016-10-12 Zonr ChangFix call to SSL_SESSION_up_ref().
2016-09-26 Anirudh RamachandranSSL_SESSION wrapper
2016-09-10 Christopher DykesUse the GTest portability headers v2016.09.12.00 v2016.09.12.01
2016-06-17 Yedidya FeldblumWrappers for some of OpenSSL's crypto hash functions