Added crypto.hpp for convenient C++ wrappings for commonly used OpenSSL functions

This commit is contained in:
eidheim 2016-12-20 12:21:38 +01:00
commit 5c5a1f78b2
4 changed files with 214 additions and 0 deletions

1
.gitignore vendored
View file

@ -15,3 +15,4 @@ http_examples
https_examples
io_test
parse_test
crypto_test