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

Support various TLS methods (e.g. rustls) #1036

Merged
merged 1 commit into from
Sep 18, 2023

Conversation

awnion
Copy link
Contributor

@awnion awnion commented Sep 18, 2023

Instead of being forced to use native-tls (aka openssl). Could you consider adding support for other TLS methods?

For example, this PR is designed so that everyone who uses ton_client without features will have the same result as before.

At the same time, new behavior can be easily achieved via e.g.:

[dependencies.ton_client]
git = 'https://github.com/tonlabs/ever-sdk.git'
default-features = false
features = ['std', 'rustls-tls-webpki-roots']
package = 'ton_client'

@AlexeyVavilin AlexeyVavilin merged commit bd36778 into everx-labs:1.45.0-rc Sep 18, 2023
1 check passed
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.

2 participants