]> git.ipfire.org Git - thirdparty/nettle.git/shortlog
thirdparty/nettle.git
2014-04-26  Niels MöllerDocument EAX.
2014-04-26  Niels MöllerMinor whitespace fix.
2014-04-26  Niels MöllerMake HMAC and UMAC their own info nodes.
2014-04-26  Niels MöllerDocument additional GCM and UMAC constants.
2014-04-26  Niels MöllerNew constants UMAC_MIN_NONCE_SIZE and UMAC_MAX_NONCE_SIZE.
2014-04-25  Niels MöllerRename *_DATA_SIZE to *_BLOCK_SIZE.
2014-04-25  Niels MöllerUpdated release plan.
2014-04-25  Owen KirbyCCM documentation.
2014-04-25  Niels MöllerDocument that length arguments refer to the destination...
2014-04-25  Niels Möllerccm_decrypt_message: length argument is cleartext ...
2014-04-22  Niels MöllerDocument additional sha512 variants.
2014-04-22  Niels MöllerNew aliases sha512_224_ctx and sha512_256_cxt, for...
2014-04-22  Niels MöllerFix typos in umac documentation.
2014-04-17  Niels MöllerDeleted next-prime.c from examples/Makefile.in (forgott...
2014-04-16  Niels MöllerDeleted unneeded test for NULL authdata
2014-04-16  Niels MöllerStylistic fixes.
2014-04-16  Niels MöllerStylistic fixes.
2014-04-16  Niels MöllerDeleted useless for loop
2014-04-13  Niels MöllerDeleted rsa-compat.h and all related code.
2014-04-13  Niels MöllerDeleted the nettle_next_prime function.
2014-04-13  Niels MöllerUpdated licensing info.
2014-04-12  Niels MöllerUpdate copyright headers for dual licensing, arm direct...
2014-04-12  Niels MöllerUpdate copyright headers for dual licensing, sparc...
2014-04-12  Niels MöllerUpdate copyright headers for dual licensing, x86 directory.
2014-04-12  Niels MöllerUpdate copyright headers for dual licensing, x86_64...
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.
next