Commit 84fd91e
committed
Expose additional TLS backends for
Recently, `rustls` introduced a new default crypto provider in
`aws-lc-rc`. Since there have been reports on this new provider not
building properly on certain platforms `electrum-client` introduced
additional features allowing the user to configure what backend to use
for TLS.
Here, we simply re-expose these features to our users, which also
mirrors what we do for Esplora already.electrum-client via features1 parent 14da3cb commit 84fd91e
1 file changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
23 | 28 | | |
24 | 29 | | |
25 | 30 | | |
| |||
28 | 33 | | |
29 | 34 | | |
30 | 35 | | |
31 | | - | |
| 36 | + | |
32 | 37 | | |
33 | 38 | | |
34 | 39 | | |
| |||
0 commit comments