Thomas Gerbet
|
abdd388fa8
|
rustls-ffi: 0.9.2 -> 0.10.0
Changelog:
https://github.com/rustls/rustls-ffi/releases/tag/v0.10.0
|
2023-07-13 22:39:54 +02:00 |
|
Thomas Gerbet
|
74207b79f0
|
curl: add support for Rustls backend
No functional changes for the other TLS backend but it is now possible
to build curl with `rustls-ffi`.
```
> ./result-bin/bin/curl --version
curl 8.0.1 (x86_64-pc-linux-gnu) libcurl/8.0.1 rustls-ffi/0.9.2/rustls/0.20.8 zlib/1.2.13 brotli/1.0.9 zstd/1.5.4 libidn2/2.3.2 libssh2/1.10.0 nghttp2/1.51.0
Release-Date: 2023-03-20
Protocols: dict file ftp ftps gopher gophers http https imap imaps mqtt pop3 pop3s rtsp scp sftp smtp smtps telnet tftp
Features: alt-svc AsynchDNS brotli GSS-API HSTS HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz SPNEGO SSL threadsafe UnixSockets zstd
```
|
2023-04-02 12:00:30 +02:00 |
|
Thomas Gerbet
|
ce5b2e3773
|
apacheHttpd: add option to build experimental mod_tls
https://httpd.apache.org/docs/2.4/mod/mod_tls.html
Note: the attribute has been named `modTlsSupport` instead of
`tlsSupport` to try to limit the confusion with the existing
`sslSupport` attribute.
|
2023-03-28 18:00:35 +02:00 |
|
Thomas Gerbet
|
f757e6cc0a
|
rustls-ffi: init at 0.9.2
|
2023-03-26 13:48:18 +02:00 |
|