summaryrefslogtreecommitdiff
path: root/nettle-types.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'block16-refactor' into master-updatesNiels Möller2019-08-231-1/+1
|\
| * Mark w member of union nettle_block16 as deprecated.block16-refactorNiels Möller2019-07-081-1/+1
| |
* | cmac: add 64-bit mode CMACDmitry Eremin-Solenikov2019-07-101-0/+6
|/ | | | Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
* Delete nettle-stdint.hNiels Möller2019-01-061-4/+1
|
* Deprecate old AES interface.Niels Möller2018-08-091-0/+10
| | | | Use new macro _NETTLE_ATTTRIBUTE_DEPRECATED.
* New macro _NETTLE_ATTRIBUTE_PURE.Niels Möller2018-08-091-0/+7
|
* Extend nettle_block16 with uint64_t field.Niels Möller2018-01-091-0/+1
|
* Change type of base16- and base64-encoded data from uint8_t to char.Niels Möller2017-08-271-3/+3
|
* Update copyright headers for dual licensing.Niels Möller2014-04-121-21/+30
|
* Define and use nettle_cipher_func, for block ciphers.Niels Möller2014-03-181-4/+6
|
* Dropped length argument from nettle_set_key_func.set_key-changesNiels Möller2014-01-291-4/+2
|
* New type nettle_block16.Niels Möller2014-01-131-0/+7
|
* Include <stddef.h> in nettle-types.h, for size_t.Niels Möller2013-05-201-1/+3
|
* Use size_t for realloc functions.Niels Möller2013-04-261-1/+1
|
* Use size_t rather than unsigned for base16, base64, nettle_bufer and sexp ↵Niels Möller2013-04-261-8/+8
| | | | related functions.
* Use size_t rather than unsigned for randomness related functions.Niels Möller2013-04-261-1/+1
|
* Use size_t rather than unsigned for all hash-related functions.Niels Möller2013-04-261-2/+2
|
* Use size_t rather than unsigned for all cipher-related functions.Niels Möller2013-04-261-2/+2
|
* Updated FSF address. Patch from David Woodhouse.Niels Möller2012-07-071-2/+2
|
* int_fast*_t workaround for SunOS-5.8.Niels Möller2012-05-071-0/+3
|
* Converted files to utf-8.Niels Möller2012-02-181-1/+1
|
* * nettle-types.h: Deleted some unnecessary parenthesis fromNiels Möller2010-12-141-29/+31
| | | | | | | | | function typedefs. (nettle_realloc_func): Moved typedef here... * realloc.h: ...from here. Rev: nettle/nettle-types.h:1.3 Rev: nettle/realloc.h:1.2
* Moved all typedefs for function types to nettle-types.h. UseNiels Möller2008-11-011-4/+43
| | | | | | | | | | | | | | | | | | | | non-pointer types, so that the types can be used to declare functions. Updated all users. Rev: nettle/arcfour-meta.c:1.2 Rev: nettle/cbc.h:1.2 Rev: nettle/des-compat.c:1.2 Rev: nettle/examples/nettle-benchmark.c:1.3 Rev: nettle/examples/nettle-openssl.c:1.2 Rev: nettle/examples/rsa-encrypt.c:1.2 Rev: nettle/examples/rsa-keygen.c:1.2 Rev: nettle/nettle-internal.c:1.2 Rev: nettle/nettle-meta.h:1.2 Rev: nettle/nettle-types.h:1.2 Rev: nettle/testsuite/dsa-keygen-test.c:1.3 Rev: nettle/testsuite/rsa-encrypt-test.c:1.3 Rev: nettle/testsuite/rsa-keygen-test.c:1.3 Rev: nettle/testsuite/testutils.c:1.3
* Added C++ guards.Niels Möller2006-11-241-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rev: src/nettle/aes.h:1.8 Rev: src/nettle/arcfour.h:1.6 Rev: src/nettle/arctwo.h:1.3 Rev: src/nettle/asn1.h:1.3 Rev: src/nettle/base16.h:1.4 Rev: src/nettle/base64.h:1.15 Rev: src/nettle/bignum.h:1.11 Rev: src/nettle/blowfish.h:1.10 Rev: src/nettle/buffer.h:1.6 Rev: src/nettle/cast128.h:1.6 Rev: src/nettle/cbc.h:1.9 Rev: src/nettle/ctr.h:1.3 Rev: src/nettle/des-compat.h:1.13 Rev: src/nettle/des.h:1.11 Rev: src/nettle/dsa.h:1.10 Rev: src/nettle/hmac.h:1.6 Rev: src/nettle/knuth-lfib.h:1.4 Rev: src/nettle/md2.h:1.4 Rev: src/nettle/md4.h:1.4 Rev: src/nettle/md5-compat.h:1.3 Rev: src/nettle/md5.h:1.9 Rev: src/nettle/memxor.h:1.5 Rev: src/nettle/nettle-meta.h:1.15 Rev: src/nettle/nettle-types.h:1.2 Rev: src/nettle/pgp.h:1.8 Rev: src/nettle/pkcs1.h:1.4 Rev: src/nettle/realloc.h:1.3 Rev: src/nettle/rsa-compat.h:1.4 Rev: src/nettle/rsa.h:1.26 Rev: src/nettle/serpent.h:1.8 Rev: src/nettle/sexp.h:1.18 Rev: src/nettle/sha.h:1.7 Rev: src/nettle/testsuite/testutils.h:1.24 Rev: src/nettle/twofish.h:1.7 Rev: src/nettle/yarrow.h:1.12
* * configure.ac (AX_CREATE_STDINT_H): Use the file nameNiels Möller2005-07-021-0/+41
nettle-stdint.h, not nettle-types.h. * nettle-types.h: New file. Automatically generated declarations are now in nettle-stdint.h. Rev: src/nettle/configure.ac:1.57 Rev: src/nettle/nettle-types.h:1.1