]> git.ipfire.org Git - thirdparty/nettle.git/shortlog
thirdparty/nettle.git
2020-10-21  Niels MöllerOptimize modular inversion for secp384r1. optimize-ecc-invert
2020-10-21  Niels MöllerIndent fix.
2020-10-21  Niels MöllerFix preprocessor error, to ensure ecc_secp256r1_inv...
2020-10-20  Niels MöllerDelete ecc_mod_inv_redc
2020-10-20  Niels MöllerOptimize modular inversion for secp224r1 and secp256r1
2020-10-19  Niels MöllerOptimize modular inversion for secp521r1.
2020-10-19  Niels MöllerComment fixes for ecc_secp192r1_inv.
2020-10-15  Niels MöllerOptimize modular inversion for secp192r1.
2020-10-15  Niels Möllerecc-modinv-test.c: Allow invert function to return...
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...
2020-05-28  Emil Velikovexamples: don't use deprecated OpenSSL hashing API
2020-05-10  Niels Möllergitlab-ci: Reenable gost in gnutls build
2020-04-29  Niels MöllerNote Nettle-3.6 release. nettle_3.6_release_20200429
2020-04-27  Niels MöllerTweak gcc command like flags nettle_3.6rc3
2020-04-27  Niels MöllerUpdate mini-gmp to latest version
2020-04-26  Niels MöllerMention GMP-6.1.0 in NEWS.
2020-04-25  Niels MöllerDelete compatibility definitions of mpz_limbs_read...
2020-04-25  Niels MöllerRequire gmp-6.1.0 or later, for mpn_zero_p.
2020-04-25  Niels MöllerDISTFILES fixes. nettle_3.6rc2
2020-04-23  Niels MöllerSet WINEPATH for tests, and remove symlink workaround.
2020-04-23  Niels MöllerIn tests, delete ASSERTs with functions pointer compari...
2020-04-22  Niels MöllerDelete .test-rules.make, replaced by GNU make pattern...
2020-04-21  Niels MöllerChangeLog entry for gost_vko.
2020-04-21  Dmitry Eremin... Implement GOST VKO key derivation algorithm
2020-04-19  Niels MöllerChangeLog for previous gosthash changes.
2020-04-19  Niels MöllerDelete obsolete FIXME comment.
next