generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 23
Extend TLS Option #233
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
Closed
Closed
Extend TLS Option #233
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
0fc49d2
quick extendtion test
xiazhvera 1ca8214
add tls api for raw data
xiazhvera d7a4f5b
format
xiazhvera 1b42fa8
format
xiazhvera 56b3a80
formating
xiazhvera 99a5b0b
cleanup test framework
xiazhvera a8e89ba
update integ_test and target os
xiazhvera 2f7a372
fix param name
xiazhvera c0ef293
Merge branch 'apple_ci' of https://github.com/awslabs/aws-crt-swift i…
xiazhvera 1d34c7b
add tls test case
xiazhvera b2f2ca7
disable test
xiazhvera ea16ba9
Merge branch 'iot' of https://github.com/awslabs/aws-crt-swift into t…
xiazhvera 048c795
Merge branch 'iot' of https://github.com/awslabs/aws-crt-swift into t…
xiazhvera 12fccfb
Merge branch 'iot' of https://github.com/awslabs/aws-crt-swift into t…
xiazhvera 93a13df
fix rawdata
xiazhvera 28eaaf0
update raw data with helper function
xiazhvera 21f9f4b
update comments+enable test
xiazhvera 54bb4fa
use guard
xiazhvera a30132d
fix white space, add vertical align
xiazhvera cf71e38
update aws-c-io
xiazhvera 4b38fb5
improve cr
xiazhvera 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
Submodule aws-c-io
updated
22 files
| +39 −1 | .github/workflows/ci.yml | |
| +1 −1 | CMakeLists.txt | |
| +2 −0 | NOTICE | |
| +0 −31 | THIRD-PARTY-LICENSES.txt | |
| +1 −1 | builder.json | |
| +4 −0 | include/aws/io/channel.h | |
| +0 −12 | include/aws/io/tls_channel_handler.h | |
| +1 −1 | source/channel.c | |
| +58 −31 | source/darwin/darwin_pki_utils.c | |
| +9 −10 | source/darwin/secure_transport_tls_channel_handler.c | |
| +1 −1 | source/event_loop.c | |
| +1,734 −233 | source/pkcs11/v2.40/pkcs11.h | |
| +0 −939 | source/pkcs11/v2.40/pkcs11f.h | |
| +0 −2,003 | source/pkcs11/v2.40/pkcs11t.h | |
| +1 −1 | source/pkcs11_lib.c | |
| +0 −7 | source/pkcs11_private.h | |
| +1 −1 | source/posix/socket.c | |
| +1 −1 | source/windows/iocp/iocp_event_loop.c | |
| +5 −1 | source/windows/secure_channel_tls_handler.c | |
| +1 −0 | tests/CMakeLists.txt | |
| +7 −10 | tests/pkcs11_test.c | |
| +40 −6 | tests/tls_handler_test.c |
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.
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.
@availabledirective?Pros:
Cons: