aboutsummaryrefslogtreecommitdiffhomepage
path: root/tdnet/td/net/SslStream.h
AgeCommit message (Expand)Author
2026-01-01Update copyright year.levlam
2025-01-01Update copyright year.levlam
2024-01-01Update copyright year.levlam
2023-01-01Update copyright year.levlam
2022-11-11Create SslStream from SslCtx.levlam
2022-11-11Make SslCtx public.levlam
2022-10-09Make all operator bool const and nonexcept.levlam
2022-01-01Update copyright year.levlam
2021-10-18Minor improvements.levlam
2021-10-18Mark move constructors/assignment operators noexcept.levlam
2021-01-01Update copyright year.levlam
2020-09-14Add option for checking IP address in the certificate as host.levlam
2020-01-01Update copyright year.levlam
2019-07-22Various fixes.levlam
2019-01-01Update copyright year.levlam
2018-10-15Make tdnet dependency on OpenSSL private.levlam
2018-09-27Use td::unique_ptr instead of std::unique_ptr whenever possible.levlam
2018-08-16Various style fixes.levlam
2018-08-15Load certificates from Windows store.levlam
2018-08-15Ssl refactoringArseny Smirnov