Skip to content

Commit 3d20b5f

Browse files
Merge pull request #159 from night1rider/MAX32666-Doc
Adding MAX32666 Support to Features/Hardware Accelerated Crypto
2 parents 10be437 + 82ae50f commit 3d20b5f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

wolfSSL/src/chapter04.md

+10
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,16 @@ To enable support define `WOLFSSL_SILABS_SE_ACCEL` in user_settings.h. wolfSSL c
489489

490490
More details and benchmarks are available in the README.md in wolfcrypt/src/port/silabs of the wolfSSL repository tree.
491491

492+
### MAX32665/MAX32666
493+
494+
wolfSSL supports using the Trust Protection Unit (TPU), Modular Arithmetic Accelerator (MAA) and TRNG found on supported models of the [MAX32666](https://www.analog.com/en/products/max32666.html)/[MAX32665](https://www.analog.com/en/products/max32665.html#part-details) microcontrollers from Analog Devices.
495+
496+
To enable support define `WOLFSSL_MAX3266X` and `WOLFSSL_SP_MATH_ALL`. wolfSSL currently supports the hardware acceleration of RNG, AES-CBC, AES-GCM, AES-ECB, SHA-1, SHA-2, RSA 2048, and ECDSA.
497+
498+
This HW also supports the use of wolfSSL's crypto callback feature to allow the usage of both HW and SW implentations.
499+
500+
More details of the support can be found in the README.md at wolfcrypt/src/port/maxim of the wolfSSL repository tree.
501+
492502
## SSL Inspection (Sniffer)
493503

494504
Beginning with the wolfSSL 1.5.0 release, wolfSSL has included a build option allowing it to be built with SSL Sniffer (SSL Inspection) functionality. This means that you can collect SSL traffic packets and with the correct key file, are able to decrypt them as well. The ability to “inspect” SSL traffic can be useful for several reasons, some of which include:

0 commit comments

Comments
 (0)