aboutsummaryrefslogtreecommitdiffhomepage
path: root/tdnet/td/net/SslStream.cpp
AgeCommit message (Expand)Author
2026-01-01Update copyright year.levlam
2025-01-01Update copyright year.levlam
2024-09-30Various improvements.levlam
2024-09-24Don't use OpenSSL version to check for existing BIO_ctrls because FreeBSD's f...levlam
2024-01-01Update copyright year.levlam
2023-07-22Move logging of OS freezes to WARNING.levlam
2023-02-04Fix OpenSSL version check.levlam
2023-01-01Update copyright year.levlam
2022-11-23Minor fixes.levlam
2022-11-11Create SslStream from SslCtx.levlam
2022-11-11Make SslCtx public.levlam
2022-09-22Minor improvements.levlam
2022-09-23Increase limits for slow operations logging.levlam
2022-09-20Improve error logging.levlam
2022-09-15Add logging for some slow operations.levlam
2022-07-13Fix SslStream support of OpenSSL 3.0.levlam
2022-02-09More FlatHashMap usages.levlam
2022-01-01Update copyright year.levlam
2021-10-20Use auto as variable type if it is initialized with a cast.levlam
2021-10-18Mark move constructors/assignment operators noexcept.levlam
2021-10-18Minor warning fixes.levlam
2021-08-21Prefer std::unordered_map to std::map.levlam
2021-07-04Make inherited classes final if possible.levlam
2021-07-03Use final instead of override.levlam
2021-05-17Don't include SliceBuilder.h in logging.h.levlam
2021-01-01Update copyright year.levlam
2020-12-16Automatically close unclosed contours.levlam
2020-10-08Fix Emscripten build.levlam
2020-09-14Add option for checking IP address in the certificate as host.levlam
2020-09-02Fix Logger const-correctness.levlam
2020-07-22ByteFlow: backpressure draftArseny Smirnov
2020-07-14Fix CE.levlam
2020-07-05Fix SslStream.levlam
2020-07-02SslStream: reuse SslCtx in a simple caseArseny Smirnov
2020-06-07Fix some includes.levlam
2020-06-06Move OpenSSL error hancling functions to tdutils.levlam
2020-05-19Add some checks.levlam
2020-05-16Do not remove brackets from HttpUrl IPv6 host.levlam
2020-05-16Improve SSL logging.levlam
2020-05-16Use SSL_CTX_set_min_proto_version for OpenSSL >= 1.1.0.levlam
2020-05-16Fix IP address verification in TLS certificate.levlam
2020-05-16Do not send IP address in SNI.levlam
2020-02-26Remove unneeded brackets.levlam
2020-01-01Update copyright year.levlam
2019-09-28Update clag-format to the latest (190926/r372920) version.levlam
2019-07-22Various fixes.levlam
2019-06-28tdweb: do not link with libssl, only with libcryptoArseny Smirnov
2019-02-13Explicitly include common.h.levlam
2019-01-01Update copyright year.levlam
2018-12-17Better handling of certificate adding errors.levlam