blob: bd12835a5f28b63956731d9e3b3dc03674bef924 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
Architecture: any
Platform: all
Section: util
Depends: ${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".
|