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

Sample that offload cryptographic functions to hardware cryptographic peripheral on MCU (STM32H5) #283

Open
rubenax97 opened this issue Sep 13, 2024 · 0 comments
Labels
feature New feature or enhancement request

Comments

@rubenax97
Copy link

Is your feature request related to a problem? Please describe.
I am working on server running TLS v1.3 using TLS_AES_128_GCM_SHA256 as cipher.
Then, private key to generate end-identity CA for STM32 was using ECDSA secp521r1 supported by netxduo crypto module (NX_CRYPTO_EC_SECP521R1)

Describe the solution you'd like
Is it possible to use HASH and RNG peripheral of STM32 MCU to offload CPU work? Not sure...
So, it is nice to have an example where uses HASH peripheral on STM32H5 MCU.

Cheers 😃

@rubenax97 rubenax97 added the feature New feature or enhancement request label Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or enhancement request
Projects
None yet
Development

No branches or pull requests

1 participant