TLS 1.3 client auth

This commit is contained in:
Zhi Guan
2022-07-24 23:35:45 +08:00
parent 89f57327aa
commit 15fd0dbcd4
4 changed files with 79 additions and 54 deletions

View File

@@ -903,6 +903,8 @@ int tls13_handshake_print(FILE *fp, int fmt, int ind, const uint8_t *handshake,
switch (type) {
case TLS_handshake_certificate:
return tls13_certificate_print(fp, fmt, ind, data, datalen);
case TLS_handshake_certificate_request:
return tls13_certificate_request_print(fp, fmt, ind, data, datalen);
}
return tls_handshake_print(fp, p, len, fmt, ind);