tomusdrw / rust-web3

Ethereum JSON-RPC multi-transport client. Rust implementation of web3 library. ENS address: rust-web3.eth
MIT License
1.46k stars 469 forks source link

Add support for rustls websocket connection as feature `ws-rustls-tokio` #687

Closed alexheretic closed 11 months ago

alexheretic commented 1 year ago

Add feature ws-rustls-tokio as an alternative to ws-tls-tokio. This allows avoiding openssl similar to the existing http-rustls-tls feature.

As a new additional feature this is a non-breaking change.

alexheretic commented 1 year ago

Hey @tomusdrw this would be useful for avoiding openssl, wdyt?

alexheretic commented 1 year ago

@tomusdrw I've updated the tokio-rustls & webpki-roots dependencies. Should be ready to go now.

alexheretic commented 11 months ago

I've updated to the latest rustls. Merge?

alexheretic commented 4 months ago

Any chance we could get a new release with this feature?