-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
CA callback not called in TLS 1.3 #7079
Comments
Related: TLS currently doesn't support the X.509 certificate extension callback (only available via |
Is there a workaround for this bug? Our product requires it because the CA database cannot fit in RAM of the embedded device. |
#9002 fixes this issue. |
Closing this issue as we have rather decided to address this more generally with #9018. |
Configuring a CA callback with
mbedtls_ssl_conf_ca_cb()
has no effect in TLS 1.3. This is not documented as a limitation, and there is no reason not to support it. See #7075 (comment)The goal of this task is to support a CA callback in TLS 1.3, the same way as in TLS 1.2.
This should be tested both from the server side and the client side.
The text was updated successfully, but these errors were encountered: