- protocomm: Fix leakage due to ECDH context not being initialised and freed properly - mbedtls (RSA): Added mandatory RNG parameter wherever required Disabled `test performance RSA key operations` UT - mbedtls (AES_GCM): Added mbedtls_gcm_update_ad() wherever required for updating associated data - unit_test_app: Fix build issue when heap tracing is enabled
Memory check (leaks and heap tracing) functions for unit tests now have a separate file now and are renamed for more consistency. BREAKING CHANGE: renamed memory check function names which may be used in unit tests outside IDF.