The wolfSSL library is a small, fast, portable implementation of TLS/SSL for embedded devices to the cloud. wolfSSL supports up to TLS 1.3 and DTLS 1.3!
This pull request includes a small but important change to the wolfcrypt/src/dsa.c file. The change ensures that memory is properly freed in the wc_DsaVerify_ex function when either MP_INIT_E or MEMORY_E errors occur.
Fixed zd#18969.
This pull request includes a small but important change to the
wolfcrypt/src/dsa.c
file. The change ensures that memory is properly freed in thewc_DsaVerify_ex
function when eitherMP_INIT_E
orMEMORY_E
errors occur. Fixed zd#18969.