-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[release/6.0][Android] Fix SslStream on legacy Android API levels #79277
[release/6.0][Android] Fix SslStream on legacy Android API levels #79277
Conversation
Tagging subscribers to this area: @dotnet/ncl, @vcsjones Issue DetailsBackport of #78849 and #78918 to release/6.0 /cc @steveisok Customer ImpactThese fixes address issues reported by our customers (#78715, #78716). Testing
RiskLow.
|
Tagging subscribers to 'arch-android': @steveisok, @akoeplinger Issue DetailsBackport of #78849 and #78918 to release/6.0 /cc @steveisok Customer ImpactThese fixes address issues reported by our customers (#78715, #78716) when using Testing
RiskLow.
|
@simonrozsival can you please get a code review sign-off? Also, can you please investigate the CI results and determine if they are related or not? |
/azp run runtime,runtime-staging |
Azure Pipelines successfully started running 2 pipeline(s). |
CI test failures are unrelated to this PR. |
Approved by Tactics (6.0.14). |
Backport of #78849 and #78918 to release/6.0
/cc @steveisok
Supersedes #79039
Customer Impact
These fixes address issues reported by our customers (#78715, #78716) when using
SocketsHttpHandler
.NET declares support for Android API versions 21+ and these changes fix the SslStream class on API 21-26.
Testing
Risk
Low.