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

SslStream delayed client certificate with TLS 1.3 on Linux #55757

Closed
wfurt opened this issue Jul 15, 2021 · 1 comment · Fixed by #64268
Closed

SslStream delayed client certificate with TLS 1.3 on Linux #55757

wfurt opened this issue Jul 15, 2021 · 1 comment · Fixed by #64268
Labels
area-System.Net.Security enhancement Product code improvement that does NOT require public API changes/additions os-linux Linux OS (any supported distro)
Milestone

Comments

@wfurt
Copy link
Member

wfurt commented Jul 15, 2021

#54692 added support for NegotiateClientCertificateAsync on Linux with Tis 1.2 or bellow. For Windows al the code is shared between Tis 1.2 and 1.3 but on Linux it is different set of APIs besause underlying mechanism is different (e.g. PHA)

related to #49346

@wfurt wfurt added area-System.Net.Security os-linux Linux OS (any supported distro) labels Jul 15, 2021
@wfurt wfurt added this to the 7.0.0 milestone Jul 15, 2021
@ghost
Copy link

ghost commented Jul 15, 2021

Tagging subscribers to this area: @dotnet/ncl, @vcsjones
See info in area-owners.md if you want to be subscribed.

Issue Details

#54692 added support for NegotiateClientCertificateAsync on Linux with Tis 1.2 or bellow. For Windows al the code is shared between Tis 1.2 and 1.3 but on Linux it is different set of APIs besause underlying mechanism is different (e.g. PHA)

related to #49346

Author: wfurt
Assignees: -
Labels:

area-System.Net.Security, os-linux

Milestone: 7.0.0

@dotnet-issue-labeler dotnet-issue-labeler bot added the untriaged New issue has not been triaged by the area owner label Jul 15, 2021
@karelz karelz added enhancement Product code improvement that does NOT require public API changes/additions and removed untriaged New issue has not been triaged by the area owner labels Jul 15, 2021
@rzikm rzikm self-assigned this Jan 21, 2022
@ghost ghost added the in-pr There is an active PR which will close this issue when it is merged label Jan 25, 2022
@ghost ghost removed the in-pr There is an active PR which will close this issue when it is merged label Feb 9, 2022
@rzikm rzikm removed their assignment Feb 14, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Mar 16, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-System.Net.Security enhancement Product code improvement that does NOT require public API changes/additions os-linux Linux OS (any supported distro)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants