Fixes and improvements for building with low footprint. Fix for ASN template with RSA verify only (was missing mp_leading_bit). Fix to allow disabling DRBG with crypto callbacks enabled. Updated the wolfTPM user_settings.h template with low resource option.

This commit is contained in:
David Garske
2023-05-02 12:35:14 -07:00
parent 58b996353b
commit 61dfbf5ef2
8 changed files with 181 additions and 52 deletions

View File

@@ -458,7 +458,6 @@ extern "C" {
/* RNG */
/* ------------------------------------------------------------------------- */
/* Seed Source */
/* Seed Source */
#if 1
extern int my_rng_generate_seed(unsigned char* output, int sz);