apply clang-tidy modernize-use-override
[folly.git] / folly / io / async / ssl /
2017-06-09 Christopher DykesFix OpenSSLUtils to not include headers the wrong way
2017-05-23 Christopher DykesMake a few implicit truncations either explicit, or...
2017-05-12 James Sedgwickinclude folly/portability/OpenSSL.h instead of openssl/*.h
2017-05-08 Anirudh RamachandranMove OpenSSLPtrTypes.h from folly/io/async/ssl to folly/ssl
2017-05-01 Anirudh RamachandranMore OpenSSL 1.1.0 compatibility fixes
2017-04-11 Christopher DykesTreat OpenSSL as a non-portable include
2017-04-08 Christopher DykesFix include ordering for OpenSSLPtrTypes.h
2017-04-04 Anirudh RamachandranOpenSSL 1.1.0 compatibility
2017-02-01 Christopher DykesSwap a few APIs to reduce sign and implicit truncations...
2017-01-18 Eric NieblerAdd a missing #include. Remove an unnecessary #include.
2017-01-04 Yedidya Feldblum2017
2016-12-29 Anirudh RamachandranAdd OpenSSL portability layer
2016-12-10 Kyle NekritzLog supported versions extension in AsyncSSLSocket.
2016-12-07 Christopher DykesFix some implicit truncations in the interaction with...
2016-11-13 Subodh IyengarAdd ecdsa smart ptr
2016-10-24 Subodh IyengarAdd smart pointer types for ec
2016-10-12 Zonr ChangAccess SSL cipher info with a const reference.
2016-09-26 Anirudh RamachandranAsyncSSLSocket::getSSLClientCiphers using static map
2016-09-10 Christopher DykesUse the GTest portability headers v2016.09.12.00 v2016.09.12.01
2016-08-31 Gabriel GriseExpose SSL key materials to debug SSL
2016-08-17 Christopher DykesAdd a pair of util functions for getting and setting...
2016-07-14 Saurabh SinghAdding std::unique_ptr definition for the ASN1_TIME...
2016-07-06 Anirudh RamachandranCleanup of how we use BIO/BIO_METHODs
2016-05-30 Christopher DykesSwitch uses of networking headers to <folly/portability...
2016-05-13 Subodh IyengarFix extra bytes in err message
2016-05-11 Subodh IyengarMake error size more explicit
2016-05-02 Neel GoyalSet the appropriate AsyncSocketExceptionType from SSLEx...
2016-05-02 Anirudh RamachandranSimplify CryptoSSLRequestManager using unified futures API
2016-04-28 Subodh IyengarBetter exception types to SSLexception
2016-04-28 Subodh IyengarStop abusing errno
2016-04-28 Subodh IyengarStrict validation for certs
2016-03-31 Neel Goyalinclude glog for CHECK_EQ
2016-03-09 Anirudh RamachandranSSL cleanup: moving some OpenSSL definitions to new...