-
Notifications
You must be signed in to change notification settings - Fork 35
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
Set cacertfile in tls ctx #251
Conversation
Pull Request Test Coverage Report for Build 7280780192
💛 - Coveralls |
uses: coverallsapp/github-action@v2 | ||
with: | ||
github-token: ${{ secrets.GITHUB_TOKEN }} | ||
flag-name: run-c-lcov-feature |
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.
Just curiosity: is this flag defined somewhere in the codebase? I didn't find it. 🙈
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.
Just a name, let coverall knows it is different subtask or parallel job
c0af21f
to
3c1d892
Compare
fix #250
This is new feature in msquic 2.2.
Before this change certificate (chain) validation was done in the callback (quicer) , now it is done in TLS.
QUICER_USE_TRUSTED_STORE
We used to have trusted store cache in listener to speed up handshakes.