mirror of
https://github.com/adulau/ssldump.git
synced 2024-11-22 09:27:04 +00:00
Fix comment
This commit is contained in:
parent
488ead2b51
commit
bf48c56dd8
1 changed files with 1 additions and 1 deletions
|
@ -549,7 +549,7 @@ static int decode_HandshakeType_Certificate(ssl,dir,seg,data)
|
||||||
0,data,&cert);
|
0,data,&cert);
|
||||||
sslx_print_certificate(ssl,&cert,P_ND);
|
sslx_print_certificate(ssl,&cert,P_ND);
|
||||||
len-=(cert.len + 3);
|
len-=(cert.len + 3);
|
||||||
if (ssl->version==TLSV13_VERSION) { // TLS 1.3 has certificates
|
if (ssl->version==TLSV13_VERSION) { // TLS 1.3 has certificate extensions
|
||||||
SSL_DECODE_UINT16(ssl,"certificate extensions len",0,data,&exlen);
|
SSL_DECODE_UINT16(ssl,"certificate extensions len",0,data,&exlen);
|
||||||
len-=2;
|
len-=2;
|
||||||
while (exlen) {
|
while (exlen) {
|
||||||
|
|
Loading…
Reference in a new issue