summaryrefslogtreecommitdiff
path: root/src/auth_algo.c
Commit message (Collapse)AuthorAgeFilesLines
* 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 auth tag with nettle (not tested yet)Christian Pointner2014-06-211-12/+14
|
* added defines for nettle as crypto libChristian Pointner2014-06-211-4/+18
| | | | | | further improved selection of crypto lib
* refactored crypto lib selectionChristian Pointner2014-06-211-21/+21
|
* fixed typo in descriptionChristian Pointner2014-06-211-1/+1
|
* merged most changes from rail branch to trunkChristian Pointner2014-06-081-14/+14
|
* updated copyright yearChristian Pointner2010-02-111-1/+1
|
* switched to GPLv3 or higherChristian Pointner2009-10-281-2/+3
|
* removed ld_kdr and key store Christian Pointner2009-03-161-6/+6
| | | | | | started to add role support to key derivation
* added command line option for auth tag lengthChristian Pointner2009-03-131-9/+22
|
* added extended logging supportChristian Pointner2009-02-231-10/+10
|
* cleaned file header Christian Pointner2009-02-041-7/+7
|
* cleanupChristian Pointner2009-01-221-4/+2
|
* fixed packet length errors Christian Pointner2009-01-161-1/+1
|
* Release 0.2.1rel-0.2.1v0.2.1Christian Pointner2009-01-141-30/+16
| | | | | | fixed key derivation rate bug
* change dual kd to single kd with 2 key storagesChristian Pointner2009-01-141-8/+8
|
* fixed auth_algo length checkChristian Pointner2009-01-141-2/+1
|
* small improvement auth_algoChristian Pointner2009-01-141-1/+7
|
* minor cleanupsChristian Pointner2009-01-071-2/+2
|
* added libssl crypto based auth algo HMAC-Sha1Christian Pointner2009-01-051-3/+40
|
* cleaned up auth algoChristian Pointner2009-01-041-17/+33
|
* removed useless gcry_strsource outputChristian Pointner2009-01-041-3/+3
|
* some cleanup @ cipher, auth_algo and key derivationChristian Pointner2009-01-031-31/+22
|
* added auth algoChristian Pointner2009-01-031-0/+245
tested with anytun an ANYTUN_02_COMPAT set switched defaults for kd-prf, cipher and auth algo to use crypto