Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 ↵ | Matthias Schiffer | |
ENABLE_OPENSSL | |||
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 | |
Not a single implementation was using them... | |||
2013-11-29 | Compile with -std=c99 and restructure some code to ensure there is no ↵ | Matthias Schiffer | |
invalid aliasing (hopefully) | |||
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 | |