]> git.ipfire.org Git - thirdparty/nettle.git/shortlog
thirdparty/nettle.git
2025-04-09  Niels Möllerci: Use CFLAGS to pass -mvsx flag, rather than EXTRA_CO... fix-gitlab-ci
2025-04-08  Niels MöllerMicro-optimization of twofish.
2025-04-03  Niels MöllerSet CC including -mvsx flag, for big-endian powerpc64...
2025-04-02  Niels Möllerppc64: Use assembly files only if __VSX__ is defined.
2025-04-02  Niels MöllerChangeLog entries for check-fat-emulate. check-fat-emulate
2025-04-02  Niels MöllerAdd make target check-fat-emulate
2025-03-29  Niels Möllerppc64: Comment fix and micro optimization of ghash_set_key.
2025-03-26  Niels Möllerppc64: Update offset in gcm-aes assembly.
2025-03-24  Niels MöllerHalve allocation size for precomputed values in gcm_key.
2025-03-18  Niels MöllerDocument deleted digest size arguments.
2025-03-11  Niels MöllerDrop length argument from sm3_write_digest. delete-digest_func-size
2025-03-11  Niels MöllerAdd typedef nettle_output_func.
2025-03-11  Niels MöllerDelete length argument to nettle_hash_digest_func.
2025-03-10  Niels MöllerDelete all code and docs for dsa-compat.h.
2025-03-09  Niels MöllerChange type of the context argument for ccm_aes*_message.
2025-03-06  Niels MöllerDelete deprecated unsigned long member of union nettle_...
2025-03-06  Niels MöllerDelete obsolete and deprecated _rsa_blind and _rsa_unbl...
2025-03-06  Niels MöllerDelete unneeded define of _NETTLE_ATTRIBUTE_DEPRECATED...
2025-03-05  Niels MöllerMerge branch 'delete-old-aes'.
2025-03-05  Niels MöllerDelete incomplete and obsolete openpgp code.
2025-03-05  Niels MöllerDelete MD5 functions compatible with RFC 1321.
2025-03-05  Niels MöllerBump version number for nettle-4.0, to prepare for...
2025-03-02  Niels MöllerChangeLog entry for lxvb16x fix.
2025-03-01  Niels MöllerAvoid using lxvb16x instruction in powerpc64/p8 files.
2025-02-09  Niels MöllerAvoid using stxv/lxv instructions in powerpc64/p8 files.
2025-01-12  Niels MöllerFix copy-paste error in docs for ccm_aes256_decrypt_mes...
2024-12-30  Niels MöllerAdd ChangeLog entry for Nettle-3.10.1 relase. nettle_3.10.1_release_20241230
2024-12-28  Niels MöllerAdd UNUSED attribute for mark_bytes_undefined and mark_...
2024-12-14  Niels MöllerNEWS entries for nettle-3.10.1.
2024-12-14  Niels MöllerUpdate version numbers for nettle-3.10.1.
2024-12-13  Niels MöllerFix problem with configure invocation of valgrind hangi...
2024-10-16  Niels MöllerUpdate run-tests shell usage, fixing all shellcheck...
2024-09-18  Niels MöllerChangeLog entry for elf_aux_info fix
2024-09-13  Eric Richterpowerpc64/sha256: fix loading overreads by loading...
2024-09-08  Niels MöllerSimplify fat logic for freebsd on ppc.
2024-09-07  Brad SmithAdd support for elf_aux_info() on OpenBSD
2024-08-30  Eric Richterpowerpc64/sha256: adjust stack offset for storing non...
2024-08-04  Eric Richterpowerpc64: remove use of m4_unquote in the load step...
2024-06-23  Niels MöllerNew test_xof function, use for tests of shake128 and...
2024-06-16  Niels MöllerImprove hmac tests, delete HMAC_TEST macro. cleanup-hmac-tests
2024-06-16  Niels MöllerAdd nettle_mac structs for gosthash94 and gosthash94cp.
2024-06-16  Niels MöllerAdd ChangeLog entry for nettle-3.10 release.
2024-06-16  Niels MöllerFixes for running tests in wine. nettle_3.10_release_20240616
2024-06-15  Niels MöllerFix distribution of side channel tests. nettle_3.10rc2
2024-06-12  Niels MöllerUpdate NEWS nettle_3.10rc1
2024-06-11  Niels MöllerChangeLog entry for previous change.
2024-06-11  Foolbararm64: CPU feature detection for Android
2024-06-11  Niels MöllerMinor comment fix.
2024-06-11  Niels MöllerChangeLog and AUTHORS update for ppc64 sha256.
2024-06-09  Eric Richterpowerpc64: Add optimized assembly for sha256-compress-n ppc64-sha256
2024-06-09  Niels MöllerAvoid warnings for assert_maybe.
2024-06-05  Niels MöllerUpdate config.guess and config.sub to 2024-01-01 versions.
2024-06-02  Niels MöllerUpdate version numbers for nettle-3.10.
2024-06-01  Niels MöllerUnify handing of message hash for dsa and ecdsa, using...
2024-06-01  Niels MöllerUse NETTLE_OCTET_SIZE_TO_LIMB_SIZE macro.
2024-05-20  Niels Möllerci: Update .gitlab-ci.yml job tags.
2024-05-15  Niels Möllerppc64: Reduce register usage in gcm-aes assembly.
2024-05-15  Niels MöllerMore NEWS entries for nettle-3.10.
2024-05-15  Niels MöllerSpelling fix.
2024-04-20  Niels MöllerUpdate of AUTHORS file.
2024-04-20  Niels MöllerMerge branch 'ppc64-gcm-aes-rebased'
2024-04-14  Niels MöllerChangeLog entries for ppc64 gcm-aes. ppc64-gcm-aes-rebased
2024-04-14  Niels MöllerUpdate copyright headers.
2024-04-14  Niels MöllerFix filenames in two ecc-curve25519-modp.asm files.
2024-04-14  Daiki UenoUpdate documentation for SHAKE.
2024-04-13  Niels Möllerppc64: Fix big-endian case of byte swapping for gcm...
2024-04-13  Niels MöllerFix counter update, with proper 32-bit wraparound.
2024-04-13  Niels MöllerRework no-op version of _gcm_aes_encrypt and _gcm_aes_d...
2024-04-13  Niels Möllerppc64: Use new gcm-aes assembly in non-fat builds with...
2024-04-13  Niels MöllerAdd gcm-internal.h, declaring _gcm_aes_encrypt and...
2024-04-13  Danny Tsenppc64: New "stitched" implementation of GCM-AES.
2024-03-31  Niels MöllerMerge branch 'sha3-shake-updates'
2024-03-29  Niels MöllerLet umac and bcrypt share bswap helper function.
2024-03-28  Niels MöllerAdd sha512_224 and sha512_256 to nettle_hashes.
2024-03-28  Niels MöllerChangeLog entries for shake128. sha3-shake-updates
2024-03-28  Niels Möllertestsuite/Makefile.in (TS_NETTLE_SOURCES): Add shake128...
2024-03-28  Niels MöllerAdd missing include of string.h.
2024-03-28  Niels MöllerMerge branch 'wip/dueno/shake128' into 'sha3-shake...
2024-03-28  Daiki UenoImplement SHAKE128
2024-03-28  Daiki Uenosha3-shake: Don't hard-code block size
2024-03-24  Niels MöllerAdd another test for GCM counter wrap around, with...
2024-03-24  Niels MöllerUse one's complement of index to indicate shake is...
2024-03-24  Niels MöllerGeneralize shake functions, and move to sha3-shake.c.
2024-03-24  Niels MöllerAdd assert in _nettle_sha3_update.
2024-03-24  Niels MöllerMake shake256 call sha3_permute before, not after,...
2024-03-24  Niels MöllerSimplify _nettle_sha3_update by using MD_FILL_OR_RETURN...
2024-03-20  Niels MöllerAdd test for GCM counter wrap around.
2024-03-20  Niels MöllerUpdate of powerpc64/README.
2024-03-13  Niels MöllerChangeLog for sha3_256_shake_output. add-sha3_256_shake_output
2024-03-13  Daiki UenoAdditional API for SHAKE streaming read.
2024-03-10  Niels MöllerTest aead update function with data split in pieces.
2024-03-08  Niels MöllerFix ubsan issue in hash update functions.
2024-02-18  Daiki UenoSkip sc-rsa-oaep-encrypt-test when compiled with mini...
2024-02-16  Niels MöllerChangeLog entries for RSA OAEP functions.
2024-02-16  Daiki UenoClarify message length limitation in RSA-OAEP
2024-02-15  Niels MöllerMerge branch 'wip/dueno/rsa-oaep' into 'master'
2024-02-15  Nicolas MoraImplement encryption/decryption RSA-OAEP
2024-02-02  Niels MöllerChangeLog entries for powerpc64 aes decrypt changes. ppc64-aes-invert
2024-01-30  Niels Möllerppc64: Add a nop _aes_invert, to get decrypt subkeys...
2024-01-29  Niels MöllerMerge branch 'aes-noreverse-decrypt-subkeys' into master
next