Merge branch 'master' of github.com:wolfSSL/wolfssl-examples

pull/2/head
kaleb-himes 2015-03-18 08:21:22 -06:00
commit 9e81fde117
1 changed files with 15 additions and 0 deletions

View File

@ -10,6 +10,21 @@ contains a Makefile as well as a simple tutorial on the given topic.
## Current Examples
#### clu (wolfSSL Command Line Utility)
This is a tool to provide command line access to wolfcrypt cryptographic libraries.
wolfSSL command line utility will allow users to encrypt or decrypt a user specified
file to any file name and extension.
Please see the README.md in clu/ for further usage and details.
###### Unique feature to wolfSSL CLU
The decision to allow for unique file extensions was prompted by automated tools
available for brute forcing files. It will not provide extra security cryptographically
however it will force attackers to check the header information on every single brute
force attempt. This will provide further frustration and an extra step in any attempt
to brute force a file encrypted with our utility.
#### DTLS (Datagram TLS)
This directory contains examples of using DTLS, with client and server