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