diff options
Diffstat (limited to 'wolfutil.pkg/control')
-rw-r--r-- | wolfutil.pkg/control | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/wolfutil.pkg/control b/wolfutil.pkg/control new file mode 100644 index 0000000..bd12835 --- /dev/null +++ b/wolfutil.pkg/control @@ -0,0 +1,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". |