Update CHANGES with info about AuthEnvelopedData addition #14456
+7
−0
Conversation
CHANGES.md
Outdated
| @@ -437,6 +437,10 @@ OpenSSL 3.0 | |||
|
|
|||
| *Antonio Iacono* | |||
|
|
|||
| * Added the AuthEnvelopedData (RFC 5083) with AES-GCM parameter (RFC 5084). | |||
t8m
Mar 8, 2021
Member
Could you please expand the text a little? Add something like Added ... support to the CMS implementation. Or something like that to make it clear without having to look into the RFCs or code where the support was added.
Could you please expand the text a little? Add something like Added ... support to the CMS implementation. Or something like that to make it clear without having to look into the RFCs or code where the support was added.
bukka
Mar 10, 2021
•
Author
Contributor
@t8m Makes sense. I have extended the text a bit. Please let me know if you want me to change anything in it.
@t8m Makes sense. I have extended the text a bit. Please let me know if you want me to change anything in it.
|
@paulidale Please reapprove |
|
24 hours has passed since 'approval: done' was set, but this PR has failing CI tests. Once the tests pass it will get moved to 'approval: ready to merge' automatically, alternatively please review and set the label manually. |
|
This pull request is ready to merge |
openssl-machine
pushed a commit
that referenced
this pull request
Mar 12, 2021
Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from #14456)
|
Merged to master, thank you. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Update of CHANGES.md for #8024 .