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: add mbedtls alternative implementation modules #1932

Merged
merged 4 commits into from
Aug 11, 2023

Commits on Aug 10, 2023

  1. testing/crypto: add md5/sha1/sha256/sha512 testcases

    add hash test cases to test the support for the hash algorithm in crypto device
    Signed-off-by: makejian <[email protected]>
    makejian committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    a6f1477 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. mbedtls: add nuttx crypto alternative implementation in mbedtls

    (1)add dev_alt to manage /dev/crypto
    (2)add sha_alt to alternate sha1 algorithm
    (3)use new mbedtls_config.h to admin configs of mbedtls
    Signed-off-by: makejian <[email protected]>
    makejian committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    2b84751 View commit details
    Browse the repository at this point in the history
  2. mbedtls: add hardware entropy source via /dev/random

    add hardware entropy from /dev/random
    Signed-off-by: makejian <[email protected]>
    makejian committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    3a09dd5 View commit details
    Browse the repository at this point in the history
  3. mbedtls: add mbedtls sha256/sha512 alternative implementation

    Signed-off-by: makejian <[email protected]>
    makejian committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    3d83b8d View commit details
    Browse the repository at this point in the history