]> git.ipfire.org Git - thirdparty/nettle.git/history - nettle-meta.h
Update config.guess and config.sub to 2024-01-01 versions.
[thirdparty/nettle.git] / nettle-meta.h
2022-11-10  Niels MöllerMerge branch 'delete-arcfour-asm' into master
2022-08-18  Tianjia Zhanggcm: Add SM4 as the GCM underlying cipher
2022-08-18  Tianjia ZhangIntroduce SM4 symmetric cipher algorithm
2021-12-05  Niels MöllerMerge branch 'sm3'
2021-12-01  Tianjia Zhanghmac: add support for SM3 hash function
2021-12-01  Tianjia ZhangAdd OSCCA SM3 hash algorithm
2020-11-27  Niels MöllerMerge branch 'briansmith/nettle-master'
2020-10-13  Niels MöllerMerge branch 'invert-with-redc' into master-updates
2020-06-08  Dmitry Baryshkovhmac: add support for streebog256/512 hash function
2020-06-06  Dmitry BaryshkovImplement GOST R 34.11-2012 (Streebog) hash function
2020-03-08  Dmitry Baryshkovcmac-des3: add meta declaration to Nettle library
2020-02-09  Niels Möllernettle-meta: Expose defined MACs through nettle_macs move-nettle_mac
2020-02-09  Niels MöllerAdd meta interface for HMAC functions.
2020-02-09  Niels MöllerAdd meta interface for CMAC functions.
2020-02-09  Niels MöllerMove struct nettle_mac to nettle-meta.h.
2019-11-21  Niels MöllerMerge branch 'curve448' into master
2019-09-15  Dmitry Eremin-Sole... Add support for GOSTHASH94CP: GOST R 34.11-94 hash...
2018-12-26  Niels MöllerMerge branch 'release-3.4-fixes' into master
2018-09-13  Niels MöllerMerge branch 'attribute-deprecated'
2018-08-09  Niels MöllerNew macro _NETTLE_ATTRIBUTE_PURE.
2018-07-07  Nikos Mavrogiannop... abi: explicitly export intended symbols and hide others
2018-03-27  Niels MöllerMerge branch 'rename-data-symbols' into master-updates
2018-03-17  Niels MöllerAdd leading underscore to data symbols. rename-data-symbols
2017-10-29  Niels MöllerMerge branch 'api-opaque' into master-updates
2017-10-23  Niels MöllerMerge remote-tracking branch 'origin/master' into api...
2017-10-23  Niels MöllerUndo added underscores on public symbols.
2017-04-09  Niels MöllerNew function nettle_get_armors.
2017-04-09  Niels MöllerNew function nettle_get_aeads.
2017-04-09  Niels MöllerNew function nettle_get_hashes.
2017-01-12  Niels MöllerNew functions nettle_get_hashes and nettle_lookup_hash.
2015-02-10  Niels MöllerNew struct nettle_armor for base64url.
2014-05-08  Niels MöllerImplemented algorithm array nettle_aeads.
2014-04-25  Niels MöllerRename *_DATA_SIZE to *_BLOCK_SIZE.
2014-04-12  Niels MöllerUpdate copyright headers for dual licensing.
2014-04-10  Niels MöllerTrivial merge.
2014-04-09  Niels Möllernettle_hash instances for sha512_224 and sha512_256.
2014-03-18  Niels MöllerDefine and use nettle_cipher_func, for block ciphers.
2014-03-16  Niels MöllerDeleted nettle_cipher nettle_arcfour128.
2014-02-16  Niels MöllerSupport for gcm-camellia256.
2014-02-16  Niels MöllerSupport for gcm-camellia128.
2014-02-13  Niels MöllerMake eax_aes128 interface public.
2014-02-12  Niels MöllerImplemented chacha-poly1305.
2014-02-12  Niels MöllerGeneralized nettle_aead abstraction, and moved to nettl...
2014-02-06  Niels MöllerDeleted _NETTLE_CIPHER.
2014-02-06  Niels MöllerDeleted _NETTLE_CIPHER_FIX.
2014-02-06  Niels MöllerDeleted _NETTLE_CIPHER_SEP and _NETTLE_CIPHER_SEP_SET_KEY.
2013-04-26  Niels MöllerRevert to unsigned in struct nettle_cipher.
2013-04-26  Niels MöllerUse size_t rather than unsigned for all cipher-related...
2013-01-01  Niels MöllerAdded sha3 variants with other digest sizes.
2012-11-12  Niels MöllerImplemented sha3.
2012-11-08  Niels MöllerAdded gosthash, ported from rhash by Nikos Mavrogiannop...
2012-07-07  Niels MöllerUpdated FSF address. Patch from David Woodhouse.
2012-02-18  Niels MöllerConverted files to utf-8.
2011-08-28  Andres Mejia* nettle-meta.h: Declare nettle_ripemd160.
2011-03-23  Daniel Kahn GillmorContributed by Daniel Kahn Gillmor:
2011-02-14  Niels MöllerRenamed some macro arguments.
2011-02-14  Niels Möller(_NETTLE_CIPHER_FIX): Deleted keysize parameter.
2010-07-20  Niels Möller(_NETTLE_CIPHER_SEP_SET_KEY): New macro.
2010-07-07  Niels Möller(nettle_camellia128): Declare.
2010-03-26  Niels MöllerNew file.
2010-03-25  Niels Möller* Makefile.in (nettle_SOURCES): Added sha384-meta.c.
2010-03-22  Niels Möller* Makefile.in (nettle_SOURCES): Added sha512.c and...
2008-11-01  Niels MöllerMoved all typedefs for function types to nettle-types...
2006-11-24  Niels MöllerAdded C++ guards.
2006-05-16  Niels Möller* Merged experimental branch. Also: after_experimental_merge_20060516
2005-07-02  Niels MöllerNo longer needs to include cbc.h.
2004-08-24  Simon Josefsson(nettle_arctwo40, nettle_arctwo64)
2004-02-26  Niels Möller(nettle_crypt_func): Typedef moved to cbc.h.
2004-01-07  Niels Möller* nettle-types.h: New (generated) file, to be used...
2003-08-26  Niels MöllerDeclare nettle_md2 and nettle_md4.
2002-10-30  Niels MöllerUpdated ascii armor declarations. New declaration
2002-10-19  Niels MöllerUpdated nettle_armor definitions.
2002-10-09  Niels Möller* nettle-meta.h: Moved the nettle_random_func and
2002-02-13  Niels Möller(_NETTLE_CIPHER_SEP): New macro, useful for
2002-02-11  Niels Möller(_NETTLE_CIPHER_FIX): New macro, suitable for
2002-02-06  Dan EgnorApplied patch from Dan Egnor improving the base64 code.
2002-01-22  Niels Möller(struct nettle_armor): New struct.
2002-01-12  Niels MöllerUse the interface in nettle-meta.h.
2002-01-11  Niels MöllerNew files.