Merge branch 'maint-0.3.3' into maint-0.3.4
[tor.git] / changes / bug28245
blobd7e6deb81062d0c8fac26b9c681e0222c499dd43
1   o Major bugfixes (OpenSSL, portability):
2     - Fix our usage of named groups when running as a TLS 1.3 client in
3       OpenSSL 1.1.1. Previously, we only initialized EC groups when running
4       as a server, which caused clients to fail to negotiate TLS 1.3 with
5       relays. Fixes bug 28245; bugfix on 0.2.9.15 when TLS 1.3 support was
6       added.