Skip to content
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

Use interruptible sign/verify in X.509 & TLS #9817

Open
yanesca opened this issue Dec 2, 2024 · 1 comment
Open

Use interruptible sign/verify in X.509 & TLS #9817

yanesca opened this issue Dec 2, 2024 · 1 comment
Labels
component-tls enhancement size-l Estimated task size: large (2w+)

Comments

@yanesca
Copy link
Contributor

yanesca commented Dec 2, 2024

PSA recently gained interruptible functions for signing and verifying hash-based signatures. So far, these functions are not used by X.509 or TLS, but they should be used when MBEDTLS_USE_PSA_CRYPTO enabled, in all places that currently support restartable operations using the legacy API (that's currently just 1.2 with the ECDHE-ECDSA key exchange, including client authentication), in order to avoid feature gaps in PSA-based builds.

@yanesca yanesca added enhancement component-tls size-l Estimated task size: large (2w+) labels Dec 2, 2024
@yanesca
Copy link
Contributor Author

yanesca commented Dec 2, 2024

Investigation task: #7292

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component-tls enhancement size-l Estimated task size: large (2w+)
Projects
Status: No status
Status: No status
Development

No branches or pull requests

1 participant