Fix comment

This commit is contained in:
Vishwa Pravin 2023-04-04 14:31:04 +05:30
parent 488ead2b51
commit bf48c56dd8
No known key found for this signature in database
GPG key ID: 7DFD706AAB89330E

View file

@ -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) {