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

MBEDTLS_PRIVATE is going away, need to construct and use keys properly. #1889

Closed
d3zd3z opened this issue Jan 24, 2024 · 2 comments
Closed
Labels
area: core Affects core functionality crypto Encryption support stale

Comments

@d3zd3z
Copy link
Member

d3zd3z commented Jan 24, 2024

The supprot for MBEDTLS_PRIVATE is deprecated in mbed TLS, and will be going away in the 4.0 release. We use this macro, through our definition of MBEDTLS_CONTEXT_MEM to both construct and access rsa, ecdsa, and ed25519 keys. This will need to change to use the key import functions, or the provided accessors for this information.

@d3zd3z d3zd3z added area: core Affects core functionality crypto Encryption support labels Jan 24, 2024
@d3zd3z
Copy link
Member Author

d3zd3z commented Jan 24, 2024

instances in the code where this happens.

Copy link

This issue has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this issue will automatically be closed in 14 days. Note, that you can always re-open a closed issue at any time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: core Affects core functionality crypto Encryption support stale
Projects
None yet
Development

No branches or pull requests

1 participant