Initial commit

pull/1/head
Chris Conlon 2014-06-27 15:50:13 -06:00
commit d93daaae28
2 changed files with 27 additions and 0 deletions

23
.gitignore vendored 100644
View File

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

4
README.md 100644
View File

@ -0,0 +1,4 @@
wolfssl-examples
================
Example applications using the CyaSSL lightweight SSL/TLS library