Skip to content

Commit

Permalink
Update tlse.c
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardsui committed Dec 22, 2016
1 parent 2f3ec2d commit dfe3990
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tlse.c
Original file line number Diff line number Diff line change
Expand Up @@ -7066,6 +7066,10 @@ int __private_asn1_parse(struct TLSContext *context, struct TLSCertificate *cert
DEBUG_PRINT("\n");
break;
case 0x03:
if (__is_field(fields, pk_id)) {
if (has_key)
*has_key = 1;
}
// bitstream
DEBUG_PRINT("BITSTREAM(%i): ", length);
DEBUG_DUMP_HEX(&buffer[pos], length);
Expand Down

0 comments on commit dfe3990

Please sign in to comment.