summaryrefslogtreecommitdiff
path: root/src/cipher.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | fixed key length for cipher
* 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
| | | | | | further improved selection of crypto lib
* 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
| | | | | | started to add role support to key derivation
* 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
| | | | | | fixed key derivation rate bug
* 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
| | | | | | NOTE: with NO_LIBGMP the cipher and the keyderivation don't work until now
* some cleanup @ cipher, auth_algo and key derivationChristian Pointner2009-01-031-43/+60
|
* added auth algoChristian Pointner2009-01-031-11/+18
| | | | | | | tested with anytun an ANYTUN_02_COMPAT set switched defaults for kd-prf, cipher and auth algo to use crypto
* 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
| | | | | | | note this is no longer compatible to anytun and currently not compliant to the rfc (but probably will)
* some cleanup at key derivationChristian Pointner2009-01-021-51/+53
| | | | | | cipher supports now multiple key lengths and uses key derivation directly
* added key derivation - not tested yetChristian Pointner2009-01-011-0/+8
|
* fixed build on OpenBSDChristian Pointner2009-01-011-4/+6
| | | | | | fixed memory errors with key and salt handling
* 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
| | | | | | TODO: key derivation
* 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