Set minimum TLS version to 1.2

This commit is contained in:
link2xt
2023-02-25 22:46:19 +00:00
parent 247bf5865d
commit 8177070673
2 changed files with 5 additions and 2 deletions

View File

@@ -4,6 +4,7 @@
### Changes
- Make smeared timestamp generation non-async. #4075
- Set minimum TLS version to 1.2. #4096
### Fixes
- Do not block async task executor while decrypting the messages. #4079