]> git.ipfire.org Git - thirdparty/nettle.git/shortlog
thirdparty/nettle.git
2014-04-12  Niels MöllerUpdate copyright headers for dual licensing, testsuite...
2014-04-12  Niels MöllerUpdate copyright headers for dual licensing, tools...
2014-04-12  Niels MöllerUpdate copyright headers for dual licensing, example...
2014-04-12  Niels MöllerUpdate copyright headers for dual licensing.
2014-04-11  Niels MöllerAdditional NEWS entries for nettle-3.0.
2014-04-11  Niels MöllerIn aead tests, use aead->digest_size.
2014-04-11  Niels MöllerSkip GMP tests if public key support is disabled.
2014-04-11  Niels MöllerEAX bug fix, for 32-bit platforms.
2014-04-11  Niels MöllerFixes for make dist.
2014-04-10  Nikos MavrogiannopoulosEnabled tests for openssl curves secp256r1 and secp192r1.
2014-04-10  Niels MöllerTrivial merge.
2014-04-09  Niels MöllerBenchmarking of sha512_224 and sha512_256.
2014-04-09  Niels MöllerTest sha512_224 and sha512_256.
2014-04-09  Niels Möllernettle_hash instances for sha512_224 and sha512_256.
2014-04-09  Niels MöllerNew constants for SHA512-224 and SHA512-256.
2014-04-09  Niels MöllerFixed init call in sha512_256_digest.
2014-04-09  Niels MöllerTest that hash digest implies init.
2014-03-29  Niels MöllerMinor typo fix.
2014-03-29  Niels MöllerDelete old .cvsignore files.
2014-03-29  Niels MöllerMinor typo fixes.
2014-03-28  Niels MöllerUpdate date.
2014-03-28  Niels MöllerMark dsa reorg done.
2014-03-28  Niels MöllerMinor comment fix.
2014-03-28  Niels MöllerTest dsa_generate_params with large q.
2014-03-28  Niels MöllerUndo dsa-compat.h name mangling for testsuite.
2014-03-28  Niels MöllerComment improvement.
2014-03-28  Niels MöllerMake dsa_generate_keygen generate only a new key, but...
2014-03-27  Niels MöllerMove old DSA interface to dsa-compat.h.
2014-03-27  Niels MöllerNew function dsa_generate_params.
2014-03-26  Niels MöllerConvert DER decoding functions to new DSA interface.
2014-03-26  Niels MöllerUpdate dsa benchmarking to use new DSA interface.
2014-03-26  Niels MöllerNew functions dsa_params_init and dsa_params_clear.
2014-03-26  Niels MöllerConvert dsa_keypair_from_sexp_alist to use struct dsa_p...
2014-03-26  Niels MöllerConvert dsa_keypair_to_sexp to use struct dsa_params.
2014-03-26  Niels MöllerNew struct dsa_params. Use for dsa_sign and dsa_verify...
2014-03-26  Niels Möller#if out unused test_dsa_key.
2014-03-23  Owen KirbyCCM cipher mode.
2014-03-23  Joachim StrömbergsonSupport for 224-bit and 256-bit truncated sha512.
2014-03-20  Niels MöllerIndentation fix.
2014-03-18  Niels MöllerMark nettle_cipher_func/nettle_crypt_func done.
2014-03-18  Niels MöllerResurrect nettle_arcfour128, as an internal aead.
2014-03-18  Niels MöllerDefine and use nettle_cipher_func, for block ciphers.
2014-03-16  Niels MöllerAdded missing include of string.h.
2014-03-16  Niels MöllerDeleted nettle_cipher nettle_arcfour128.
2014-03-15  Niels MöllerRefactored benchmarking of aead algorithms.
2014-03-15  Niels MöllerFixes for the salsa20 iv -> nonce rename.
2014-03-15  Niels MöllerFix dependencies for assembly-related rules.
2014-03-04  Niels MöllerAdditional tests for 256-bit chacha keys.
2014-03-04  Niels MöllerNEWS entries for chacha and AEAD.
2014-03-04  Niels MöllerRenamed chacha256_set_key to chacha_set_key.
2014-03-04  Niels MöllerDrop support for 128-bit chacha keys.
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-13  Niels Möllernettle-pbkdf2: Added missing deallocation.
2014-02-12  Niels MöllerImplemented chacha-poly1305.
2014-02-12  Niels MöllerGeneralized nettle_aead abstraction, and moved to nettl...
2014-02-12  Niels MöllerNew constants, EAX_DIGEST_SIZE and GCM_DIGEST_SIZE.
2014-02-10  Niels MöllerRenamed chacha_set_iv to chacha_set_nonce.
2014-02-08  Niels MöllerImproved chacha tests.
2014-02-08  Niels Möllerchacha_crypt: Fixed block counter update.
2014-02-07  Niels MöllerDeleted obsolete comment.
2014-02-07  Niels MöllerMark base*_decode_update change as done.
2014-02-07  Niels MöllerUpdated base16_encode_update and base64_encode_update...
2014-02-07  Niels MöllerUpdated base16enc and base64enc example programs.
2014-02-07  Niels MöllerUpdated base64 test case.
2014-02-07  Niels Möllersexp_transport_iterator_first: Updated base64 decoding.
2014-02-07  Niels MöllerBase64 and base16 decoding: Use *dst_length as output...
2014-02-06  Niels MöllerUpdated NEWS and plan.html for _set_key changes.
2014-02-06  Niels MöllerDeleted _NETTLE_CIPHER.
2014-02-06  Niels MöllerNew function blowfish128_set_key.
2014-02-06  Niels MöllerDeleted _NETTLE_CIPHER_FIX.
2014-02-06  Niels MöllerDeleted _NETTLE_CIPHER_SEP and _NETTLE_CIPHER_SEP_SET_KEY.
2014-02-06  Niels Möllernettle-benchmark: Fixed memset calls.
2014-02-06  Niels MöllerMerge branch 'set_key-changes' into master.
2014-02-06  Niels MöllerMark ecc_bit_size and AES docs done.
2014-01-30  Niels MöllerSort nettle_SOURCES.
2014-01-30  Niels MöllerFix ecc_bit_size ChangeLog.
2014-01-30  Niels MöllerCopied 2.7.1 NEWS entry. Started on entry for 2.8.
2014-01-30  Niels MöllerDocumentation update. size_t, AES, Camellia.
2014-01-30  Niels MöllerNew function ecc_bit_size.
2014-01-29  Niels MöllerDropped length argument from nettle_set_key_func. set_key-changes
2014-01-27  Niels MöllerUse union nettle_block16 in eax structs.
2014-01-27  Niels MöllerAdd benchmarking for eax.
2014-01-27  Niels MöllerUpdated release plans.
2014-01-27  Niels MöllerUse pshufhw + pshuflw for 16-bit rotate.
2014-01-27  Niels Möllerx86_64: Added chacha assembly.
2014-01-27  Niels MöllerWhitespace fixes.
2014-01-27  Niels MöllerBenchmarking of chacha.
2014-01-27  Niels MöllerImplemented chacha, based on contribution by Joachim...
2014-01-26  Niels MöllerNew gcm-aes interface.
2014-01-26  Niels MöllerComment fixes.
2014-01-25  Niels MöllerDelete length argument from GCM_SET_KEY.
2014-01-23  Niels MöllerFix for gcm tests.
2014-01-21  Niels MöllerMerge branch 'camellia-reorg' into master.
2014-01-20  Niels Möllerpoly1305_digest: Use union nettle_block16.
2014-01-20  Niels MöllerFix ChangeLog typos.
2014-01-20  Niels MöllerMerge branch 'poly1305' into 'master'.
2014-01-20  Niels MöllerSeparate salsa20 set_key functions for 128 and 256...
2014-01-20  Niels MöllerMove block buffer from poly1305_ctx to poly1305_aes_ctx... poly1305
next