mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-28 23:19:53 +01:00
* Added reference PK callbacks functions for ECC sign, verify and shared secret used by TLS in `wolfcrypt/src/port/st/stsafe.c`. * Fix for wolfcrypt_test to not require args to be provided. * Fix for wolfCrypt `ecc_test_buffers` to poperly init ecc_key (resolves devId issue). * Fix for STM32 AES CBC Decrypt with CubeMX, which was not capturing the first input block for next IV. * Refactor to combine STM32 hardware init code.