Skip to content

Implement AesGcm constructors accepting a tag size and obsolete the existing ones#86211

Merged
vcsjones merged 2 commits intodotnet:mainfrom
vcsjones:aes-gcm-tag
May 15, 2023
Merged

Implement AesGcm constructors accepting a tag size and obsolete the existing ones#86211
vcsjones merged 2 commits intodotnet:mainfrom
vcsjones:aes-gcm-tag

Conversation

@vcsjones
Copy link
Copy Markdown
Member

Closes #71366

@ghost
Copy link
Copy Markdown

ghost commented May 13, 2023

Note regarding the new-api-needs-documentation label:

This serves as a reminder for when your PR is modifying a ref *.cs file and adding/modifying public APIs, please make sure the API implementation in the src *.cs file is documented with triple slash comments, so the PR reviewers can sign off that change.

@ghost
Copy link
Copy Markdown

ghost commented May 13, 2023

Tagging subscribers to this area: @dotnet/area-system-security, @bartonjs, @vcsjones
See info in area-owners.md if you want to be subscribed.

Issue Details

Closes #71366

Author: vcsjones
Assignees: vcsjones
Labels:

area-System.Security, new-api-needs-documentation

Milestone: -

@vcsjones vcsjones merged commit 04a1fe3 into dotnet:main May 15, 2023
@vcsjones vcsjones deleted the aes-gcm-tag branch May 15, 2023 17:35
@vcsjones vcsjones added this to the 8.0.0 milestone May 16, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Jun 15, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

System.Security.Cryptography.AesGcm - decryption allows truncated tags

4 participants