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

Open
d3zd3z opened this issue Jan 24, 2024 · 1 comment
Open
Labels
area: core Affects core functionality crypto Encryption support

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.

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
Projects
None yet
Development

No branches or pull requests

1 participant