2025-06-22 |
Niels Möller | Use _NETTLE_ALIGN16 also for aes192_ctx and aes256_ctx. wip-use-alignas |
commit | commitdiff | tree |
2025-06-16 |
Niels Möller | Move alignas declaration, to be compatible with C++. |
commit | commitdiff | tree |
2025-05-27 |
Niels Möller | Use alignas |
commit | commitdiff | tree |
2025-05-26 |
Niels Möller | Run submake in testsuite before tools. |
commit | commitdiff | tree |
2025-05-18 |
Niels Möller | Update sha3 documentation. trim-sha3-context |
commit | commitdiff | tree |
2025-05-13 |
Niels Möller | Define old sha3_*_ctx and sha3_*_init as aliases. |
commit | commitdiff | tree |
2025-05-13 |
Niels Möller | New smaller struct sha3_ctx. |
commit | commitdiff | tree |
2025-04-29 |
Niels Möller | Whitespace changes to sha3 prototypes. |
commit | commitdiff | tree |
2025-04-28 |
Niels Möller | Adopt mp_bitcnt_t type. |
commit | commitdiff | tree |
2025-04-28 |
Niels Möller | Delete old and deprecated file sha.h. |
commit | commitdiff | tree |
2025-04-28 |
Niels Möller | Delete old _DATA_SIZE aliases. |
commit | commitdiff | tree |
2025-04-28 |
Niels Möller | Delete old alias yarrow256_force_reseed. |
commit | commitdiff | tree |
2025-04-28 |
Niels Möller | Drop md5-compat-test from .gitignore. |
commit | commitdiff | tree |
2025-04-28 |
Niels Möller | Delete old salsa20 compatibility aliases. |
commit | commitdiff | tree |
2025-04-27 |
Niels Möller | ppc64: Use 64-bit compare in _sha256_compress_n. |
commit | commitdiff | tree |
2025-04-25 |
Niels Möller | Minor fixes to ccm documentation. |
commit | commitdiff | tree |
2025-04-09 |
Niels Möller | ci: Use CFLAGS to pass -mvsx flag, rather than EXTRA_CO... |
commit | commitdiff | tree |
2025-04-09 |
Niels Möller | Test cipher encrypt/decrypt methods with varying data... |
commit | commitdiff | tree |
2025-04-08 |
Niels Möller | Micro-optimization of twofish. |
commit | commitdiff | tree |
2025-04-03 |
Niels Möller | Set CC including -mvsx flag, for big-endian powerpc64... |
commit | commitdiff | tree |
2025-04-02 |
Niels Möller | ppc64: Use assembly files only if __VSX__ is defined. |
commit | commitdiff | tree |
2025-04-02 |
Niels Möller | ChangeLog entries for check-fat-emulate. check-fat-emulate |
commit | commitdiff | tree |
2025-04-02 |
Niels Möller | Add make target check-fat-emulate |
commit | commitdiff | tree |
2025-03-29 |
Niels Möller | ppc64: Comment fix and micro optimization of ghash_set_key. |
commit | commitdiff | tree |
2025-03-26 |
Niels Möller | ppc64: Update offset in gcm-aes assembly. |
commit | commitdiff | tree |
2025-03-24 |
Niels Möller | Halve allocation size for precomputed values in gcm_key. |
commit | commitdiff | tree |
2025-03-18 |
Niels Möller | Document deleted digest size arguments. |
commit | commitdiff | tree |
2025-03-11 |
Niels Möller | Drop length argument from sm3_write_digest. delete-digest_func-size |
commit | commitdiff | tree |
2025-03-11 |
Niels Möller | Add typedef nettle_output_func. |
commit | commitdiff | tree |
2025-03-11 |
Niels Möller | Delete length argument to nettle_hash_digest_func. |
commit | commitdiff | tree |
2025-03-10 |
Niels Möller | Delete all code and docs for dsa-compat.h. |
commit | commitdiff | tree |
2025-03-09 |
Niels Möller | Change type of the context argument for ccm_aes*_message. |
commit | commitdiff | tree |
2025-03-06 |
Niels Möller | Delete deprecated unsigned long member of union nettle_... |
commit | commitdiff | tree |
2025-03-06 |
Niels Möller | Delete obsolete and deprecated _rsa_blind and _rsa_unbl... |
commit | commitdiff | tree |
2025-03-06 |
Niels Möller | Delete unneeded define of _NETTLE_ATTRIBUTE_DEPRECATED... |
commit | commitdiff | tree |
2025-03-05 |
Niels Möller | Merge branch 'delete-old-aes'. |
commit | commitdiff | tree |
2025-03-05 |
Niels Möller | Delete incomplete and obsolete openpgp code. |
commit | commitdiff | tree |
2025-03-05 |
Niels Möller | Delete MD5 functions compatible with RFC 1321. |
commit | commitdiff | tree |
2025-03-05 |
Niels Möller | Bump version number for nettle-4.0, to prepare for... |
commit | commitdiff | tree |
2025-03-02 |
Niels Möller | ChangeLog entry for lxvb16x fix. |
commit | commitdiff | tree |
2025-03-01 |
Niels Möller | Avoid using lxvb16x instruction in powerpc64/p8 files. |
commit | commitdiff | tree |
2025-02-09 |
Niels Möller | Avoid using stxv/lxv instructions in powerpc64/p8 files. |
commit | commitdiff | tree |
2025-01-12 |
Niels Möller | Fix copy-paste error in docs for ccm_aes256_decrypt_mes... |
commit | commitdiff | tree |
2024-12-30 |
Niels Möller | Add ChangeLog entry for Nettle-3.10.1 relase. nettle_3.10.1_release_20241230 |
commit | commitdiff | tree |
2024-12-28 |
Niels Möller | Add UNUSED attribute for mark_bytes_undefined and mark_... |
commit | commitdiff | tree |
2024-12-14 |
Niels Möller | NEWS entries for nettle-3.10.1. |
commit | commitdiff | tree |
2024-12-14 |
Niels Möller | Update version numbers for nettle-3.10.1. |
commit | commitdiff | tree |
2024-12-13 |
Niels Möller | Fix problem with configure invocation of valgrind hangi... |
commit | commitdiff | tree |
2024-10-16 |
Niels Möller | Update run-tests shell usage, fixing all shellcheck... |
commit | commitdiff | tree |
2024-09-18 |
Niels Möller | ChangeLog entry for elf_aux_info fix |
commit | commitdiff | tree |
2024-09-13 |
Eric Richter | powerpc64/sha256: fix loading overreads by loading... |
commit | commitdiff | tree |
2024-09-08 |
Niels Möller | Simplify fat logic for freebsd on ppc. |
commit | commitdiff | tree |
2024-09-07 |
Brad Smith | Add support for elf_aux_info() on OpenBSD |
commit | commitdiff | tree |
2024-08-30 |
Eric Richter | powerpc64/sha256: adjust stack offset for storing non... |
commit | commitdiff | tree |
2024-08-04 |
Eric Richter | powerpc64: remove use of m4_unquote in the load step... |
commit | commitdiff | tree |
2024-06-23 |
Niels Möller | New test_xof function, use for tests of shake128 and... |
commit | commitdiff | tree |
2024-06-16 |
Niels Möller | Improve hmac tests, delete HMAC_TEST macro. cleanup-hmac-tests |
commit | commitdiff | tree |
2024-06-16 |
Niels Möller | Add nettle_mac structs for gosthash94 and gosthash94cp. |
commit | commitdiff | tree |
2024-06-16 |
Niels Möller | Add ChangeLog entry for nettle-3.10 release. |
commit | commitdiff | tree |
2024-06-16 |
Niels Möller | Fixes for running tests in wine. nettle_3.10_release_20240616 |
commit | commitdiff | tree |
2024-06-15 |
Niels Möller | Fix distribution of side channel tests. nettle_3.10rc2 |
commit | commitdiff | tree |
2024-06-12 |
Niels Möller | Update NEWS nettle_3.10rc1 |
commit | commitdiff | tree |
2024-06-11 |
Niels Möller | ChangeLog entry for previous change. |
commit | commitdiff | tree |
2024-06-11 |
Foolbar | arm64: CPU feature detection for Android |
commit | commitdiff | tree |
2024-06-11 |
Niels Möller | Minor comment fix. |
commit | commitdiff | tree |
2024-06-11 |
Niels Möller | ChangeLog and AUTHORS update for ppc64 sha256. |
commit | commitdiff | tree |
2024-06-09 |
Eric Richter | powerpc64: Add optimized assembly for sha256-compress-n ppc64-sha256 |
commit | commitdiff | tree |
2024-06-09 |
Niels Möller | Avoid warnings for assert_maybe. |
commit | commitdiff | tree |
2024-06-05 |
Niels Möller | Update config.guess and config.sub to 2024-01-01 versions. |
commit | commitdiff | tree |
2024-06-02 |
Niels Möller | Update version numbers for nettle-3.10. |
commit | commitdiff | tree |
2024-06-01 |
Niels Möller | Unify handing of message hash for dsa and ecdsa, using... |
commit | commitdiff | tree |
2024-06-01 |
Niels Möller | Use NETTLE_OCTET_SIZE_TO_LIMB_SIZE macro. |
commit | commitdiff | tree |
2024-05-20 |
Niels Möller | ci: Update .gitlab-ci.yml job tags. |
commit | commitdiff | tree |
2024-05-15 |
Niels Möller | ppc64: Reduce register usage in gcm-aes assembly. |
commit | commitdiff | tree |
2024-05-15 |
Niels Möller | More NEWS entries for nettle-3.10. |
commit | commitdiff | tree |
2024-05-15 |
Niels Möller | Spelling fix. |
commit | commitdiff | tree |
2024-04-20 |
Niels Möller | Update of AUTHORS file. |
commit | commitdiff | tree |
2024-04-20 |
Niels Möller | Merge branch 'ppc64-gcm-aes-rebased' |
commit | commitdiff | tree |
2024-04-14 |
Niels Möller | ChangeLog entries for ppc64 gcm-aes. ppc64-gcm-aes-rebased |
commit | commitdiff | tree |
2024-04-14 |
Niels Möller | Update copyright headers. |
commit | commitdiff | tree |
2024-04-14 |
Niels Möller | Fix filenames in two ecc-curve25519-modp.asm files. |
commit | commitdiff | tree |
2024-04-14 |
Daiki Ueno | Update documentation for SHAKE. |
commit | commitdiff | tree |
2024-04-13 |
Niels Möller | ppc64: Fix big-endian case of byte swapping for gcm... |
commit | commitdiff | tree |
2024-04-13 |
Niels Möller | Fix counter update, with proper 32-bit wraparound. |
commit | commitdiff | tree |
2024-04-13 |
Niels Möller | Rework no-op version of _gcm_aes_encrypt and _gcm_aes_d... |
commit | commitdiff | tree |
2024-04-13 |
Niels Möller | ppc64: Use new gcm-aes assembly in non-fat builds with... |
commit | commitdiff | tree |
2024-04-13 |
Niels Möller | Add gcm-internal.h, declaring _gcm_aes_encrypt and... |
commit | commitdiff | tree |
2024-04-13 |
Danny Tsen | ppc64: New "stitched" implementation of GCM-AES. |
commit | commitdiff | tree |
2024-03-31 |
Niels Möller | Merge branch 'sha3-shake-updates' |
commit | commitdiff | tree |
2024-03-29 |
Niels Möller | Let umac and bcrypt share bswap helper function. |
commit | commitdiff | tree |
2024-03-28 |
Niels Möller | Add sha512_224 and sha512_256 to nettle_hashes. |
commit | commitdiff | tree |
2024-03-28 |
Niels Möller | ChangeLog entries for shake128. sha3-shake-updates |
commit | commitdiff | tree |
2024-03-28 |
Niels Möller | testsuite/Makefile.in (TS_NETTLE_SOURCES): Add shake128... |
commit | commitdiff | tree |
2024-03-28 |
Niels Möller | Add missing include of string.h. |
commit | commitdiff | tree |
2024-03-28 |
Niels Möller | Merge branch 'wip/dueno/shake128' into 'sha3-shake... |
commit | commitdiff | tree |
2024-03-28 |
Daiki Ueno | Implement SHAKE128 |
commit | commitdiff | tree |
2024-03-28 |
Daiki Ueno | sha3-shake: Don't hard-code block size |
commit | commitdiff | tree |
2024-03-24 |
Niels Möller | Add another test for GCM counter wrap around, with... |
commit | commitdiff | tree |
2024-03-24 |
Niels Möller | Use one's complement of index to indicate shake is... |
commit | commitdiff | tree |
2024-03-24 |
Niels Möller | Generalize shake functions, and move to sha3-shake.c. |
commit | commitdiff | tree |
next |