Skip to content

Commit

Permalink
Change RKeyId enum variant to use constructed encoding (#1333)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmah authored Jan 23, 2024
1 parent 0f34bf8 commit 5612e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cms/src/enveloped_data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ pub struct RecipientEncryptedKey {
#[allow(missing_docs)]
pub enum KeyAgreeRecipientIdentifier {
IssuerAndSerialNumber(IssuerAndSerialNumber),
#[asn1(context_specific = "0", tag_mode = "IMPLICIT")]
#[asn1(context_specific = "0", tag_mode = "IMPLICIT", constructed = "true")]
RKeyId(RecipientKeyIdentifier),
}

Expand Down

0 comments on commit 5612e91

Please sign in to comment.