commit d93daaae282c2888661ec06b41ce6a967bbaad26 Author: Chris Conlon Date: Fri Jun 27 15:50:13 2014 -0600 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..4d40434d --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ +# Object files +*.o +*.ko +*.obj +*.elf + +# Libraries +*.lib +*.a + +# Shared objects (inc. Windows DLLs) +*.dll +*.so +*.so.* +*.dylib + +# Executables +*.exe +*.out +*.app +*.i*86 +*.x86_64 +*.hex diff --git a/README.md b/README.md new file mode 100644 index 00000000..519f6362 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +wolfssl-examples +================ + +Example applications using the CyaSSL lightweight SSL/TLS library