Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CTR_DRBG Error handling (Mbed-TLS#5)
* CTR_DRBG Error handling Check AES return values and return error when needed. Add a new error code: MBEDTLS_ERR_CTR_DRBG_CRYPTO_FAILED * Update and rename ctr_drbg.c to ctr_drbg.h * Update ctr_drbg.h * Rename ctr_drbg.h to ctr_drbg.c * CTR_DRBG Error handling Check AES return values and return error when needed. Add a new error code: MBEDTLS_ERR_CTR_DRBG_CRYPTO_FAILED * More changes after code review. * CTR_DRBG more memory cleanup.
- Loading branch information