Lines Matching +full:rustls +full:- +full:version
1 <!--
4 SPDX-License-Identifier: curl
5 -->
7 # Rustls
9 [Rustls is a TLS backend written in Rust](https://docs.rs/rustls/). Curl can
11 the [rustls-ffi C bindings](https://github.com/rustls/rustls-ffi/). This
12 version of curl depends on version v0.13.0 of rustls-ffi.
14 # Building with rustls
18 Next, check out, build, and install the appropriate version of rustls-ffi:
20 % git clone https://github.com/rustls/rustls-ffi -b v0.13.0
21 % cd rustls-ffi
23 % make DESTDIR=${HOME}/rustls-ffi-built/ install
25 Now configure and build curl with rustls:
29 % autoreconf -fi
30 % ./configure --with-rustls=${HOME}/rustls-ffi-built