]> git.ipfire.org Git - thirdparty/nettle.git/shortlog
thirdparty/nettle.git
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.
2013-12-19  Niels MöllerNew function poly1305_update.
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-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.
2013-05-22  Niels Möllerarm: Adapted AES assembly to new interface.
2013-05-21  Niels MöllerAdapted sparc32 and sparc64 aes assembly to new interface.
2013-05-21  Niels Möllerx86: Adapted aes assembly to new interface.
2013-05-20  Niels Möllerx86_64: Adapted aes assembly to new interrface.
2013-05-20  Niels Möllerarm: Moved sha1 and sha256 assembly into v6 subdirectory.
2013-05-20  Niels MöllerInclude <stddef.h> in nettle-types.h, for size_t.
2013-05-20  Niels MöllerExpanded comment.
2013-05-17  Niels MöllerRearranged struct aes_ctx.
2013-05-17  Niels MöllerSeparate rounds and key arguments to _aes_encrypt and...
2013-05-17  Niels MöllerFix rotation macros to portably support zero rotation...
2013-05-17  Niels MöllerFixed ECC bug with overlapping arguments to mpn_mul_n.
2013-05-16  Niels Möllerarm: Added AES code for pre-v6 processors.
2013-05-16  Niels Möllerarm: Renamed AES_FINAL_ROUND.
2013-05-16  Niels Möllerarm/v6: AES microptimization.
2013-05-16  Niels Möllerarm: Moved AES round macros from aes.m4 to the files...
2013-05-16  Niels Möllerarm/v6: Alignment tweaks to aes code.
2013-05-15  Niels MöllerNew asm directory arm/v6. Moved aes functions using...
2013-05-03  Niels MöllerUpdated release plan for 2.8.
2013-05-03  Niels Möllercast128: Reorganized context struct. Rewrite of key...
2013-05-02  Niels MöllerUse GMP's mpz_combit if available.
2013-05-02  Niels MöllerReplaced use of old gmp-1 type MP_INT.
2013-05-02  Niels MöllerUse size_t in testsuite. size_t-changes
2013-04-26  Niels MöllerUse size_t for ecc functions.
2013-04-26  Niels MöllerUse size_t for pbkdf2.
2013-04-26  Niels MöllerUse size_t for _nettle_write functions.
2013-04-26  Niels MöllerUse size_t for bignums, rsa and dsa.
2013-04-26  Niels MöllerUse size_t for asn1 parser.
2013-04-26  Niels MöllerUse size_t for realloc functions.
2013-04-26  Niels MöllerUse size_t rather than unsigned for base16, base64...
2013-04-26  Niels MöllerUse size_t rather than unsigned for randomness related...
2013-04-26  Niels MöllerComment updates in umac asm files.
2013-04-26  Niels MöllerUse size_t rather than unsigned for all hash-related...
2013-04-26  Niels MöllerRevert to unsigned in struct nettle_cipher.
2013-04-26  Niels MöllerComment updates in asm files.
2013-04-26  Niels MöllerUse size_t rather than unsigned for all cipher-related...
2013-04-25  Niels MöllerIncrease version number, to 2.8, and bump nettle librar...
2013-04-25  Niels MöllerDeleted unneeded casts in benchmark program.
2013-04-25  Niels MöllerAdd benchmarking of OpenSSL's RSA functions.
2013-04-24  Niels MöllerUpdated some memxor comments.
2013-04-24  Niels MöllerUpdated memxor documentation.
2013-04-24  Niels MöllerDeleted unneeded casts of memxor arguments.
2013-04-24  Niels MöllerChanged memxor functions to take void * arguments.
2013-04-24  Niels MöllerAdded nettle_ prefix to memxor symbols.
2013-04-24  Niels MöllerInclude memxor unconditionally, not via LIBOBJS.
2013-04-24  Niels MöllerLink to perl bindings.
2013-04-24  Niels MöllerNote 2.7 release in ChangeLog. nettle_2.7_release_20130424
2013-04-23  Martin Storsjöwin64: Correctly read the fifth parameter from the...
2013-04-23  Martin Storsjösha: Add the missing W64_EXIT epilogue macro
2013-04-23  Martin Storsjösalsa20: Don't return via W64_EXIT within the Lpartial...
2013-04-23  Martin StorsjöUse movdqu instead of movdqa for saving xmm registers
2013-04-23  Niels MöllerMention South Pole AB in NEWS.
2013-04-23  Martin StorsjöIgnore the umac-test binary
2013-04-23  Martin StorsjöConsistently use EXEEXT_FOR_BUILD
2013-04-21  Niels MöllerMinor typographic fixes.
next