summaryrefslogtreecommitdiff
path: root/src/cipher.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for openssl 1.1.0.Christian Pointner2018-06-081-1/+2
* updated copyright headerChristian Pointner2017-01-041-1/+1
* updated copyright headerChristian Pointner2016-02-251-1/+1
* added exception to the license which allows linking against OpenSSLChristian Pointner2014-06-211-0/+13
* implemented key derivation in nettleChristian Pointner2014-06-211-1/+1
* implemented cipher with nettle (not tested yet)Christian Pointner2014-06-211-8/+11
* added defines for nettle as crypto libChristian Pointner2014-06-211-4/+20
* refactored crypto lib selectionChristian Pointner2014-06-211-13/+13
* fixed typo in descriptionChristian Pointner2014-06-211-1/+1
* merged most changes from rail branch to trunkChristian Pointner2014-06-081-21/+19
* added clang supportChristian Pointner2012-09-251-4/+2
* updated copyright yearChristian Pointner2010-02-111-1/+1
* switched to GPLv3 or higherChristian Pointner2009-10-281-2/+3
* removed anytun02 compat modeChristian Pointner2009-04-071-7/+1
* removed ld_kdr and key store Christian Pointner2009-03-161-6/+6
* added extended logging supportChristian Pointner2009-02-231-13/+13
* added runtime switch for anytun 0.2 crypto compabilityChristian Pointner2009-02-181-5/+6
* cleaned file header Christian Pointner2009-02-041-7/+7
* Release 0.2.1rel-0.2.1v0.2.1Christian Pointner2009-01-141-20/+11
* change dual kd to single kd with 2 key storagesChristian Pointner2009-01-141-9/+9
* small cleanupChristian Pointner2009-01-141-2/+2
* removed silly anytun 02 compat handlingChristian Pointner2009-01-051-11/+3
* added ssl-crypto based implementation of cipherChristian Pointner2009-01-051-5/+26
* removed useless gcry_strsource outputChristian Pointner2009-01-041-5/+5
* removed Christian Pointner2009-01-041-74/+11
* added libgmp free calc ctr implementation to cipherChristian Pointner2009-01-041-8/+22
* get rid of some mallocs and mpz_inits at cipherChristian Pointner2009-01-041-43/+81
* added NO_LIBGMP and NO_CRYPT to build a daemon without cryptosupportChristian Pointner2009-01-041-9/+26
* some cleanup @ cipher, auth_algo and key derivationChristian Pointner2009-01-031-43/+60
* added auth algoChristian Pointner2009-01-031-11/+18
* added define for anytun compatChristian Pointner2009-01-021-4/+7
* changed to anytun compatible versionChristian Pointner2009-01-021-4/+4
* some improvements in key derivationChristian Pointner2009-01-021-12/+14
* some cleanup at key derivationChristian Pointner2009-01-021-51/+53
* added key derivation - not tested yetChristian Pointner2009-01-011-0/+8
* fixed build on OpenBSDChristian Pointner2009-01-011-4/+6
* changed ugly salt 0 msb workaround to a mor sophisticated solutionChristian Pointner2009-01-011-2/+8
* added aes-ctr cipherChristian Pointner2009-01-011-22/+131
* removed useless malloc for cipher_tChristian Pointner2008-12-311-22/+17
* processing of device packets works now (null cipher and no auth algo)Christian Pointner2008-12-281-11/+11
* fixed build ;)Christian Pointner2008-12-281-1/+1
* some cleanupChristian Pointner2008-12-281-2/+6
* added cipher (net tested yet)Christian Pointner2008-12-281-0/+175