Skip to content

Conversation

@juergw
Copy link
Collaborator

@juergw juergw commented Dec 15, 2025

These methods were added in Java 20, but Conscrypt doesn't support them yet, which means that calls to these
methods are currently ignored.

The API documentation is here:
https://docs.oracle.com/en/java/javase/24/docs/api/java.base/javax/net/ssl/SSLParameters.html#getNamedGroups()
https://docs.oracle.com/en/java/javase/24/docs/api/java.base/javax/net/ssl/SSLParameters.html#setNamedGroups(java.lang.String%5B%5D)

@juergw
Copy link
Collaborator Author

juergw commented Dec 15, 2025

The tests fail on Android, because there, the required methods in SSLParameters are missing:
https://developer.android.com/reference/javax/net/ssl/SSLParameters

@juergw
Copy link
Collaborator Author

juergw commented Dec 15, 2025

I'll close this, because I think this should probably only be merged once we have support for this in android.

@juergw juergw closed this Dec 15, 2025
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.

1 participant