Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Obsolete the Rijndael and RijndaelManaged classes #52366

Merged
merged 2 commits into from
May 6, 2021
Merged

Obsolete the Rijndael and RijndaelManaged classes #52366

merged 2 commits into from
May 6, 2021

Conversation

jeffhandley
Copy link
Member

@jeffhandley jeffhandley commented May 6, 2021

Fixes #46930, marking the Rijndael and RijndaelManaged classes as obsolete, guiding usage toward Aes.

@jeffhandley jeffhandley added area-System.Security breaking-change Issue or PR that represents a breaking API or functional change over a prerelease. labels May 6, 2021
@jeffhandley jeffhandley requested a review from bartonjs May 6, 2021 07:07
@ghost
Copy link

ghost commented May 6, 2021

Tagging subscribers to this area: @bartonjs, @vcsjones, @krwq, @GrabYourPitchforks
See info in area-owners.md if you want to be subscribed.

Issue Details

Fixes #46930, marking the Rijndael and RijndaelManaged classes as obsolete, guiding usage toward Aes and AesManaged.

Author: jeffhandley
Assignees: -
Labels:

area-System.Security, breaking-change

Milestone: -

@dotnet-issue-labeler
Copy link

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, to 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 ghost added the needs-breaking-change-doc-created Breaking changes need an issue opened with https://github.com/dotnet/docs/issues/new?template=dotnet label May 6, 2021
@jeffhandley
Copy link
Member Author

The breaking change documentation will be covered by dotnet/docs#23856.

/cc @gewarren

@jeffhandley jeffhandley removed the needs-breaking-change-doc-created Breaking changes need an issue opened with https://github.com/dotnet/docs/issues/new?template=dotnet label May 6, 2021
@filipnavara
Copy link
Member

#52303 is making AesManaged obsolete, shouldn't this point straight to Aes only?

@jeffhandley
Copy link
Member Author

#52303 is making AesManaged obsolete, shouldn't this point straight to Aes only?

Great catch; thanks!

@bartonjs bartonjs merged commit 7ea26e6 into dotnet:main May 6, 2021
@jeffhandley jeffhandley deleted the jeffhandley/obsolete-rijndael branch May 6, 2021 17:13
@karelz karelz added this to the 6.0.0 milestone May 20, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Jun 19, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-System.Security breaking-change Issue or PR that represents a breaking API or functional change over a prerelease.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Obsolete the Rijndael and RijndaelManaged classes
4 participants