]> git.ipfire.org Git - thirdparty/nettle.git/shortlog
thirdparty/nettle.git
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
2014-01-17  Niels Möllerpoly1305_block: New argument for the high bit.
2014-01-17  Niels MöllerMove nonce from poly1305_ctx to poly1305_aes_ctx.
2014-01-16  Niels MöllerMove poly1305-aes.h declarations into poly1305.h. Delet...
2014-01-16  Niels MöllerTypo fix for poly1305 C implementation.
2014-01-16  Niels MöllerReorder declarations.
2014-01-16  Niels MöllerMake poly1305 code use struct aes128_ctx.
2014-01-13  Niels MöllerNew type nettle_block16.
2014-01-04  Niels MöllerMark config.guess update done.
2014-01-04  Niels MöllerUpdated to latest version of config.guess and config...
2014-01-04  Niels Möllermemxor-test: Use valgrind client requests.
2014-01-04  Niels MöllerConfigure test for valgrind/memcheck.h.
2014-01-04  Niels MöllerUse --partial-loads-ok=yes with valgrind.
2014-01-04  Niels MöllerLink to Haskell bindings.
2014-01-03  Niels MöllerComment on origin of sha1 and sha224 initial values.
2014-01-03  Niels MöllerZeropad values in sha256 table.
2014-01-03  Niels MöllerTypo fix, spotted by Paul Dreik.
2014-01-02  Niels MöllerAdd config.guess update to plan.
2014-01-02  Niels MöllerUpdated plan.
2013-12-19  Niels MöllerNew function poly1305_update.
2013-12-17  Niels MöllerClarify build instructions.
2013-12-17  Niels MöllerAttempt to get asm rodata working on macosx.
2013-12-17  Niels MöllerFixed ChangeLog date.
2013-12-17  Niels MöllerFor prime generation, use stronger variants of Pockling...
2013-12-15  Niels MöllerDeleted NETTLE_MAX_BIGNUM_BITS and NETTLE_MAX_BIGNUM_SIZE.
2013-12-15  Nikos MavrogiannopoulosDefine and use new TMP_GMP_ALLOC macro.
2013-12-15  Niels MöllerDrop unneeded include of nettle-internal.h.
2013-12-15  Niels MöllerAdded FIXME comment on DSA interface.
2013-12-14  Niels MöllerUse .short rather than .hword, for compatibility with...
2013-12-07  Niels MöllerAdd forgotten ChangeLog entry for dsa-test.c.
2013-12-03  Niels MöllerUpdated benchmark figures.
2013-12-03  Niels Möllerx86_64: Reorganized sha1 assembly code.
2013-12-03  Niels Möllerconfigure: Avoid overwriting existing dependency files.
2013-12-03  Niels Möllerx86_64: New md5 assembly code.
2013-11-25  Niels MöllerAdditional DSA tests.
2013-11-25  Niels MöllerImproved ASSERT failure message for testsuite.
2013-11-25  Niels MöllerRename, _dsa_sign --> dsa_sign, _dsa_verify --> dsa_verify.
2013-11-24  Niels Möllerdsa: Allow arbitrary digest sizes. Support 224-bit q.
2013-11-23  Niels MöllerMake configure check for openssl/ecdsa.h.
2013-11-21  Niels Möllerx86_64 assembly for poly1305.
2013-11-21  Niels MöllerPreparations for 64-bit poly1305.
2013-11-12  Niels MöllerUpdated copyright header.
2013-11-12  Niels MöllerNew function poly1305_block_internal.
2013-11-12  Niels MöllerNew file poly1305-internal.c
2013-11-10  Niels MöllerRe-indent poly1305 code.
2013-11-10  Nikos MavrogiannopoulosFirst implementation of poly1305.
2013-10-27  Niels MöllerUpdated plan.html.
2013-10-10  Niels MöllerReorganized camellia interface
2013-10-07  Niels MöllerDrop configure test for ALIGNOF_UINT64_T.
2013-10-07  Niels MöllerCorrected .file pseudo-ops.
2013-10-07  Niels MöllerSeparate rounds and keys arguments for _camellia_crypt.
2013-10-05  Niels MöllerUpdated plan.html.
2013-10-05  Niels MöllerImplemented EAX.
2013-10-05  Niels MöllerFixed aes name mangling.
2013-09-28  Niels MöllerMerged aes-reorg branch.
2013-09-28  Niels MöllerUpdated plan.
2013-09-28  Niels MöllerMade hash functions use an uint64_t for the block count.
2013-09-28  Niels MöllerSome whitespace and comment fixes.
2013-09-28  Niels MöllerProgress indicator for test_hash_large.
2013-09-28  Niels MöllerMD_PAD: Don't depend on sizeof of the count field(s).
2013-09-22  Niels MöllerNew x86_64 assembly for gcm hashing.
2013-09-21  Niels MöllerFixed dependencies for des.po.
2013-09-20  Niels MöllerMore tests for gcm_hash.
2013-09-18  Niels MöllerFixed link dependency problems with --disable-static.
2013-09-09  Niels MöllerSupport optional assembly files for both nettle and...
2013-09-03  Niels MöllerIgnore nettle-pbkdf2 executable.
2013-09-03  Niels MöllerTypo fix, spotted by Bruce Korb.
2013-08-13  Niels MöllerAdapted yarrow code to use new aes256 interface. aes-reorg
2013-08-07  Niels MöllerAdapted umac code to use new aes128 interface.
2013-06-25  Niels MöllerUpdated copyright year.
2013-06-25  Niels MöllerNew interface for AES-256. Also deleted old aes-meta.c.
2013-06-25  Niels MöllerNew interface for AES-192.
2013-06-25  Niels MöllerNew interface for AES-128.
2013-06-25  Niels MöllerDeleted redundant include.
2013-06-25  Niels Möllertest_aead: Allow digest size smaller than the block...
2013-06-25  Niels MöllerMinor typo fix in comment.
2013-06-25  Niels MöllerNew program nettle-pbkdf2.
2013-06-25  Niels Möllernettle-hash.c: Use stack allocation for the small hex...
2013-06-25  Niels MöllerDeleted unused macro.
2013-06-25  Niels MöllerUpdated plan.html.
2013-06-25  Niels MöllerDistribute files in arm/v6 subdirectory.
2013-05-22  Niels MöllerNew internal functions _aes_set_key and _aes_invert.
next