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

TLS ECDH 1: clean up existing client-side support #5291

Closed
6 tasks done
mpg opened this issue Dec 9, 2021 · 0 comments · Fixed by #5456
Closed
6 tasks done

TLS ECDH 1: clean up existing client-side support #5291

mpg opened this issue Dec 9, 2021 · 0 comments · Fixed by #5456
Assignees
Labels
enhancement size-s Estimated task size: small (~2d)

Comments

@mpg
Copy link
Contributor

mpg commented Dec 9, 2021

We currently support client-side ECDHE-ECDSA and ECDHE-RSA using PSA. However, the code implementing it could be simplified now that PSA is more stable. This task is about doing that, before other tasks build on the existing support and use it as an example.

  • parameter check:
    • remove meaningless remnants of the era where conf curves was optional
    • simplify with the new conf group interface
    • do it for PSA too! (check TLS 1.3 too)
  • trivial transcoding functions can be removed now that PSA formats are stable, as well as some intermediate buffers
  • perhaps more PSA macros can be used for computing buffer sizes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement size-s Estimated task size: small (~2d)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant