summaryrefslogtreecommitdiff
path: root/nettle-internal.h
Commit message (Collapse)AuthorAgeFilesLines
* Use size_t rather than unsigned for all hash-related functions.Niels Möller2013-04-261-3/+3
|
* Benchmark salsa20r12.Niels Möller2013-04-171-0/+1
|
* Fixed TMP_ALLOC, was missing parentheses.Niels Möller2013-02-201-2/+2
|
* Updated FSF address. Patch from David Woodhouse.Niels Möller2012-07-071-2/+2
|
* New constant NETTLE_MAX_BIGNUM_SIZE.Niels Möller2012-04-231-0/+1
|
* Support salsa20 in nettle-benchmark.Niels Möller2012-03-301-3/+4
|
* Converted files to utf-8.Niels Möller2012-02-181-1/+1
|
* Added missing extern declarations.Niels Möller2011-07-171-12/+12
| | | | | Rev: nettle/ChangeLog:1.207 Rev: nettle/nettle-internal.h:1.4
* (struct nettle_aead): Tentative interface forNiels Möller2011-02-141-0/+50
| | | | | | authenticated encryption with associated data. Rev: nettle/nettle-internal.h:1.3
* (NETTLE_MAX_HASH_BLOCK_SIZE)Niels Möller2010-03-261-2/+2
| | | | | | | (NETTLE_MAX_HASH_DIGEST_SIZE): Increased, to take sha512 into account. Rev: nettle/nettle-internal.h:1.2
* * nettle-internal.h (nettle_openssl_md5)Niels Möller2005-09-281-0/+3
| | | | | | (nettle_openssl_sha1): Declare. Rev: src/nettle/nettle-internal.h:1.9
* (nettle_openssl_aes128, nettle_openssl_aes192)Niels Möller2005-09-281-0/+4
| | | | | | (nettle_openssl_aes256, nettle_openssl_arcfour128): Declare. Rev: src/nettle/nettle-internal.h:1.8
* (NETTLE_MAX_CIPHER_BLOCK_SIZE): New constant.Niels Möller2005-07-021-1/+2
| | | | Rev: src/nettle/nettle-internal.h:1.7
* Reverted change to include alloca.h. Should be fixed in acinclude.m4 instead.Niels Möller2004-02-071-3/+0
| | | | | Rev: src/nettle/ChangeLog:1.241 Rev: src/nettle/nettle-internal.h:1.6
* (TMP_ALLOC etc): Include <alloca.h> ifNiels Möller2004-02-071-6/+6
| | | | | | available. Rev: src/nettle/nettle-internal.h:1.5
* (TMP_DECL, TMP_ALLOC): New macros. When allocaNiels Möller2004-01-081-0/+23
| | | | | | | is unavailable, they work by allocating a fix amount of stack and imposing a hard limit on what can be allocated. Rev: src/nettle/nettle-internal.h:1.4
* Comment update on nettle-openssl.c.Niels Möller2002-11-081-1/+4
| | | | Rev: src/nettle/nettle-internal.h:1.3
* Declare openssl glue ciphers.Niels Möller2002-07-181-0/+5
| | | | Rev: src/nettle/nettle-internal.h:1.2
* New files.Niels Möller2002-01-141-0/+41
Rev: src/nettle/nettle-internal.c:1.1 Rev: src/nettle/nettle-internal.h:1.1