Add TLCP demos

This commit is contained in:
Zhi Guan
2022-08-01 15:58:39 +08:00
parent b0807931c9
commit ec94c930b3
9 changed files with 660 additions and 7 deletions

View File

@@ -895,7 +895,7 @@ int tls13_gcm_decrypt(const BLOCK_CIPHER_KEY *key, const uint8_t iv[12],
#define TLS_DEBUG
//#define TLS_DEBUG
#ifdef TLS_DEBUG
# define tls_trace(s) fprintf(stderr,(s))