Skip to content

Commit

Permalink
Add mention of crypto callback support with MAX3266X HW
Browse files Browse the repository at this point in the history
  • Loading branch information
night1rider committed Sep 19, 2024
1 parent c91870d commit 82ae50f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wolfSSL/src/chapter04.md
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,8 @@ wolfSSL supports using the Trust Protection Unit (TPU), Modular Arithmetic Accel

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.

This HW also supports the use of wolfSSL's crypto callback feature to allow the usage of both HW and SW implentations.

More details of the support can be found in the README.md at wolfcrypt/src/port/maxim of the wolfSSL repository tree.

## SSL Inspection (Sniffer)
Expand Down

0 comments on commit 82ae50f

Please sign in to comment.