]> git.ipfire.org Git - thirdparty/nettle.git/shortlog
thirdparty/nettle.git
2020-11-06  Niels MöllerReduce scratch need for ecc_curve25519_sqrt
2020-11-06  Niels MöllerDelete unneeded copy in ecc_add_jja.
2020-11-05  Niels MöllerReduce scratch need for ecc_dup_jj
2020-11-03  Niels MöllerReduce scratch need for ecc_add_thh
2020-11-03  Niels MöllerReduce scratch need for ecc_dup_th
2020-11-03  Niels MöllerReduce scratch need for ecc_add_ehh
2020-11-03  Niels MöllerReduce scratch need for ecc_dup_eh.
2020-11-03  Niels MöllerStricter requirements for in-place ecc_add_func.
2020-11-03  Niels MöllerDelete obsolete comment.
2020-11-03  Niels MöllerReduce scratch need for ecc_add_th
2020-11-03  Niels MöllerReduce scratch need for ecc_add_eh
2020-11-02  Niels MöllerReduce scratch need for ecc_curve25519_sqrt
2020-11-02  Niels MöllerReduce scratch need for ecc_curve25519_inv
2020-11-01  Niels MöllerSeparate result area for ecc_mod_mul and ecc_mod_sqr.
2020-11-01  Niels Möllertestsuite: Show curve bits in test_ecc_point failure...
2020-10-31  Niels MöllerUpdate ChangeLog.
2020-10-31  Niels MöllerUpdate ARM mod and redc functions
2020-10-31  Niels MöllerExtend ecc-redc-test.
2020-10-31  Niels MöllerUpdate x86_64 ecc_secp256r1_redc for separate result...
2020-10-30  Niels MöllerUpdate x86_64 assembly mod functions
2020-10-30  Niels MöllerAdd separate result argument to all mod functions.
2020-10-30  Niels MöllerDelete testcase, it's invalid with 32-bit limbs.
2020-10-29  Niels MöllerSimplify ecc_mod, and prepare for separate result argument.
2020-10-29  Niels Möllerblowfish: Add casts to uint32_t.
2020-10-28  Niels MöllerUse GMP functions mpn_cnd_add_n, mpn_cnd_sub_n and... use-mpn_cnd-functions
2020-10-14  Niels MöllerShared implementation of ecc_mod_pow_2k and related...
2020-10-13  Niels MöllerMerge branch 'invert-with-redc' into master-updates
2020-09-25  Niels MöllerFix bogus email address in ChangeLog.
2020-09-25  Niels Möllergcm: Micro optimized gcm_fill, for big and little endian.
2020-09-24  Niels MöllerPrefer to use ppc register names, if assembler supports it.
2020-09-23  Maamoun TK"PowerPC64" Use same register convention in VSR macro
2020-09-23  Maamoun TK"PowerPC64" Use explicit register names
2020-09-21  Niels Möllerppc: Add configure test and macros to replace register...
2020-09-21  Niels MöllerM4 utilities, from GMP.
2020-09-15  Niels MöllerAdd missing file blowfish-internal.h to DISTFILES.
2020-09-15  Niels MöllerChangeLog entry for m4 quoting change
2020-09-14  Niels MöllerUse default m4 quote character in asm files, part 5 default-m4-quote-char
2020-09-14  Niels MöllerUse default m4 quote character in asm files, part 4
2020-09-14  Niels MöllerUpdate x86_64/fat/sha256-compress.asm, overlooked in...
2020-09-14  Niels MöllerUse default m4 quote character in asm files, part 3
2020-09-13  Niels MöllerUse default m4 quote character in asm files, part 2
2020-09-12  Niels MöllerUse default m4 quote character in asm files, part 1
2020-09-12  Niels Möllerx86_64: Fix incorrect W64_EXIT in salsa20-2core.asm.
2020-09-04  Maamoun TK"PowerPC64" AES improve syntax
2020-08-29  Niels MöllerEnable powerpc64 assembly only for 64-bit builds.
2020-08-29  Niels MöllerMerge branch 'power-asm-wip'
2020-08-29  Niels MöllerChangeLog entries for initial powerpc64 assembly.
2020-08-26  Niels MöllerFix syntax error in configure.ac power-asm-wip
2020-08-26  Niels MöllerAdd power FAT_TEST_LIST, and make --enable-power-crypto...
2020-08-26  Niels MöllerIndentation fixes
2020-08-26  Maamoun TKCheck for ENV_OVERRIDE in get_ppc_features()
2020-08-26  Maamoun TKAdd AIX to cpu detection
2020-08-26  Niels MöllerFix definition of HAVE_NATIVE_aes_decrypt and HAVE_NATI...
2020-08-26  Niels MöllerAdd support for powerpc64 fat build
2020-08-26  Niels MöllerRename powerpc64/P8 to powerpc64/p8
2020-08-26  Maamoun TK"PowerPC64" Add README (Reformatted)
2020-08-26  Niels MöllerEnable powerpc64 assembly
2020-08-26  Maamoun TK"PowerPC64" Add optimized AES [Enc|Dec]
2020-08-26  Maamoun TK"PowerPC64" Add machine.m4
2020-07-31  Niels Möllergitlab-ci: Run make check-fat for x86_64 and cross...
2020-07-31  Niels MöllerNew make target check-fat
2020-07-20  Niels MöllerMerge branch 'x86_64-salsa20-2core'
2020-07-20  Niels MöllerChangeLog for x86_64/salsa20-2core.asm
2020-07-14  Niels MöllerRearrange chacha_crypt and chacha_crypt32, enabling... chacha-3core-neon
2020-07-14  Niels MöllerFix (arm neon) _nettle_chacha_3core32
2020-07-14  Niels MöllerChangeLog update.
2020-07-14  Niels MöllerIn chacha_crypt, use _chacha_3core if leftover is more...
2020-07-13  Niels MöllerKeep counter words in registers
2020-07-13  Niels MöllerReschedule first permutation
2020-07-13  Niels MöllerReschedule second permutation
2020-07-13  Niels MöllerReschedule second qround
2020-07-13  Niels MöllerReschedule first qround
2020-07-13  Niels MöllerThree-way interleaving of chacha on Neon
2020-07-13  Niels MöllerTweak stop condition of _salsa20_crypt_2core
2020-07-11  Niels MöllerAdditional chacha test, with simpler input structure.
2020-07-11  Niels MöllerDelete obsolete tests for chacha with 128-bit keys
2020-07-10  Niels Möllerx86_64: Replace salsa20_crypt assembly with salsa20_2core x86_64-salsa20-2core
2020-07-09  Maamoun TKAdd missing undef directives in configure.ac
2020-07-09  Maamoun TKAdd test 128 bytes to gcm-test
2020-07-09  Niels MöllerFix preprocessor warnings
2020-07-08  Niels MöllerRearrange salsa20, enabling ARM fat builds to use sala2... salsa20-2core-neon
2020-07-06  Niels MöllerTwo-way interleaving of salsa20 on Neon
2020-07-06  Niels MöllerAdditional salsa20 test, with simpler input structure.
2020-07-06  Niels MöllerObey --enable-arm-neon=yes, even if not explicitly...
2020-07-06  Niels MöllerMerge branch 'bcrypt'
2020-07-02  Niels MöllerMove bcrypt tests to its own file. ChangeLog entries... bcrypt
2020-07-01  Stephen R.... Add bcrypt tests to testsuite.
2020-06-30  Stephen R.... blowfish: Add bcrypt support.
2020-06-30  Niels Möllergitlab-ci: Add cross tests for big-endian powerpc64.
2020-06-30  Niels MöllerDocumentation fot Streebog hash
2020-06-29  Niels Möllergitlab-ci: Add cross tests for powerpc64
2020-06-25  Niels Möllerx86_64: Fix use of macro arguments in chacha QROUND...
2020-06-24  Stephen R.... v4.0 Blowfish: Prepare for bcrypt support.
2020-06-20  Dmitry Baryshkovtest/gostdsa-vko: add hashed test vectors from RFC...
2020-06-20  Dmitry Baryshkovpbkdf2-test: add PBKDF2 tests using Streebog HMAC function
2020-06-20  Dmitry Baryshkovnettle-benchmark: bench Streebog hashes
2020-06-08  Dmitry Baryshkovhmac: add support for streebog256/512 hash function
2020-06-06  Dmitry Baryshkovtestsuite: add test for Streebog hash function
2020-06-06  Dmitry BaryshkovImplement GOST R 34.11-2012 (Streebog) hash function
2020-06-02  Niels MöllerDelete benchmark code attempting to measure function...
next