Fix copyright lines
[folly.git] / folly / io / async / ssl / OpenSSLUtils.cpp
2018-01-14 Yedidya FeldblumFix copyright lines v2018.01.15.00
2017-10-24 Christopher DykesConsistently have the namespace closing comment
2017-07-31 Yedidya FeldblumConsistency in namespace-closing comments v2017.07.31.00
2017-06-15 Neel GoyalFix a memory leak in 1.1.0 related to initial_ctx
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-01 Anirudh RamachandranMore OpenSSL 1.1.0 compatibility fixes
2017-04-11 Christopher DykesTreat OpenSSL as a non-portable include
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-04 Yedidya Feldblum2017
2016-12-29 Anirudh RamachandranAdd OpenSSL portability layer
2016-12-07 Christopher DykesFix some implicit truncations in the interaction with...
2016-10-12 Zonr ChangAccess SSL cipher info with a const reference.
2016-09-26 Anirudh RamachandranAsyncSSLSocket::getSSLClientCiphers using static map
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-06 Anirudh RamachandranCleanup of how we use BIO/BIO_METHODs
2016-05-30 Christopher DykesSwitch uses of networking headers to <folly/portability...
2016-03-09 Anirudh RamachandranSSL cleanup: moving some OpenSSL definitions to new...