Skip to content

Commit

Permalink
Update chapter06.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbrett authored Mar 18, 2024
1 parent 98e5cf0 commit c4a2391
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wolfSSL/src/chapter06.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,9 @@ wc_AesInit
wc_InitSha256_ex
wc_InitSha_ex
wc_HmacInit
wc_InitCmac_ex
```
This is not an exhaustive list. Please refer to the wolfCrypt API documentation to see if a particular algorithm supports crypto callbacks.

#### 4. (TLS only): associate the devId with your WOLFSSL context
To enable use of your crypto callbacks when using TLS, you must supply the “devId” arguments on initialization of your `WOLFSSL_CTX` or `WOLFSSL` struct.
Expand Down

0 comments on commit c4a2391

Please sign in to comment.