We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f8efc3 commit 0404447Copy full SHA for 0404447
wolfcrypt/src/port/Renesas/renesas_tsip_util.c
@@ -3852,8 +3852,8 @@ int tsip_VerifyRsaPkcsCb(
3852
if (ret == 0) {
3853
sigData.pdata = (uint8_t*)sig;
3854
sigData.data_length = sigSz;
3855
- /* Since TSIP driver handls ANS.1 internally
3856
- * expcted data is raw hash
+ /* Since TSITP driver handles ASN.1 internally,
+ * the expected data is raw hash.
3857
*/
3858
hashData.pdata = (uint8_t*)ssl->buffers.digest.buffer;
3859
hashData.data_type = 1; /* hash value */
0 commit comments