mirrored from https://www.bouncycastle.org/repositories/bc-java
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
BouncyCastle 1.83 produces an AuthEnvelopedData structure with an explicitly tagged authEncryptedContentInfo/encryptedContent, whereas RFC 5652 calls for it to be implicitly tagged.
I am using CMSAuthEnvelopedDataStreamGenerator with JceCMSContentEncryptorBuilder.
OpenSSL produces an implicit tag. Both BouncyCastle and OpenSSL process the AuthEnvelopedData structure with the explicit tag.
However, the issue can complicate diagnosing other interoperability problems.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working