Skip to content

Commit cbe549b

Browse files
authored
added new generalized time to fuzzer (#501)
1 parent 6ffe269 commit cbe549b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

fuzz/fuzz_targets/fuzz_asn1_parse.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ enum Data<'a> {
4747
SequenceOf(asn1::SequenceOf<'a, i64>),
4848
#[explicit(10)]
4949
Struct(StructData<'a>),
50+
51+
#[explicit(11)]
52+
GeneralizedTime(asn1::GeneralizedTime),
5053
}
5154

5255
#[derive(asn1::Asn1Read, asn1::Asn1Write, PartialEq)]

0 commit comments

Comments
 (0)