Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use size_t rather than unsigned for all hash-related functions. | Niels Möller | 2013-04-26 | 1 | -3/+3 |
| | |||||
* | Benchmark salsa20r12. | Niels Möller | 2013-04-17 | 1 | -0/+1 |
| | |||||
* | Fixed TMP_ALLOC, was missing parentheses. | Niels Möller | 2013-02-20 | 1 | -2/+2 |
| | |||||
* | Updated FSF address. Patch from David Woodhouse. | Niels Möller | 2012-07-07 | 1 | -2/+2 |
| | |||||
* | New constant NETTLE_MAX_BIGNUM_SIZE. | Niels Möller | 2012-04-23 | 1 | -0/+1 |
| | |||||
* | Support salsa20 in nettle-benchmark. | Niels Möller | 2012-03-30 | 1 | -3/+4 |
| | |||||
* | Converted files to utf-8. | Niels Möller | 2012-02-18 | 1 | -1/+1 |
| | |||||
* | Added missing extern declarations. | Niels Möller | 2011-07-17 | 1 | -12/+12 |
| | | | | | Rev: nettle/ChangeLog:1.207 Rev: nettle/nettle-internal.h:1.4 | ||||
* | (struct nettle_aead): Tentative interface for | Niels Möller | 2011-02-14 | 1 | -0/+50 |
| | | | | | | authenticated encryption with associated data. Rev: nettle/nettle-internal.h:1.3 | ||||
* | (NETTLE_MAX_HASH_BLOCK_SIZE) | Niels Möller | 2010-03-26 | 1 | -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öller | 2005-09-28 | 1 | -0/+3 |
| | | | | | | (nettle_openssl_sha1): Declare. Rev: src/nettle/nettle-internal.h:1.9 | ||||
* | (nettle_openssl_aes128, nettle_openssl_aes192) | Niels Möller | 2005-09-28 | 1 | -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öller | 2005-07-02 | 1 | -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öller | 2004-02-07 | 1 | -3/+0 |
| | | | | | Rev: src/nettle/ChangeLog:1.241 Rev: src/nettle/nettle-internal.h:1.6 | ||||
* | (TMP_ALLOC etc): Include <alloca.h> if | Niels Möller | 2004-02-07 | 1 | -6/+6 |
| | | | | | | available. Rev: src/nettle/nettle-internal.h:1.5 | ||||
* | (TMP_DECL, TMP_ALLOC): New macros. When alloca | Niels Möller | 2004-01-08 | 1 | -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öller | 2002-11-08 | 1 | -1/+4 |
| | | | | Rev: src/nettle/nettle-internal.h:1.3 | ||||
* | Declare openssl glue ciphers. | Niels Möller | 2002-07-18 | 1 | -0/+5 |
| | | | | Rev: src/nettle/nettle-internal.h:1.2 | ||||
* | New files. | Niels Möller | 2002-01-14 | 1 | -0/+41 |
Rev: src/nettle/nettle-internal.c:1.1 Rev: src/nettle/nettle-internal.h:1.1 |