Files
chatmail-core/src
link2xt 78a0d7501b feat: use Rustls instead of native TLS for HTTPS requests
HTTPS requests are used to fetch
remote images in HTML emails,
to fetch autoconfig XML,
to POST requests for `DCACCOUNT:` QR codes
to make OAuth 2 API requests
and to connect to HTTPS proxies.

Rustls is more aggressive than OpenSSL
in deprecating cryptographic algorithms
so we cannot use it for IMAP and SMTP
to avoid breaking compatibility,
but for HTTPS requests listed
above this should not result in problems.

As HTTPS requests use only strict TLS checks,
there is no `strict_tls` argument
in `wrap_rustls` function.

Rustls is already used by iroh,
so this change does not introduce new dependencies.
2024-09-26 22:35:44 +00:00
..
2024-09-12 00:22:09 +00:00
2024-09-20 22:56:24 +00:00
2024-09-13 17:58:25 +00:00
2024-09-08 07:08:12 +00:00
2024-05-05 21:23:32 +00:00
2024-09-20 22:38:28 +00:00
2024-07-26 23:57:21 +00:00
2024-09-12 00:22:09 +00:00
2024-05-05 21:23:32 +00:00
2024-09-16 17:00:16 +00:00
2024-09-16 17:00:16 +00:00
2024-09-12 00:22:09 +00:00
2024-09-12 00:22:09 +00:00
2024-09-12 00:22:09 +00:00
2024-09-13 17:58:25 +00:00
2023-08-25 23:04:47 +00:00
2024-08-29 23:10:17 +00:00
2024-08-29 20:59:41 +00:00
2023-07-09 14:06:45 +02:00
2024-09-20 22:38:28 +00:00