bitcoindevkit / bitcoindevkit/rust-electrum-client

deps(rustls+openssl): re-export rustls and openssl dependencies ?

Open
#162 0 comments 0 reactions 0 assignees View on GitHub
documentation new feature question
Dominant language
Rust
Stars
89
Forks
82
Avg merge
2d 3h
Merged PRs (30d)
1

Description

As mentioned in a discord discussion, a user relying on the `use-rustls` feature needs to also depend on `rustls` dependency making sure to match the dependency version, to properly use `rust-electrum-client` with `rustls`, as it relies on a `CryptoProvider` implementation.

Alongside that there's a lack of documentation regarding the proper usage of this project with `use-rustls` and `CryptoProvider` inner workings.

It can be solved by using the `use-rustls-ring` feature, however, it'd be easier if the users had access to a re-exported version of the `rustls`.

Also, does that also applies for `openssl` one ?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.