]> git.ipfire.org Git - thirdparty/nettle.git/shortlog
thirdparty/nettle.git
2023-02-06  Niels MöllerAdd test for ocb with 96-bit tag.
2023-02-06  Niels MöllerMove declaration of ocb_aes128_ctx to ocb-internal.h.
2023-02-06  Niels MöllerMake test_aead always use set_nonce function pointer...
2023-02-06  Niels MöllerDelete #if:ed out 2-way and 4-way code
2023-02-06  Niels MöllerSimplify ocb_crypt_n logic, less duplication.
2023-02-06  Niels MöllerSimplify ocb_update logic, less duplication.
2023-02-06  Niels MöllerOptimizze ocb_update.
2023-02-06  Niels MöllerReplace offset with count of initial unaligned bytes.
2023-02-06  Niels MöllerDefine endian-dependent macros.
2023-02-06  Niels MöllerOptimize ocb_checksum_n.
2023-02-06  Niels MöllerRework with ocb_fill_n, 16 blocks at a time.
2023-02-06  Niels MöllerImplement 2-way processing for ocb_encrypt.
2023-02-06  Niels MöllerFix pointer bug in previous change.
2023-02-06  Niels MöllerAdd shared helper functions for ocb_encrypt and ocb_dec...
2023-02-06  Niels MöllerAdd ocb tests with larger messages.
2023-02-06  Niels MöllerAdd benchmarking of ocb_aes128.
2023-02-06  Niels MöllerRework ocb-aes128 interface, new struct ocb_aes128_encr...
2023-02-06  Niels MöllerImprove consistency with other message functions.
2023-02-06  Niels MöllerMore ocb functions
2023-02-06  Niels MöllerUse bswap-internal.h and bswap64_if_le.
2023-02-06  Niels MöllerMake ctx argument to ocb_digest const.
2023-02-06  Niels MöllerAdd open questions, sketch message prototypes.
2023-02-06  Niels MöllerFix comment.
2023-02-06  Niels Möllerocb: Delete unneeded zero checks.
2023-02-06  Niels Möllerocb: Rewrite trailing-zeros loop to not use __builtin_c...
2023-02-06  Niels Möllerocb: Use bswap_if_le, for portability.
2023-02-06  Niels MöllerUse aes128_invert_key
2023-02-06  Niels MöllerImplement OCB mode
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
next