-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
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
Support "SSL_CTX_add_server_custom_ext" #55
Comments
Not immediately - there is a fair amount of work required to support this. Additionally, adding the ability to inject and handle custom TLS extensions raises some concerns regarding attack surface. That said, since you've pointed out an actual use case take a closer look and see if there is a middle ground. |
BoringSSL introduced SSL_CTX_set_signed_cert_timestamp_list function to specifically handle signed certificate timestamps, my fork of nginx-ct makes use of it. |
@gbilic thanks, unfortunately LibreSSL also doesn't support |
I would also like Libressl to add this function. |
Just to update with a specific use case, see build notes here: |
While we're now in a position where we could consider adding this, it would require a reasonable amount of additional code and complexity to support. Is anyone aware of any valid use case for |
It would be nice if LibreSSL could support
SSL_CTX_add_server_custom_ext
which is required for example in thenginx-ct
module to enable certificate transparency.I know that LibreSSL was forked from OpenSSL 1.0.1 and the feature was added in 1.0.2 - are there any plans to backport this?
The text was updated successfully, but these errors were encountered: