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_cipher_info_t private fields getters #5185

Closed
jaudiger opened this issue Nov 16, 2021 · 0 comments · Fixed by #5149
Closed

mbedtls_cipher_info_t private fields getters #5185

jaudiger opened this issue Nov 16, 2021 · 0 comments · Fixed by #5149
Labels
component-crypto Crypto primitives and low-level interfaces enhancement

Comments

@jaudiger
Copy link

Suggested enhancement

I would like to have access to private fields of mbedtls_cipher_info_t through getters. Right now, I'm using macro MBEDTLS_PRIVATE().

This follows this issue: #5013

Justification

For now, I just need to access the private fields:

  • block_size
@gabor-mezei-arm gabor-mezei-arm added Community component-crypto Crypto primitives and low-level interfaces enhancement labels Nov 16, 2021
@gabor-mezei-arm gabor-mezei-arm linked a pull request Nov 16, 2021 that will close this issue
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component-crypto Crypto primitives and low-level interfaces enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants