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

Secure tunnel v3 #84

Merged
merged 51 commits into from
Apr 19, 2023
Merged

Secure tunnel v3 #84

merged 51 commits into from
Apr 19, 2023

Conversation

sbSteveK
Copy link
Contributor

@sbSteveK sbSteveK commented Mar 8, 2023

Adding Connection IDs to Secure Tunnel

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

source/secure_tunneling.c Outdated Show resolved Hide resolved
source/secure_tunneling.c Show resolved Hide resolved
source/secure_tunneling.c Show resolved Hide resolved
source/secure_tunneling.c Show resolved Hide resolved
source/secure_tunneling.c Outdated Show resolved Hide resolved
source/secure_tunneling.c Show resolved Hide resolved
source/secure_tunneling_operations.c Show resolved Hide resolved
source/secure_tunneling_operations.c Show resolved Hide resolved
include/aws/iotdevice/private/secure_tunneling_impl.h Outdated Show resolved Hide resolved
include/aws/iotdevice/private/secure_tunneling_impl.h Outdated Show resolved Hide resolved
source/secure_tunneling_operations.c Show resolved Hide resolved
include/aws/iotdevice/private/serializer.h Show resolved Hide resolved
include/aws/iotdevice/secure_tunneling.h Outdated Show resolved Hide resolved
source/secure_tunneling_operations.c Show resolved Hide resolved
source/secure_tunneling.c Outdated Show resolved Hide resolved
Copy link
Contributor

@TwistedTwigleg TwistedTwigleg 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 to me!

There was only one super trivial nitpick but it can be skipped if you want, as it's just a super minor comment change.

@@ -67,7 +67,7 @@ enum aws_secure_tunnel_message_type {

/**
* ConnectionReset messages convey that the connection has ended, either in error, or closed intentionally for the
* tunnel peer.
* tunnel peer. These should not be manually sent from either Destination or Source clients.
Copy link
Contributor

@TwistedTwigleg TwistedTwigleg Apr 7, 2023

Choose a reason for hiding this comment

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

Nitpick: If this is for testing only, which I think was mentioned in the struct/enum for reset, I'd add a note about it here too. Something like "This is only used for testing internally" or something, so the customer knows that they should never expect to see this in a real world application.

sbSteveK and others added 5 commits April 11, 2023 10:22
* added jitter for reconnecting

* remove some logging from websocket request headers
* added ability to pass in tls options

* dns ping reduction

* builder v0.9.38
* added ability to pass in tls options

* dns ping reduction

* builder v0.9.38
@sbSteveK sbSteveK merged commit 0f98a14 into main Apr 19, 2023
@sbSteveK sbSteveK deleted the secure-tunnel-v3 branch April 19, 2023 21:50
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.

3 participants