Skip to content

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 previous release. 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: -

@ghost
Copy link

ghost commented May 6, 2021

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 new-api-needs-documentation needs-breaking-change-doc-created Breaking changes need an issue opened with https://github.com/dotnet/docs/issues/new?template=dotnet labels 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 previous release.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Obsolete the Rijndael and RijndaelManaged classes

4 participants