tinc-gui: Reformat codebase according to PEP8
[tinc] / src / openssl /
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-26 Guus SliepenRemove AES-GCM support.
2014-12-26 Guus SliepenWe don't depend on ECDH functions from OpenSSL anymore.
2014-12-25 Guus SliepenMerge remote-tracking branch 'groxxda/gui-fixes' into 1.1
2014-12-24 Guus SliepenFix memory leaks found by Valgrind.
2014-12-24 Guus SliepenAvoid using OpenSSL's random number functions.
2014-02-26 Guus SliepenRewind the file before trying to use PEM_read_RSA_PUBKEY().
2013-10-15 Guus SliepenFix sending empty SPTPS records.
2013-10-12 Guus SliepenUse AES-256-GCM for the SPTPS protocol.
2013-09-15 Guus SliepenAvoid using BIOs.
2013-08-30 Guus SliepenFix CTR mode.
2013-08-13 Guus SliepenDon't typedef the same struct in two header files.
2013-05-11 Guus SliepenFix potential NULL pointer dereferences.
2013-05-10 Guus SliepenAdd a few more checks and warnings in the crypto functions.
2013-05-10 Guus SliepenFix warnings for functions marked __attribute((warn_unu...
2013-05-01 Guus SliepenRename xmalloc_and_zero() to xzalloc().
2013-05-01 Guus SliepenUse conditional compilation for cryptographic functions.
2012-10-14 Guus SliepenUpdate copyright notices.
2012-10-10 Guus SliepenFix whitespace.
2012-10-09 Guus SliepenFix memory leaks found by valgrind.
2012-09-30 Guus SliepenMerge branch 'master' into 1.1
2012-07-27 Guus SliepenMerge branch 'master' into 1.1
2012-07-14 Guus SliepenMerge branch 'master' into 1.1
2012-06-26 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-04-15 Sven-Haegar Kochecdh & ecdsa: avoid some possible memory leaks in error...
2012-03-26 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-03-25 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-03-18 Guus SliepenAllow CTR mode counter to be set to a specific value.
2012-03-08 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-26 Guus SliepenAllow log messages to be captured by tincctl.
2012-02-26 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-25 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-23 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-22 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-21 Guus SliepenRemove useless warning about signature length being...
2012-02-21 Guus SliepenUse only one hash algorithm (SHA512) in the PRF.
2011-12-26 Guus SliepenFix compiler warnings.
2011-10-06 Guus SliepenAdd counter mode encryption.
2011-07-24 Guus SliepenStart of "Simple Peer-To-Peer Security" protocol.
2011-07-20 Guus SliepenDon't abort() on low-level crypto errors, just return...
2011-07-16 Guus SliepenUse ECDSA to sign ECDH key exchange for UDP session...
2011-07-13 Guus SliepenRemove unnecessary variables and functions.
2011-07-10 Guus SliepenAutomatically exchange ECDSA keys and upgrade to new...
2011-07-10 Guus SliepenFree ECDSA and RSA structures when freeing a connection_t.
2011-07-08 Guus SliepenHash input before signing it with ECDSA.
2011-07-07 Guus SliepenImplement ECDSA sign and verify operations.
2011-07-04 Guus SliepenRound up the size of the secret parts after splitting...
2011-07-03 Guus SliepenAdd ECDSA key import.
2011-07-03 Guus SliepenHave tincctl generate ECDSA keys.
2011-07-03 Guus SliepenAdd ECDSA key generation.
2011-07-03 Guus SliepenCleanups in ECDH code.
2011-07-03 Guus SliepenNo need to keep around pointers to EC_GROUP.
2011-07-03 Guus SliepenUse PRF.
2011-07-03 Guus SliepenAdd PRF to derive key material from the ECDH shared...
2011-07-03 Guus SliepenSupport ECDH key exchange.
2011-06-27 Guus SliepenPreliminary implementation of Elliptic Curve Diffie...
2011-06-24 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2011-06-06 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2011-05-28 Sven-Haegar Kochsparse fixup: warning: non-ANSI function declaration...
2011-05-09 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2010-11-19 Guus SliepenMerge branch 'master' into 1.1
2010-11-12 Guus SliepenMerge branch 'master' into 1.1
2010-04-17 Guus SliepenAdd missing return statement.
2010-04-17 Guus SliepenMerge branch 'master' into 1.1
2010-03-26 Sven-Haegar KochMerge branch 'master' into 1.1
2009-12-18 Guus SliepenFix packet authentication.
2009-12-11 Guus SliepenMerge branch 'master' into 1.1
2009-11-02 Guus SliepenMerge branch 'master' into 1.1
2009-09-29 Guus SliepenUpdate FSF address in files not covered by the merge.
2009-09-29 Guus SliepenDrop localisation and checkpoint tracing in files not...
2009-09-29 Guus SliepenMerge branch 'master' into 1.1
2009-09-16 Guus SliepenMerge branch 'master' into 1.1
2009-06-06 Guus SliepenHandle truncated message authentication codes.
2009-06-05 Guus SliepenMerge branch 'master' into 1.1
2009-03-09 Guus SliepenMerge branch 'master' into 1.1
2008-12-14 Guus SliepenMove RSA key generation into the wrappers.
2007-07-20 Scott Lambconst correctness
2007-05-23 Guus SliepenFinish crypto wrapping. Also provide wrappers for OpenSSL.