Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

tweksteen
Copy link
Member

Prior to this change, NativeCrypto.SSL_set1_ech_config_list would throw a OpenSSLX509CertificateFactory.ParsingException. Since the config list is not directly linked to that exception, use the more generic SSLException instead. Update the Java declaration to explicitly throws this exception.

NativeCrypto.SSL_ech_accepted was found to raise a similar exception. Simply return false.

Prior to this change, NativeCrypto.SSL_set1_ech_config_list would throw
a OpenSSLX509CertificateFactory.ParsingException. Since the config list
is not directly linked to that exception, use the more generic
SSLException instead. Update the Java declaration to explicitly throws
this exception.

NativeCrypto.SSL_ech_accepted was found to raise a similar exception.
Simply return false.
@tweksteen tweksteen merged commit b7e6501 into google:master Oct 14, 2025
38 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants