We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi.
I am unable to find any information about how to enable grease feature via conscrypt.
In BoringSSL its done via SSL_CTX_set_grease_enabled: https://commondatastorage.googleapis.com/chromium-boringssl-docs/ssl.h.html#SSL_CTX_set_grease_enabled
In general - how can i access BoringSSL features via conscrypt and configure ssl connection the way i want?
Thanks.
The text was updated successfully, but these errors were encountered:
There is no support yet for ECH features, I think that includes GREASE. For more info, see #1044
Sorry, something went wrong.
@eighthave @ogolovanov Is this still outstanding? I'm also looking for the feature, it seems to have been forgotten in other thread?
ECH support is not complete, as far as I know, see #1044 (comment)
No branches or pull requests
Hi.
I am unable to find any information about how to enable grease feature via conscrypt.
In BoringSSL its done via SSL_CTX_set_grease_enabled:
https://commondatastorage.googleapis.com/chromium-boringssl-docs/ssl.h.html#SSL_CTX_set_grease_enabled
In general - how can i access BoringSSL features via conscrypt and configure ssl connection the way i want?
Thanks.
The text was updated successfully, but these errors were encountered: