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

Tls1.3 win update #676

Draft
wants to merge 164 commits into
base: main
Choose a base branch
from
Draft

Tls1.3 win update #676

wants to merge 164 commits into from

Conversation

bretambrose
Copy link
Contributor

@bretambrose bretambrose commented Sep 25, 2024

Support TLS 1.3 on Windows when mTLS is used.

Other changes:

  • Use persistent key container for RSA keys.
  • Implement local TLS server for tests.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@sfod sfod marked this pull request as ready for review December 10, 2024 00:48
tests/tls_handler_test.c Outdated Show resolved Hide resolved
Copy link
Contributor

@sbSteveK sbSteveK left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good but I think we should probably make the change to status to be clearer about what's going on and what result is being checked. It doesn't appear like we'd run into a fall-through where the result of a previous status is being inappropriately checked but I'm not familiar enough with Windows TLS function to be certain. I'll leave that discretion up to you.

@sfod sfod marked this pull request as draft December 16, 2024 20:10
@sfod
Copy link
Contributor

sfod commented Dec 16, 2024

I converted this PR to draft, so it's not accidentally merged before it gets an approval from security

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fail of the AcquireCredentialsHandleA for TLS 1.3
7 participants