wolfSSL / wolfssl

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!
https://www.wolfssl.com
GNU General Public License v2.0
2.22k stars 798 forks source link

Added crypto callback for SHA3. #7670

Closed aidangarske closed 2 weeks ago

aidangarske commented 2 weeks ago

Description

Added crypto callback for SHA3 and extended the test.c tests for it in cryptocb_test.

Testing

./configure --enable-cryptocb --enable-sha3 CFLAGS="-DDEBUG_CRYPTOCB" --enable-debug
make 
./wolfcrypt/test/testwolfcrypt
dgarske commented 2 weeks ago

Retest this please