|
||
---|---|---|
.. | ||
build-aux | ||
config | ||
include | ||
m4 | ||
manpages | ||
src | ||
tests | ||
.gitignore | ||
Makefile.am | ||
README.md | ||
autogen.sh | ||
configure.ac |
README.md
This is the wolfSSL: Command Line Utility (wolfssl CLU). To use this feature, please configure wolfssl with the following line:
''' ./configure --enable-pwdbased --enable-opensslextra '''
The pwdbased is for password based encryption allowing the user to specify a unique password known only to him/her self and the recipient of the encrypted file.
The opensslextra provides utility for a hex to binary conversion of hexidecimal values.
other features that can be included when configuring wolfssl for encryption or decryption are:
--enable-camellia
--enable-des3
--enable-blake2
--enable-sha512
--enable-fortress
then run "./configure", "make", and "make install" before using wolfssl CLU
After wolfssl is properly installed, to install wolfssl CLU: In the clu directory (wolfssl-examples/clu) enter the following commands: ./autogen.sh ./configure make sudo make install
Now you should be able to use the wolfssl command line tool. To verify type: wolfssl -h
If everything worked, you should see the wolfssl help page.
Thank you and have fun!