-
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
[release/7.0][Android] Fix SslStream on legacy Android API levels #79280
[release/7.0][Android] Fix SslStream on legacy Android API levels #79280
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/7.0 /cc @steveisok Customer ImpactThese fixes address issues reported by our customers (#78715, #78716) when using Testing
RiskLow.
|
@elinor-fung @steveisok can you please sign-off? |
Approved by Tactics for 7.0.3. |
Backport of #78849 and #78918 to release/7.0
/cc @steveisok
Supersedes #79040
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.