Skip to content

Commit

Permalink
added new generalized time to fuzzer (#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex authored Nov 17, 2024
1 parent 6ffe269 commit cbe549b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fuzz/fuzz_targets/fuzz_asn1_parse.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ enum Data<'a> {
SequenceOf(asn1::SequenceOf<'a, i64>),
#[explicit(10)]
Struct(StructData<'a>),

#[explicit(11)]
GeneralizedTime(asn1::GeneralizedTime),
}

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

0 comments on commit cbe549b

Please sign in to comment.