Conscrypt doesn't correct filter TLSv1 and TLSv1.1
Open
- Dominant language
- Java
- Stars
- 1.4k
- Forks
- 326
- Avg merge
- 16h 22m
- Merged PRs (30d)
- 17
Description
OpenJDK recently did remove "support" for TLSv1 and TLSv1.1:
https://www.oracle.com/java/technologies/javase/8u291-relnotes.html
When trying to use the protocols together with "TLSv1.2" it seems like conscrypt not correctly filter these out which lead to handshake failures.
We observed this in our testsuite in netty.
Contributor guide
Assessment
This issue has not been assessed yet.