Skip to content

Commit

Permalink
#Add gmssl certificate verify sig algo
Browse files Browse the repository at this point in the history
  • Loading branch information
pengtianabc committed Jun 11, 2018
1 parent 1423daf commit 00d8a40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion epan/dissectors/packet-ssl-utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -7994,7 +7994,7 @@ ssl_dissect_hnd_cert_req(ssl_common_dissect_t *hf, tvbuff_t *tvb, packet_info *p
}
}

if (session->version == TLSV1DOT2_VERSION || session->version == DTLSV1DOT2_VERSION ||
if (session->version == GMSSLV1_VERSION || session->version == TLSV1DOT2_VERSION || session->version == DTLSV1DOT2_VERSION ||
(is_tls13 && (draft_version > 0 && draft_version < 19))) {
offset = ssl_dissect_hash_alg_list(hf, tvb, tree, pinfo, offset, offset_end);
}
Expand Down

0 comments on commit 00d8a40

Please sign in to comment.