]> git.ipfire.org Git - thirdparty/nettle.git/shortlog
thirdparty/nettle.git
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-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-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.
2013-04-21  Niels MöllerFixes for make dist target.
2013-04-21  Niels MöllerFixed comment typo.
2013-04-21  Martin StorsjöFixed comment typos.
2013-04-18  Niels MöllerUpdated info about ARM neon use.
2013-04-18  Niels MöllerRecognize all "arm*" cpus, not just "armv7*".
2013-04-18  Niels MöllerReorganization of ARM assembly.
2013-04-18  Niels MöllerUpdated release status.
2013-04-18  Niels MöllerUMAC documentation.
2013-04-18  Niels MöllerMinor doc fixes.
2013-04-18  Niels MöllerAdded some missing full stops.
2013-04-18  Niels MöllerRename UMAC_BLOCK_SIZE to UMAC_DATA_SIZE.
2013-04-18  Niels MöllerComment fix.
2013-04-18  Niels MöllerNew UMAC{32,64,96,128}_DIGEST_SIZE constants.
2013-04-17  Niels MöllerDocument salsa20r12. Also some updates to the copyright...
2013-04-17  Niels MöllerUpdated release test status.
2013-04-17  Niels MöllerMention salsa20r12 in NEWS.
2013-04-17  Niels MöllerBenchmark salsa20r12.
2013-04-17  Niels MöllerDrop -lgmp when linking eccdata.
2013-04-17  Niels MöllerUse mini-gmp for the eccdata program.
2013-04-16  Niels MöllerUpdate plans for 2.8.
2013-04-16  Niels MöllerFix for big-endian support.
2013-04-16  Niels MöllerBuild eccdata only when public key support is enabled.
2013-04-16  Niels MöllerUpdated release plan.
2013-04-16  Niels MöllerSwitch to non-logarithmic ALIGN macro.
2013-04-16  Niels MöllerEliminated l1_out from umac context structs, store...
2013-04-16  Niels MöllerDeleted redundant memcpy.
2013-04-16  Niels MöllerIncrease umac block count to 64 bits. Some reordering...
2013-04-16  Niels MöllerMore NEWS entries for nettle-2.7.
2013-04-16  Niels MöllerBumped version numbers, for nettle-2.7.
2013-04-16  Niels MöllerInclude arm assembly files in distribution.
2013-04-16  Niels MöllerUpdated release plan.
2013-04-16  Niels MöllerDeleted obsolete comment.
2013-04-16  Niels MöllerAdded forgotten ChangeLog entry for the 2.6 release.
2013-04-16  Niels MöllerFixed comment typo.
2013-04-16  Niels Möllerx86_64 assembly for umac_nh_n.
2013-04-16  Niels MöllerFixed nonce caching for umac32 and umac64.
2013-04-16  Niels MöllerTest umac nonce increment.
2013-04-16  Niels MöllerGenerate umac test vectors with incremented nonces.
2013-04-16  Niels MöllerFixed umac nonce increment.
2013-04-16  Niels MöllerGeneralize INCREMENT macro, allow size == 1.
2013-04-15  Niels MöllerGenerated UMAC test vectors.
2013-04-15  Niels Möllerumac reference code, for generation of test vectors.
next