Age | Commit message (Expand) | Author |
---|---|---|
2015-01-14 | Update copyright years | Matthias Schiffer |
2014-08-24 | Coding style: always add a space between a pointer's type and the * | Matthias Schiffer |
2014-08-02 | Introduce and use alloc helpers | Matthias Schiffer |
2014-06-28 | Fix build with ENABLE_OPENSSL | Matthias Schiffer |
2014-05-29 | Document *everything* | Matthias Schiffer |
2014-03-14 | Adjust copyright years | Matthias Schiffer |
2014-03-13 | Rename USE_LIBSODIUM and USE_OPENSSL cmake flags to ENABLE_LIBSODIUM and ENAB... | Matthias Schiffer |
2013-11-30 | Make the crypto implementations independent of fastd.h (and fix more minor bugs) | Matthias Schiffer |
2013-11-30 | Remove cipher and MAC contexts | Matthias Schiffer |
2013-11-29 | Compile with -std=c99 and restructure some code to ensure there is no invalid... | Matthias Schiffer |
2013-11-27 | Allow checking if a crypto algorithm is available at runtime | Matthias Schiffer |
2013-11-27 | Add OpenSSL-based aes128-ctr implementation | Matthias Schiffer |