Commit graph

17 commits

Author SHA1 Message Date
eidheim
ed46b43fa7 Improved comments on public functions and variables as suggested in https://github.com/openjournals/joss-reviews/issues/1592#issuecomment-514946444 2019-07-26 09:28:20 +02:00
eidheim
0f8f1f515b Related to #150: added LIBRESSL_VERSION_NUMBER check to BIO_new_mem_buf in order to support libressl 2018-08-26 22:30:28 +02:00
eidheim
1552cdc11a Corrected OpenSSL version check. Related to https://github.com/eidheim/Simple-WebSocket-Server/issues/91 2017-12-11 18:41:30 +01:00
eidheim
c173ef5823 Updated TODO comment in crypto.hpp 2017-11-08 09:56:46 +01:00
eidheim
702a571451 Fixes compilation issue for Debian Jessie 2017-11-08 09:40:28 +01:00
eidheim
68f047ce8f crypto.hpp: replaced size_t with std::size_t 2017-10-29 09:40:50 +01:00
eidheim
64bd58e5da Fixes #149: added and resolved -Wsign-conversion warnings 2017-08-12 15:36:28 +02:00
eidheim
7dd2d2108a Added noexcept 2017-07-22 12:50:40 +02:00
eidheim
97dd36c33c Comment cleanup 2017-07-18 22:04:38 +02:00
eidheim
f746027d37 Added error checks to Base64 encode and decode 2017-06-30 19:55:16 +02:00
eidheim
e50d2fc63a Added .clang-format file and applied style to source files 2017-06-26 15:23:29 +02:00
eidheim
6cf3be082d Minor change to include guard in crypto.hpp 2017-06-23 07:14:22 +02:00
eidheim
ba4eec7ebe Created Utility.hpp and moved some code into this file. Also improved parse_query_string. 2017-06-22 12:08:56 +02:00
eidheim
92ddf86e15 Added stream versions of the Crypto:: hash functions for calculating hashes from for instance large files 2016-12-21 10:07:22 +01:00
eidheim
9e29d2d572 Added Crypto::pbkdf2 2016-12-20 16:17:00 +01:00
eidheim
2daf3836fc Renamed Crypto:: hash methods 2016-12-20 15:54:51 +01:00
eidheim
5c5a1f78b2 Added crypto.hpp for convenient C++ wrappings for commonly used OpenSSL functions 2016-12-20 12:21:38 +01:00