formats icon indicating copy to clipboard operation
formats copied to clipboard

der: add test for derive Sequence with IMPLICIT SequenceRef

Open dishmaker opened this issue 6 months ago • 0 comments

Depends on #1980

#[derive(Sequence)]
pub struct OidAndImplicitSequence<'a> {
    oid: ObjectIdentifier,

    #[asn1(context_specific = "0", tag_mode = "IMPLICIT")]
    data: SequenceRef<'a>,
}

dishmaker avatar Aug 22 '25 11:08 dishmaker