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

nrf_security: Remove random_ext.c #11741

Merged
merged 2 commits into from
Jul 13, 2023
Merged

Commits on Jul 13, 2023

  1. nrf_security: Remove random_ext.c

    Remove the random_ext.c file and the MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG
    option since it is not used anymore by the Oberon PSA core.
    
    With the current configuration the options:
    PSA_CRYPTO_DRIVER_ALG_CTR_DRBG_*
    
    are used to specifiy the random number generator algorithm.
    
    Ref: NCSDK-21868
    
    Signed-off-by: Georgios Vasilakis <georgios.vasilakis@nordicsemi.no>
    Vge0rge committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    d9f1289 View commit details
    Browse the repository at this point in the history
  2. tests: crypto: Remove unused random configurations

    The crypto tests only use the external_rng function
    and they only test for one configuration where
    MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG is enabled.
    This removes the unused code and configurations.
    
    Signed-off-by: Georgios Vasilakis <georgios.vasilakis@nordicsemi.no>
    Vge0rge committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    c405a4d View commit details
    Browse the repository at this point in the history