Differences From Artifact [71e9e504fd]:
- File generic/tlsDigest.c — part of check-in [992cc75b71] at 2023-11-10 22:23:51 on branch crypto — Added cmac and hmac convenience commands (user: bohagan, size: 38178) [annotate] [blame] [check-ins using]
To Artifact [9e69cd3c7b]:
- File generic/tlsDigest.c — part of check-in [aef7825f91] at 2023-11-13 03:14:16 on branch crypto — Changed hex output to use lowercase letters (user: bohagan, size: 38178) [annotate] [blame] [check-ins using]
︙ | |||
13 14 15 16 17 18 19 | 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | - + | #include <stdio.h> #include <string.h> #include <openssl/evp.h> #include <openssl/cmac.h> #include <openssl/hmac.h> /* Constants */ |
︙ |