]> git.ipfire.org Git - thirdparty/nettle.git/shortlog
thirdparty/nettle.git
2015-01-26  Niels MöllerUpdated release plan.
2015-01-25  Niels MöllerIn arm fat build, hook in sha1 and sha256 armv6 assembly.
2015-01-25  Niels MöllerPrepare for additional fat functions.
2015-01-25  Martin Storsjögitignore: Add a missing entry for ecc-25519.h
2015-01-25  Niels MöllerMerge branch 'fat-library' into master.
2015-01-25  Niels MöllerChangeLog entry for Martin's arm .arch fix. fat-library
2015-01-25  Martin Storsjöarm: Add .arch directives for armv6
2015-01-23  Niels MöllerMade fat initialization more robust.
2015-01-21  Niels MöllerFat functions for arm neon.
2015-01-21  Niels MöllerPrepare for additional fat functions.
2015-01-20  Niels MöllerImplemented handling of NETTLE_FAT_OVERRIDE, for arm.
2015-01-20  Niels MöllerImplemented handling of NETTLE_FAT_OVERRIDE.
2015-01-20  Niels MöllerCheck for secure_getenv function.
2015-01-19  Niels MöllerUpdated release plans.
2015-01-19  Niels MöllerInitial fat library support for arm.
2015-01-19  Niels MöllerAdded FIXME comment.
2015-01-19  Niels MöllerMoved fat declarations and macros to fat-setup.h.
2015-01-17  Niels MöllerNew macros to help define resolver and wrappers for...
2015-01-17  Niels MöllerReorganize symbols for fat routines.
2015-01-17  Niels MöllerFat setup of memxor, based on patch by Nikos Mavrogiann...
2015-01-16  Niels MöllerMove x86_64/fat/fat.c -> fat-x86_64.c. Fix asm_path...
2015-01-13  Niels MöllerExplain why x86_64 fat initialization doesn't need...
2015-01-13  Niels MöllerMake constructor hack less gcc-specific.
2015-01-13  Niels MöllerInitial support for fat x86_64 build.
2015-01-13  Niels MöllerUse explicit .byte sequences when assembling aes instru...
2015-01-13  Niels MöllerAutoconf check for ifunc support.
2015-01-12  Niels MöllerRefactor PROLOGUE macro in asm.m4.
2015-01-12  Niels MöllerReplace OPT_ASM_NETTLE_SOURCES by OPT_NETTLE_OBJS,...
2015-01-11  Niels Möllerx86_64: new aes assembly, using aesni instructions.
2015-01-11  Niels Möllerfreebsd: Use -Wl,-rpath to set rpath.
2015-01-11  Niels MöllerMerge branch 'memxor-reorg' into master.
2015-01-10  Niels Möllerarm: Moved memxor3 to new file, arm/memxor3.asm.
2014-12-12  Niels MöllerImproved type-checking hack in CBC_ENCRYPT and similar...
2014-11-24  Niels MöllerGCM_SET_KEY: Rename macro argument to avoid collision...
2014-11-24  Niels MöllerFixed eddsa test case.
2014-11-24  Niels MöllerReorganized x86_64 memxor.
2014-11-17  Niels MöllerFixed header comment.
2014-10-23  Niels MöllerEnable valgrind's --partial-loads-ok only when build...
2014-10-23  Niels MöllerFixed out-of-bounds reads in memxor3.
2014-10-23  Niels MöllerSimplify unaligned memxor using READ_PARTIAL macro.
2014-10-23  Niels MöllerFixed out-of-bounds reads in memxor.
2014-10-23  Niels MöllerSplit memxor.c into memxor.c and memxor3.c.
2014-10-23  Niels MöllerFor memxor, make word_t be always 64 bits on x86_64.
2014-10-23  Niels MöllerTwo-way unrolling of aligned memxor3.
2014-10-23  Niels MöllerChange loop order in memxor.
2014-10-23  Niels MöllerUse unsigned long arrays for memxor benchmark.
2014-10-22  Niels MöllerFallback for missing getline (used in the testsuite).
2014-10-22  Niels MöllerUnconditionally delete shared libraries for make clean.
2014-10-22  Niels MöllerUpdated release plan
2014-10-21  Niels MöllerTestcases for ed25519.
2014-10-21  Niels MöllerRewrote hex decoding for test programs.
2014-10-20  Niels MöllerImplemented high level functions for ed25519-sha512.
2014-10-18  Niels MöllerTweaked argument order for _eddsa_verify.
2014-10-14  Niels MöllerBetter point compare for _eddsa_varify.
2014-10-14  Niels MöllerNote the Edwards curve neutral point.
2014-10-14  Niels MöllerTestcase for _eddsa_verify.
2014-10-14  Niels MöllerImplemented _eddsa_verify. Almost correct.
2014-10-08  Niels MöllerUse _eddsa_expand_key in the tests.
2014-10-08  Niels MöllerNew function _eddsa_expand_key.
2014-10-08  Niels MöllerDrop unneeded #include.
2014-10-04  Niels MöllerTests for _eddsa_sign.
2014-10-04  Niels MöllerImplemented eddsa signature internals.
2014-10-04  Niels MöllerDrop an unneeded local cy variable.
2014-10-03  Niels MöllerEnable ecc-mul-g-test, also with mini-gmp.
2014-10-03  Niels MöllerEnable ecc-mul-a-test, also with mini-gmp.
2014-10-03  Niels MöllerEnable ecc-redc-test, also with mini-gmp.
2014-10-03  Niels MöllerEnable ecc-modinv-test, also with mini-gmp.
2014-10-03  Niels MöllerEnable ecc-mod-test, also with mini-gmp.
2014-10-03  Niels MöllerNew function mpn_out_str, for use in the testsuite.
2014-10-03  Niels MöllerMake ecc-sqrt-test work with mini-gmp.
2014-10-02  Niels MöllerNotes on EdDSA decompression.
2014-10-02  Niels MöllerTests for eddsa compression and decompression.
2014-10-02  Niels MöllerImplemented eddsa compression and decompression.
2014-10-02  Niels MöllerNew testcase for modular sqrt.
2014-10-02  Niels MöllerAdded sqrt function to struct ecc_modulo.
2014-09-24  Niels MöllerWhitespace tweaks.
2014-09-24  Niels MöllerFixed extern "C" block.
2014-09-23  Niels MöllerChanged ecc_hash argument type from struct ecc_curve...
2014-09-23  Niels Möllercurve25519: Use powering to compute modp inverses,...
2014-09-23  Niels MöllerFixed scratch allocation in test_ecc_mul_h.
2014-09-23  Niels Möllerecc_mod_inv interface and allocation changes.
2014-09-22  Niels MöllerRenamed and generalized ecc_modq_random -> ecc_mod_random.
2014-09-22  Niels MöllerNew ecc_mod_* functions, replacing ecc_modp_* and ecc_m...
2014-09-22  Niels MöllerDo some more tests in ecc-redc-test.
2014-09-22  Niels MöllerSimplified ecc-modinv-test.
2014-09-22  Niels MöllerSimplified ecc-mod-test.
2014-09-22  Niels MöllerAdded invert function pointer to struct ecc_modulo.
2014-09-22  Niels MöllerUpdated benchmarking of mpn_sec_powm.
2014-09-22  Niels MöllerFixed prototypes for native ecc_25519_modp, ecc_256_red...
2014-09-22  Niels MöllerFixed prototype for native ecc_384_modp.
2014-09-22  Niels MöllerMoved mod and reduce function pointers to struct ecc_mo...
2014-09-22  Niels MöllerDeleted redc function pointer.
2014-09-22  Niels MöllerComment updates.
2014-09-22  Niels MöllerUse struct ecc_modulo for all mod and redc functions.
2014-09-22  Niels MöllerIntroduced struct ecc_modulo.
2014-09-17  Niels MöllerFixed mpn_get_base256_le buffer overwrite.
2014-09-17  Niels MöllerDeleted duplicate function point_zero_p. Support n...
2014-09-17  Niels MöllerMove mpn_zero_p to testutils.c.
2014-09-17  Niels MöllerExtend general ecc testcases to also test curve25519.
2014-09-17  Niels MöllerDeleted ecc_a_to_eh.
next