index
:
fastd
master
Fast and Secure Tunnelling Daemon
Matthias Schiffer <mschiffer@universe-factory.net>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
crypto
/
cipher
/
aes128_ctr
/
openssl
Age
Commit message (
Expand
)
Author
2017-05-19
cipher: aes128-ctr: openssl: fix compatiblity with OpenSSL 1.1
Matthias Schiffer
2016-02-22
Update copyright years
Matthias Schiffer
2015-03-24
Make build dependencies more configurable
Matthias Schiffer
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