2023-02-06 |
Niels Möller | Add test for ocb with 96-bit tag. |
commit | commitdiff | tree |
2023-02-06 |
Niels Möller | Move declaration of ocb_aes128_ctx to ocb-internal.h. |
commit | commitdiff | tree |
2023-02-06 |
Niels Möller | Make test_aead always use set_nonce function pointer... |
commit | commitdiff | tree |
2023-02-06 |
Niels Möller | Delete #if:ed out 2-way and 4-way code |
commit | commitdiff | tree |
2023-02-06 |
Niels Möller | Simplify ocb_crypt_n logic, less duplication. |
commit | commitdiff | tree |
2023-02-06 |
Niels Möller | Simplify ocb_update logic, less duplication. |
commit | commitdiff | tree |
2023-02-06 |
Niels Möller | Optimizze ocb_update. |
commit | commitdiff | tree |
2023-02-06 |
Niels Möller | Replace offset with count of initial unaligned bytes. |
commit | commitdiff | tree |
2023-02-06 |
Niels Möller | Define endian-dependent macros. |
commit | commitdiff | tree |
2023-02-06 |
Niels Möller | Optimize ocb_checksum_n. |
commit | commitdiff | tree |
2023-02-06 |
Niels Möller | Rework with ocb_fill_n, 16 blocks at a time. |
commit | commitdiff | tree |
2023-02-06 |
Niels Möller | Implement 2-way processing for ocb_encrypt. |
commit | commitdiff | tree |
2023-02-06 |
Niels Möller | Fix pointer bug in previous change. |
commit | commitdiff | tree |
2023-02-06 |
Niels Möller | Add shared helper functions for ocb_encrypt and ocb_dec... |
commit | commitdiff | tree |
2023-02-06 |
Niels Möller | Add ocb tests with larger messages. |
commit | commitdiff | tree |
2023-02-06 |
Niels Möller | Add benchmarking of ocb_aes128. |
commit | commitdiff | tree |
2023-02-06 |
Niels Möller | Rework ocb-aes128 interface, new struct ocb_aes128_encr... |
commit | commitdiff | tree |
2023-02-06 |
Niels Möller | Improve consistency with other message functions. |
commit | commitdiff | tree |
2023-02-06 |
Niels Möller | More ocb functions |
commit | commitdiff | tree |
2023-02-06 |
Niels Möller | Use bswap-internal.h and bswap64_if_le. |
commit | commitdiff | tree |
2023-02-06 |
Niels Möller | Make ctx argument to ocb_digest const. |
commit | commitdiff | tree |
2023-02-06 |
Niels Möller | Add open questions, sketch message prototypes. |
commit | commitdiff | tree |
2023-02-06 |
Niels Möller | Fix comment. |
commit | commitdiff | tree |
2023-02-06 |
Niels Möller | ocb: Delete unneeded zero checks. |
commit | commitdiff | tree |
2023-02-06 |
Niels Möller | ocb: Rewrite trailing-zeros loop to not use __builtin_c... |
commit | commitdiff | tree |
2023-02-06 |
Niels Möller | ocb: Use bswap_if_le, for portability. |
commit | commitdiff | tree |
2023-02-06 |
Niels Möller | Use aes128_invert_key |
commit | commitdiff | tree |
2023-02-06 |
Niels Möller | Implement OCB mode |
commit | commitdiff | tree |
2023-02-06 |
Niels Möller | Extend aead tests. |
commit | commitdiff | tree |
2022-12-05 |
Niels Möller | const-declare the xts_key argument to xts aes encrypt... |
commit | commitdiff | tree |
2022-12-05 |
Niels Möller | Add FIXME comment on ccm_aes128_encrypt_message, API... |
commit | commitdiff | tree |
2022-11-10 |
Niels Möller | Merge branch 'delete-arcfour-asm' into master |
commit | commitdiff | tree |
2022-11-09 |
Niels Möller | ChangeLog update. |
commit | commitdiff | tree |
2022-11-09 |
Niels Möller | Merge branch 'nettle-ppc-poly1305-multi' into master |
commit | commitdiff | tree |
2022-11-09 |
Niels Möller | Whitespace fixes. |
commit | commitdiff | tree |
2022-11-08 |
Maamoun TK | [PowerPC] Use INC_GPR/INC_VR marcos and define HAVE_NAT... |
commit | commitdiff | tree |
2022-11-07 |
Niels Möller | Add ASM_FLAGS variable to configure. |
commit | commitdiff | tree |
2022-11-07 |
Niels Möller | Comment fix |
commit | commitdiff | tree |
2022-11-06 |
Maamoun TK | Update BLOCK_R64 macro description |
commit | commitdiff | tree |
2022-11-06 |
Maamoun TK | [PowerPC] Move register allocation from poly1305.m4 |
commit | commitdiff | tree |
2022-11-01 |
Maamoun TK | [PowerPC] Implement _nettle_poly1305_blocks based on... |
commit | commitdiff | tree |
2022-10-31 |
Niels Möller | x86_64: Implement _nettle_poly1305_blocks. |
commit | commitdiff | tree |
2022-10-31 |
Niels Möller | New function _nettle_poly1305_update. |
commit | commitdiff | tree |
2022-10-31 |
Niels Möller | Minor comment fix. |
commit | commitdiff | tree |
2022-10-20 |
Niels Möller | Merge branch 'power7-chacha-fix' into 'master' |
commit | commitdiff | tree |
2022-10-20 |
Maamoun TK | Fix illegal instruction in chacha-2core.asm on POWER7 |
commit | commitdiff | tree |
2022-10-16 |
Zoltan Fridrich | Documentation of Balloon hash. |
commit | commitdiff | tree |
2022-10-13 |
Maamoun TK | Use updated version of qemu that emulates vmsumudm... |
commit | commitdiff | tree |
2022-10-13 |
Maamoun TK | Undo workaround for unsupported vmsumudm on ppc |
commit | commitdiff | tree |
2022-10-13 |
Maamoun TK | Fix bug in poly1305-internal.asm affecting big-endian... |
commit | commitdiff | tree |
2022-10-13 |
Niels Möller | Add back implementation of mpn_sec_tabselect, for mini... |
commit | commitdiff | tree |
2022-10-11 |
Niels Möller | Delete sec_tabselect, use gmp's mpn_sec_tabselect instead. |
commit | commitdiff | tree |
2022-10-02 |
Niels Möller | Add benchmarking of modulo q inversion. |
commit | commitdiff | tree |
2022-09-29 |
Niels Möller | Fix compiler warnings in the eccdata program. |
commit | commitdiff | tree |
2022-09-29 |
Niels Möller | ChangeLog update. |
commit | commitdiff | tree |
2022-09-28 |
Niels Möller | Delete ecc->mul_g and ecc->h_to_a indirection for ecdsa... ecdsa-weierstrass-only |
commit | commitdiff | tree |
2022-09-28 |
Niels Möller | Delete ecc->mul and ecc->mul_g indirection for ecdsa... |
commit | commitdiff | tree |
2022-09-28 |
Niels Möller | Merge branch 'ecdsa-duplication-fix' |
commit | commitdiff | tree |
2022-09-28 |
Niels Möller | Comment update ecdsa-duplication-fix |
commit | commitdiff | tree |
2022-09-28 |
Niels Möller | Stricter validation of nettle_cipher and nettle_hash... |
commit | commitdiff | tree |
2022-09-28 |
Niels Möller | ChangeLog and AUTHORS update for SIV-GCM. |
commit | commitdiff | tree |
2022-09-28 |
Niels Möller | ChangeLog and AUTHORS update for Balloon. |
commit | commitdiff | tree |
2022-09-28 |
Niels Möller | Merge branch 'wip/dueno/aes-gcm-siv' into 'master' |
commit | commitdiff | tree |
2022-09-26 |
Daiki Ueno | Implement AES-GCM-SIV |
commit | commitdiff | tree |
2022-09-24 |
Zoltan Fridrich | Add Red Hat copyright lines. balloon |
commit | commitdiff | tree |
2022-09-24 |
Zoltan Fridrich | Avoid calling hash update with NULL input (and zero... |
commit | commitdiff | tree |
2022-09-24 |
Zoltan Fridrich | Delete fail variable in tests |
commit | commitdiff | tree |
2022-09-14 |
Zoltan Fridrich | Implement balloon password hashing |
commit | commitdiff | tree |
2022-09-14 |
Niels Möller | Fix ECDSA verify corner case |
commit | commitdiff | tree |
2022-09-14 |
Niels Möller | New function ecc_nonsec_add_jjj |
commit | commitdiff | tree |
2022-09-08 |
Niels Möller | Cleanup of eccdata. |
commit | commitdiff | tree |
2022-08-31 |
Niels Möller | Move bswap-related functions to bswap-internal.h. bswap-header |
commit | commitdiff | tree |
2022-08-19 |
Niels Möller | Update AUTHORS file with SM4 contribution. |
commit | commitdiff | tree |
2022-08-18 |
Niels Möller | Add sm4.h to HEADERS. sm4 |
commit | commitdiff | tree |
2022-08-18 |
Niels Möller | ChangeLog entries for SM4. |
commit | commitdiff | tree |
2022-08-18 |
Tianjia Zhang | doc: documentation for GCM using SM4 cipher |
commit | commitdiff | tree |
2022-08-18 |
Tianjia Zhang | gcm: Add SM4 as the GCM underlying cipher |
commit | commitdiff | tree |
2022-08-18 |
Niels Möller | doc: Add menu items for SM4 |
commit | commitdiff | tree |
2022-08-18 |
Tianjia Zhang | doc: documentation for SM4 cipher algorithm |
commit | commitdiff | tree |
2022-08-18 |
Tianjia Zhang | nettle-benchmark: bench SM4 symmetric algorithm |
commit | commitdiff | tree |
2022-08-18 |
Tianjia Zhang | testsuite: add test for SM4 symmetric algorithm |
commit | commitdiff | tree |
2022-08-18 |
Tianjia Zhang | Introduce SM4 symmetric cipher algorithm |
commit | commitdiff | tree |
2022-08-18 |
Niels Möller | Change mips abi check to apply only to mips64. |
commit | commitdiff | tree |
2022-08-17 |
Niels Möller | tests: Define mpz_urandomm when building with mini... |
commit | commitdiff | tree |
2022-08-16 |
Niels Möller | Fix memory leak in new test. |
commit | commitdiff | tree |
2022-08-16 |
Niels Möller | Reduce output range of ecc_mod_sub. |
commit | commitdiff | tree |
2022-08-16 |
Niels Möller | Minor cleanup to eccdata program |
commit | commitdiff | tree |
2022-08-15 |
Niels Möller | Merge branch 'sha256-compress-n' into master-updates |
commit | commitdiff | tree |
2022-08-14 |
Niels Möller | Workaround for qemu bug affecting the ppc intruction... |
commit | commitdiff | tree |
2022-08-07 |
Niels Möller | Document hash compress functions, based on patch from... |
commit | commitdiff | tree |
2022-08-07 |
Niels Möller | Tweak to AC_CONFIG_SRCDIR. |
commit | commitdiff | tree |
2022-08-07 |
Niels Möller | Delete all arcfour assembly code delete-arcfour-asm |
commit | commitdiff | tree |
2022-08-06 |
Niels Möller | Merge branch 'ppc-r64-44' into 'master' |
commit | commitdiff | tree |
2022-08-06 |
Maamoun TK | [PowerPC] Use defined structure constants of P1305... |
commit | commitdiff | tree |
2022-08-05 |
Niels Möller | Fix alloca warnings on bsd systems. |
commit | commitdiff | tree |
2022-08-05 |
Niels Möller | Fix to getopt.c includes. |
commit | commitdiff | tree |
2022-08-04 |
Niels Möller | ChangeLog entries for *BSD portability fixes from Brad... |
commit | commitdiff | tree |
2022-08-04 |
Brad Smith | Fix 64-bit MIPS ABI check for other OS's like *BSD... |
commit | commitdiff | tree |
2022-08-04 |
Brad Smith | Eliminate conflict with OpenBSD's swap32 macro |
commit | commitdiff | tree |
2022-08-01 |
Brad Smith | Use proper PIC flag for *BSD OS's |
commit | commitdiff | tree |
next |