summaryrefslogtreecommitdiff
path: root/lib/nettle/mac.c
Commit message (Expand)AuthorAgeFilesLines
* nettle: use the correct type for hash and MAC functionsNikos Mavrogiannopoulos2016-02-131-10/+11
* Avoid verbose loggingNikos Mavrogiannopoulos2013-12-161-1/+1
* FIPS140 mode is detected on run-time.Nikos Mavrogiannopoulos2013-12-091-16/+21
* In FIPS140-2 mode disable non-conformant ciphers, MAC and hash algorithms.Nikos Mavrogiannopoulos2013-11-271-9/+24
* Added zeroization of keys in several parts within gnutls.Nikos Mavrogiannopoulos2013-11-271-1/+6
* reindented codeNikos Mavrogiannopoulos2013-11-081-326/+312
* fail on wrong key sizesNikos Mavrogiannopoulos2013-05-191-4/+7
* Added umac-128Nikos Mavrogiannopoulos2013-05-031-2/+18
* eliminate the reset ability from hashesNikos Mavrogiannopoulos2013-04-271-11/+0
* Do not handle MAC reset separately. It is implied by nettle's output function.Nikos Mavrogiannopoulos2013-04-271-24/+0
* nettle 2.7 is requiredNikos Mavrogiannopoulos2013-04-131-13/+1
* renamed HAVE_UMAC -> HAVE_NETTLE27Nikos Mavrogiannopoulos2013-04-121-6/+6
* better naming of functionsNikos Mavrogiannopoulos2013-04-111-19/+19
* Updated UMAC code to use nettle's new implementationNikos Mavrogiannopoulos2013-04-111-17/+14
* The HMAC subsystem can now be used for other MAC algorithms, like UMAC. UMAC-...Nikos Mavrogiannopoulos2013-03-191-29/+83
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* hash copy no longer needed.Nikos Mavrogiannopoulos2012-02-201-22/+0
* Cleanup copyright headers.Simon Josefsson2012-01-251-1/+1
* Fix up some typos and obsolete commentsPatrick Pelletier2012-01-241-1/+1
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
* Only list algorithms if they are implemented.Nikos Mavrogiannopoulos2012-01-121-0/+35
* release allocated memory on a cipher or mac failure to initialize.Nikos Mavrogiannopoulos2011-11-091-1/+5
* Updates for padlock hashes in C7 nano. Requires a part of nettle to be included.Nikos Mavrogiannopoulos2011-10-051-16/+17
* optimizations in hmac.Nikos Mavrogiannopoulos2011-10-011-23/+17
* The hash_fast() and hmac_fast() functions can be registered as well to allowNikos Mavrogiannopoulos2011-10-011-21/+68
* operations structures were made constants.Nikos Mavrogiannopoulos2011-09-301-1/+1
* converted quick data hashes to _gnutls_hash_fast and the hmac equivalent.Nikos Mavrogiannopoulos2011-09-081-1/+1
* Clarify license and copyright.Simon Josefsson2011-08-031-1/+1
* Upgraded to LGPLv3.Nikos Mavrogiannopoulos2011-06-231-5/+3
* Removed upper limit on MAC algorithm key.Nikos Mavrogiannopoulos2011-02-071-16/+27
* Increase the maximum HMAC key to account for anonymous ciphersuites.Nikos Mavrogiannopoulos2011-02-061-1/+6
* Added support for GCM ciphersuites (not tested with other implementation).Nikos Mavrogiannopoulos2011-02-061-16/+60
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-192/+208
* Updated cryptodev code to support the linux cryptodev extensions.Nikos Mavrogiannopoulos2010-10-021-20/+0
* cipher,mac and digest priorities moved to crypto.cNikos Mavrogiannopoulos2010-09-241-4/+0
* Added Camellia-128/256, SHA-224/384/512 and support for DSA2 when using nettle.Nikos Mavrogiannopoulos2010-07-291-2/+48
* Added support for libnettle backend. This uses gmp for big number operations.Nikos Mavrogiannopoulos2010-06-031-0/+290