Ensure all parameters have names in header files.
[oweals/tinc.git] / src / cipher.h
2017-11-06 Guus SliepenEnsure all parameters have names in header files.
2017-10-07 Guus SliepenReformat all code using astyle.
2017-10-07 Guus SliepenUpdate all header guards.
2016-10-30 Guus SliepenEnforce maximum amount of bytes sent/received on meta...
2016-10-30 Guus SliepenUse AES256 and SHA256 by default for the legacy protocol.
2015-03-14 Guus SliepenMerge remote-tracking branch 'seehuhn/1.1' into 1.1
2015-01-10 Guus SliepenCorrectly estimate the initial MTU for legacy packets.
2014-12-29 Guus SliepenAllow tinc to be compiled without OpenSSL.
2014-12-26 Guus SliepenRemove AES-GCM support.
2013-10-12 Guus SliepenUse AES-256-GCM for the SPTPS protocol.
2013-05-10 Guus SliepenAdd __attribute__((warn_unused_result)) to crypto funct...
2013-05-10 Guus SliepenAdd more __attribute__((malloc)) where appropriate.
2013-05-01 Guus SliepenAdd generic crypto headers.
2007-05-23 Guus SliepenFinish crypto wrapping. Also provide wrappers for OpenSSL.
2007-05-22 Guus SliepenSome more crypto wrapper functions are needed.
2007-05-22 Guus SliepenCreate wrappers for the cryptographic operations used...