-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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 ExchangeAlgorithmType, CipherAlgorithmType and HashAlgorithmType and their usage #105875
Obsolete ExchangeAlgorithmType, CipherAlgorithmType and HashAlgorithmType and their usage #105875
Conversation
…CipherAlgorithmStrength, HashAlgorithm and HashStrength properties of SslStream.
Note regarding the
|
1 similar comment
Note regarding the
|
Added When you commit this breaking change:
Tagging @dotnet/compat for awareness of the breaking change. |
This reverts commit f5f6435.
…obsolete-ExchangeAlgorithmType-CipherAlgorithmType-HashAlgorithmType
…obsolete-ExchangeAlgorithmType-CipherAlgorithmType-HashAlgorithmType
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Removing no-merge as this was specifically postponed to 10.0. |
…AlgorithmType-HashAlgorithmType
…AlgorithmType-HashAlgorithmType
Blocked on #106599 |
…AlgorithmType-HashAlgorithmType
…hangeAlgorithmType-CipherAlgorithmType-HashAlgorithmType
…Type and their usage (dotnet#105875) * Obsolete KeyExchangeAlgorithm, KeyExchangeStrength, CipherAlgorithm, CipherAlgorithmStrength, HashAlgorithm and HashStrength properties of SslStream. * Fix build of S.N.S * Tentatively unobsolete enum types * Revert "Tentatively unobsolete enum types" This reverts commit f5f6435. * Obsolete other usages of enums * 9.0 * Suppressions * Change #ifdef checks to 10.0 * Update compatibility suppressions * Regenerated suppresions * Fix build --------- Co-authored-by: wfurt <tweinfurt@yahoo.com>
…Type and their usage (dotnet#105875) * Obsolete KeyExchangeAlgorithm, KeyExchangeStrength, CipherAlgorithm, CipherAlgorithmStrength, HashAlgorithm and HashStrength properties of SslStream. * Fix build of S.N.S * Tentatively unobsolete enum types * Revert "Tentatively unobsolete enum types" This reverts commit f5f6435. * Obsolete other usages of enums * 9.0 * Suppressions * Change #ifdef checks to 10.0 * Update compatibility suppressions * Regenerated suppresions * Fix build --------- Co-authored-by: wfurt <tweinfurt@yahoo.com>
Implements #100361.
This PR obsoletes
And leaves TlsCipherSuite SslStream.NegotiatedCipherSuite as the only source of truth.