blob: c4ca8e60fb23b966c69108a56218b321006e01a6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
Architecture: any
Platform: all
Section: util
Depends: libwolfssl.24:${Host-Arch}, nss-certdata-server-auth, ${Shlib-Depends}
Description: Command-line TLS client utility
wolfutil is a command-line tool for the wolfSSL embedded (SSL/)TLS
library. It is similar to the OpenSSL command-line tool, providing only
a limited `s_client` TLS client command. The primary goal is to provide
enough functionality for use by BusyBox's wget applet.
.
wolfutil's `s_client` command is designed to be stronger by default than
OpenSSL's, as the latter is only meant to be a "diagnostic tool".
|