How can I change the list of TLS extensions set?
Open
- Dominant language
- Java
- Stars
- 1.4k
- Forks
- 326
- Avg merge
- 16h 22m
- Merged PRs (30d)
- 17
Description
I am wondering if there is a way to add/remove specific TLS extensions when making a request when conscrypt is set as the security provider. I have been able to adjust the cipher suites but it is unclear to me how to change the Extensions.
How I set my security provider `Security.insertProviderAt(Conscrypt.newProvider(), 1);`
Thank you!
Contributor guide
Assessment
This issue has not been assessed yet.