wolfssl-examples/clu
kaleb-himes 8a4b656ae9 use XMEMSET instead of memset for security 2015-04-27 13:49:19 -06:00
..
build-aux
config
include version.h and version.h.in added 2015-04-03 21:52:29 -06:00
m4
manpages
src use XMEMSET instead of memset for security 2015-04-27 13:49:19 -06:00
tests updated src/wolfsslMain.c to check ret values 2015-03-23 11:11:09 -06:00
.gitignore
Makefile.am
README.md
autogen.sh
configure.ac
dec.txt
enc.txt

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 cyassl 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

Thank you and have fun!