]> git.ipfire.org Git - thirdparty/nettle.git/shortlog
thirdparty/nettle.git
2023-04-23  Niels MöllerUpdate OCB tests to use test_aead_message. aead-tests
2023-04-23  Niels MöllerRename siv-test.c --> siv-cmac-test.c.
2023-04-23  Niels MöllerImprove in-place testing
2023-04-21  Niels MöllerUpdate siv-gcm tests.
2023-04-21  Niels MöllerNew test helper test_aead_message.
2023-04-21  Niels MöllerDocument OCB support.
2023-04-21  Niels MöllerMinor whitespace fix.
2023-04-13  Niels MöllerRewrite of table-based ghash code, for side-channel...
2023-04-07  Niels MöllerMerge branch 'x86_ghash' into 'master'
2023-04-03  Maamoun TKUse Test instruction instead of And to check remaining...
2023-04-03  Justus WinterUpdate reference to the Yarrow paper.
2023-04-03  Niels MöllerChangeLog and copyright update.
2023-04-02  Niels MöllerMerge branch 'nettle-x86_ghash' into master
2023-03-25  Niels MöllerNew constant OCB_MAX_NONCE_SIZE.
2023-03-23  Maamoun TK[x86_64] Use 2-way GHASH pclmul update
2023-02-21  Niels MöllerAdd link to puthon bindings.
2023-02-16  red@foxi.memidipix platform support
2023-02-16  Niels Möllerx86_64: Fix incorrect w64 setup in sha256_compress_n...
2023-02-16  Niels Möllerx86_64: Comment fixes.
2023-02-08  Niels MöllerAdd benchmarking of ocb_aes128. ocb-merge
2023-02-07  Niels MöllerAdd tests of ocb message functions.
2023-02-07  Niels MöllerImplement OCB mode, RFC 7253.
2023-02-06  Niels MöllerExtend aead tests.
2022-12-05  Niels Möllerconst-declare the xts_key argument to xts aes encrypt...
2022-12-05  Niels MöllerAdd FIXME comment on ccm_aes128_encrypt_message, API...
2022-11-10  Niels MöllerMerge branch 'delete-arcfour-asm' into master
2022-11-09  Niels MöllerChangeLog update.
2022-11-09  Niels MöllerMerge branch 'nettle-ppc-poly1305-multi' into master
2022-11-09  Niels MöllerWhitespace fixes.
2022-11-08  Maamoun TK[PowerPC] Use INC_GPR/INC_VR marcos and define HAVE_NAT...
2022-11-07  Niels MöllerAdd ASM_FLAGS variable to configure.
2022-11-07  Niels MöllerComment fix
2022-11-06  Maamoun TKUpdate BLOCK_R64 macro description
2022-11-06  Maamoun TK[PowerPC] Move register allocation from poly1305.m4
2022-11-01  Maamoun TK[PowerPC] Implement _nettle_poly1305_blocks based on...
2022-10-31  Niels Möllerx86_64: Implement _nettle_poly1305_blocks.
2022-10-31  Niels MöllerNew function _nettle_poly1305_update.
2022-10-31  Niels MöllerMinor comment fix.
2022-10-20  Niels MöllerMerge branch 'power7-chacha-fix' into 'master'
2022-10-20  Maamoun TKFix illegal instruction in chacha-2core.asm on POWER7
2022-10-16  Zoltan FridrichDocumentation of Balloon hash.
2022-10-13  Maamoun TKUse updated version of qemu that emulates vmsumudm...
2022-10-13  Maamoun TKUndo workaround for unsupported vmsumudm on ppc
2022-10-13  Maamoun TKFix bug in poly1305-internal.asm affecting big-endian...
2022-10-13  Niels MöllerAdd back implementation of mpn_sec_tabselect, for mini...
2022-10-11  Niels MöllerDelete sec_tabselect, use gmp's mpn_sec_tabselect instead.
2022-10-02  Niels MöllerAdd benchmarking of modulo q inversion.
2022-09-29  Niels MöllerFix compiler warnings in the eccdata program.
2022-09-29  Niels MöllerChangeLog update.
2022-09-28  Niels MöllerDelete ecc->mul_g and ecc->h_to_a indirection for ecdsa... ecdsa-weierstrass-only
2022-09-28  Niels MöllerDelete ecc->mul and ecc->mul_g indirection for ecdsa...
2022-09-28  Niels MöllerMerge branch 'ecdsa-duplication-fix'
2022-09-28  Niels MöllerComment update ecdsa-duplication-fix
2022-09-28  Niels MöllerStricter validation of nettle_cipher and nettle_hash...
2022-09-28  Niels MöllerChangeLog and AUTHORS update for SIV-GCM.
2022-09-28  Niels MöllerChangeLog and AUTHORS update for Balloon.
2022-09-28  Niels MöllerMerge branch 'wip/dueno/aes-gcm-siv' into 'master'
2022-09-26  Daiki UenoImplement AES-GCM-SIV
2022-09-24  Zoltan FridrichAdd Red Hat copyright lines. balloon
2022-09-24  Zoltan FridrichAvoid calling hash update with NULL input (and zero...
2022-09-24  Zoltan FridrichDelete fail variable in tests
2022-09-14  Zoltan FridrichImplement balloon password hashing
2022-09-14  Niels MöllerFix ECDSA verify corner case
2022-09-14  Niels MöllerNew function ecc_nonsec_add_jjj
2022-09-08  Niels MöllerCleanup of eccdata.
2022-08-31  Niels MöllerMove bswap-related functions to bswap-internal.h. bswap-header
2022-08-19  Niels MöllerUpdate AUTHORS file with SM4 contribution.
2022-08-18  Niels MöllerAdd sm4.h to HEADERS. sm4
2022-08-18  Niels MöllerChangeLog entries for SM4.
2022-08-18  Tianjia Zhangdoc: documentation for GCM using SM4 cipher
2022-08-18  Tianjia Zhanggcm: Add SM4 as the GCM underlying cipher
2022-08-18  Niels Möllerdoc: Add menu items for SM4
2022-08-18  Tianjia Zhangdoc: documentation for SM4 cipher algorithm
2022-08-18  Tianjia Zhangnettle-benchmark: bench SM4 symmetric algorithm
2022-08-18  Tianjia Zhangtestsuite: add test for SM4 symmetric algorithm
2022-08-18  Tianjia ZhangIntroduce SM4 symmetric cipher algorithm
2022-08-18  Niels MöllerChange mips abi check to apply only to mips64.
2022-08-17  Niels Möllertests: Define mpz_urandomm when building with mini...
2022-08-16  Niels MöllerFix memory leak in new test.
2022-08-16  Niels MöllerReduce output range of ecc_mod_sub.
2022-08-16  Niels MöllerMinor cleanup to eccdata program
2022-08-15  Niels MöllerMerge branch 'sha256-compress-n' into master-updates
2022-08-14  Niels MöllerWorkaround for qemu bug affecting the ppc intruction...
2022-08-07  Niels MöllerDocument hash compress functions, based on patch from...
2022-08-07  Niels MöllerTweak to AC_CONFIG_SRCDIR.
2022-08-07  Niels MöllerDelete all arcfour assembly code delete-arcfour-asm
2022-08-06  Niels MöllerMerge branch 'ppc-r64-44' into 'master'
2022-08-06  Maamoun TK[PowerPC] Use defined structure constants of P1305...
2022-08-05  Niels MöllerFix alloca warnings on bsd systems.
2022-08-05  Niels MöllerFix to getopt.c includes.
2022-08-04  Niels MöllerChangeLog entries for *BSD portability fixes from Brad...
2022-08-04  Brad SmithFix 64-bit MIPS ABI check for other OS's like *BSD...
2022-08-04  Brad SmithEliminate conflict with OpenBSD's swap32 macro
2022-08-01  Brad SmithUse proper PIC flag for *BSD OS's
2022-07-29  Niels Möllers390x: Implement sha256_compress_n sha256-compress-n
2022-07-26  Niels Möllerarm: Implement sha256_compress_n
2022-07-21  Niels MöllerUpdate mailing list url in README.
2022-07-11  Niels Möllerarm64: Implement sha256_compress_n
2022-07-11  Niels MöllerUpdate C _nettle_sha256_compress_n fat build setup.
2022-07-05  Niels MöllerImplement _nettle_sha256_compress_n, C and x86_64 asm
next