-
Notifications
You must be signed in to change notification settings - Fork 17
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
Add TLS support #288
Add TLS support #288
Conversation
…ecitem_bindings
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.
The binding looks good to me. Just I'm a little confused about how the label works. Does the label a requirement for set up the tls options? Or does the makeTLS function only "import" the certificates but does not set it ...?
The label is optional if the user wants to apply their own human-readable label to the certificate and private key being imported into the keychain. Default values are set in aws-c-io. |
Bindings for TLS support
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.