Add stricter checks for netnames.
[tinc] / src / gcrypt /
2016-04-11 Guus SliepenRemove elliptic curve stubs from gcrypt/, add PRF imple...
2013-05-01 Guus SliepenUse conditional compilation for cryptographic functions.
2012-10-14 Guus SliepenUpdate copyright notices.
2012-10-10 Guus SliepenFix whitespace.
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-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-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
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 KochRemoved two newlines from the end of log messages which...
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 SliepenMerge branch 'master' into 1.1
2010-03-26 Sven-Haegar KochMerge branch 'master' into 1.1
2009-12-19 Guus SliepenDo not use hardcoded cipher block length when padding.
2009-12-19 Guus SliepenFix alignment of results of RSA operations when using...
2009-12-19 Guus SliepenFix reading raw RSA keys with libgcrypt.
2009-12-19 Guus SliepenReinitialise block cipher IV each time we encrypt a...
2009-12-19 Guus SliepenFix block cipher padding when using libgcrypt.
2009-12-18 Guus SliepenFix packet authentication.
2009-12-11 Guus SliepenMerge branch 'master' into 1.1
2009-11-04 Guus SliepenHandle PKCS#5 padding in the gcrypt backend.
2009-11-04 Guus SliepenHandle truncated message authentication codes with...
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-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-09-04 Guus SliepenSmall fixes to make gcrypt routines compile.
2007-07-20 Scott Lambconst correctness
2007-05-23 Guus SliepenFinish crypto wrapping. Also provide wrappers for OpenSSL.