-
Notifications
You must be signed in to change notification settings - Fork 948
Add TLS/SSL backend: Windows Schannel #3867
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
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
e7e4ace
Initial version (Working: connect, send/recv. Not working: param sett…
nanangizz bb5853a
Add getting cipher & cert info
nanangizz e57d4a8
Mem management: use preallocated send buffer instead of relying on sy…
nanangizz 8cafc33
Implement TLS certificate setting: read cert from OS cert store.
nanangizz 3245fed
Enable TLS protocol version setting, handling error code mapping & pr…
nanangizz 0095be7
Add manual verification result, fix bug in setting up TLS protocol ve…
nanangizz 68e5650
Minors: add comments about pj_status_t & SECURITY_STATUS mapping, cos…
nanangizz 76fe133
Update certificate settings, fix setting TLS protocol version
nanangizz aed522b
Fix compile error on non-Windows
nanangizz 7e87d3c
Slight modifications in TLS cert settings in PJSIP TLS transport & PJ…
nanangizz fcb55f5
Retry using SCHANNEL_CRED when using SCH_CREDENTIALS fails.
nanangizz 5b31f80
Implement TLS renego (experimental).
nanangizz 8fec190
Update PJLIB SSL socket test for Schannel backend.
nanangizz f044db6
Add ssl_sock_schannel.c to PJLIB project (vs14)
nanangizz 51379b9
Modifications based on comments
nanangizz 2d55fba
Update ci-win.yml
nanangizz 9f50c22
Update ci-win.yml
nanangizz 30a23a5
Update SSL socket test: disable cert lookup by default.
nanangizz e9d470b
Merge branch 'schannel' of https://github.com/pjsip/pjproject into sc…
nanangizz 43cc47a
Update ci-win.yml
nanangizz ae1c9ec
Shorten docs of certificate lookup on various places (missing commit).
nanangizz d9e2552
Merge branch 'schannel' of https://github.com/pjsip/pjproject into sc…
nanangizz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.