2013-08-13 |
Niels Möller | Adapted yarrow code to use new aes256 interface. aes-reorg |
commit | commitdiff | tree |
2013-08-07 |
Niels Möller | Adapted umac code to use new aes128 interface. |
commit | commitdiff | tree |
2013-06-25 |
Niels Möller | Updated copyright year. |
commit | commitdiff | tree |
2013-06-25 |
Niels Möller | New interface for AES-256. Also deleted old aes-meta.c. |
commit | commitdiff | tree |
2013-06-25 |
Niels Möller | New interface for AES-192. |
commit | commitdiff | tree |
2013-06-25 |
Niels Möller | New interface for AES-128. |
commit | commitdiff | tree |
2013-05-22 |
Niels Möller | New internal functions _aes_set_key and _aes_invert. |
commit | commitdiff | tree |
2013-05-22 |
Niels Möller | arm: Adapted AES assembly to new interface. |
commit | commitdiff | tree |
2013-05-21 |
Niels Möller | Adapted sparc32 and sparc64 aes assembly to new interface. |
commit | commitdiff | tree |
2013-05-21 |
Niels Möller | x86: Adapted aes assembly to new interface. |
commit | commitdiff | tree |
2013-05-20 |
Niels Möller | x86_64: Adapted aes assembly to new interrface. |
commit | commitdiff | tree |
2013-05-17 |
Niels Möller | Rearranged struct aes_ctx. |
commit | commitdiff | tree |
2013-05-17 |
Niels Möller | Separate rounds and key arguments to _aes_encrypt and... |
commit | commitdiff | tree |
2013-05-17 |
Niels Möller | Fix rotation macros to portably support zero rotation... |
commit | commitdiff | tree |
2013-05-17 |
Niels Möller | Fixed ECC bug with overlapping arguments to mpn_mul_n. |
commit | commitdiff | tree |
2013-05-16 |
Niels Möller | arm: Added AES code for pre-v6 processors. |
commit | commitdiff | tree |
2013-05-16 |
Niels Möller | arm: Renamed AES_FINAL_ROUND. |
commit | commitdiff | tree |
2013-05-16 |
Niels Möller | arm/v6: AES microptimization. |
commit | commitdiff | tree |
2013-05-16 |
Niels Möller | arm: Moved AES round macros from aes.m4 to the files... |
commit | commitdiff | tree |
2013-05-16 |
Niels Möller | arm/v6: Alignment tweaks to aes code. |
commit | commitdiff | tree |
2013-05-15 |
Niels Möller | New asm directory arm/v6. Moved aes functions using... |
commit | commitdiff | tree |
2013-05-03 |
Niels Möller | Updated release plan for 2.8. |
commit | commitdiff | tree |
2013-05-03 |
Niels Möller | cast128: Reorganized context struct. Rewrite of key... |
commit | commitdiff | tree |
2013-05-02 |
Niels Möller | Use GMP's mpz_combit if available. |
commit | commitdiff | tree |
2013-05-02 |
Niels Möller | Replaced use of old gmp-1 type MP_INT. |
commit | commitdiff | tree |
2013-05-02 |
Niels Möller | Use size_t in testsuite. size_t-changes |
commit | commitdiff | tree |
2013-04-26 |
Niels Möller | Use size_t for ecc functions. |
commit | commitdiff | tree |
2013-04-26 |
Niels Möller | Use size_t for pbkdf2. |
commit | commitdiff | tree |
2013-04-26 |
Niels Möller | Use size_t for _nettle_write functions. |
commit | commitdiff | tree |
2013-04-26 |
Niels Möller | Use size_t for bignums, rsa and dsa. |
commit | commitdiff | tree |
2013-04-26 |
Niels Möller | Use size_t for asn1 parser. |
commit | commitdiff | tree |
2013-04-26 |
Niels Möller | Use size_t for realloc functions. |
commit | commitdiff | tree |
2013-04-26 |
Niels Möller | Use size_t rather than unsigned for base16, base64... |
commit | commitdiff | tree |
2013-04-26 |
Niels Möller | Use size_t rather than unsigned for randomness related... |
commit | commitdiff | tree |
2013-04-26 |
Niels Möller | Comment updates in umac asm files. |
commit | commitdiff | tree |
2013-04-26 |
Niels Möller | Use size_t rather than unsigned for all hash-related... |
commit | commitdiff | tree |
2013-04-26 |
Niels Möller | Revert to unsigned in struct nettle_cipher. |
commit | commitdiff | tree |
2013-04-26 |
Niels Möller | Comment updates in asm files. |
commit | commitdiff | tree |
2013-04-26 |
Niels Möller | Use size_t rather than unsigned for all cipher-related... |
commit | commitdiff | tree |
2013-04-25 |
Niels Möller | Increase version number, to 2.8, and bump nettle librar... |
commit | commitdiff | tree |
2013-04-25 |
Niels Möller | Deleted unneeded casts in benchmark program. |
commit | commitdiff | tree |
2013-04-25 |
Niels Möller | Add benchmarking of OpenSSL's RSA functions. |
commit | commitdiff | tree |
2013-04-24 |
Niels Möller | Updated some memxor comments. |
commit | commitdiff | tree |
2013-04-24 |
Niels Möller | Updated memxor documentation. |
commit | commitdiff | tree |
2013-04-24 |
Niels Möller | Deleted unneeded casts of memxor arguments. |
commit | commitdiff | tree |
2013-04-24 |
Niels Möller | Changed memxor functions to take void * arguments. |
commit | commitdiff | tree |
2013-04-24 |
Niels Möller | Added nettle_ prefix to memxor symbols. |
commit | commitdiff | tree |
2013-04-24 |
Niels Möller | Include memxor unconditionally, not via LIBOBJS. |
commit | commitdiff | tree |
2013-04-24 |
Niels Möller | Link to perl bindings. |
commit | commitdiff | tree |
2013-04-24 |
Niels Möller | Note 2.7 release in ChangeLog. nettle_2.7_release_20130424 |
commit | commitdiff | tree |
2013-04-23 |
Martin Storsjö | win64: Correctly read the fifth parameter from the... |
commit | commitdiff | tree |
2013-04-23 |
Martin Storsjö | sha: Add the missing W64_EXIT epilogue macro |
commit | commitdiff | tree |
2013-04-23 |
Martin Storsjö | salsa20: Don't return via W64_EXIT within the Lpartial... |
commit | commitdiff | tree |
2013-04-23 |
Martin Storsjö | Use movdqu instead of movdqa for saving xmm registers |
commit | commitdiff | tree |
2013-04-23 |
Niels Möller | Mention South Pole AB in NEWS. |
commit | commitdiff | tree |
2013-04-23 |
Martin Storsjö | Ignore the umac-test binary |
commit | commitdiff | tree |
2013-04-23 |
Martin Storsjö | Consistently use EXEEXT_FOR_BUILD |
commit | commitdiff | tree |
2013-04-21 |
Niels Möller | Minor typographic fixes. |
commit | commitdiff | tree |
2013-04-21 |
Niels Möller | Fixes for make dist target. |
commit | commitdiff | tree |
2013-04-21 |
Niels Möller | Fixed comment typo. |
commit | commitdiff | tree |
2013-04-21 |
Martin Storsjö | Fixed comment typos. |
commit | commitdiff | tree |
2013-04-18 |
Niels Möller | Updated info about ARM neon use. |
commit | commitdiff | tree |
2013-04-18 |
Niels Möller | Recognize all "arm*" cpus, not just "armv7*". |
commit | commitdiff | tree |
2013-04-18 |
Niels Möller | Reorganization of ARM assembly. |
commit | commitdiff | tree |
2013-04-18 |
Niels Möller | Updated release status. |
commit | commitdiff | tree |
2013-04-18 |
Niels Möller | UMAC documentation. |
commit | commitdiff | tree |
2013-04-18 |
Niels Möller | Minor doc fixes. |
commit | commitdiff | tree |
2013-04-18 |
Niels Möller | Added some missing full stops. |
commit | commitdiff | tree |
2013-04-18 |
Niels Möller | Rename UMAC_BLOCK_SIZE to UMAC_DATA_SIZE. |
commit | commitdiff | tree |
2013-04-18 |
Niels Möller | Comment fix. |
commit | commitdiff | tree |
2013-04-18 |
Niels Möller | New UMAC{32,64,96,128}_DIGEST_SIZE constants. |
commit | commitdiff | tree |
2013-04-17 |
Niels Möller | Document salsa20r12. Also some updates to the copyright... |
commit | commitdiff | tree |
2013-04-17 |
Niels Möller | Updated release test status. |
commit | commitdiff | tree |
2013-04-17 |
Niels Möller | Mention salsa20r12 in NEWS. |
commit | commitdiff | tree |
2013-04-17 |
Niels Möller | Benchmark salsa20r12. |
commit | commitdiff | tree |
2013-04-17 |
Niels Möller | Drop -lgmp when linking eccdata. |
commit | commitdiff | tree |
2013-04-17 |
Niels Möller | Use mini-gmp for the eccdata program. |
commit | commitdiff | tree |
2013-04-16 |
Niels Möller | Update plans for 2.8. |
commit | commitdiff | tree |
2013-04-16 |
Niels Möller | Fix for big-endian support. |
commit | commitdiff | tree |
2013-04-16 |
Niels Möller | Build eccdata only when public key support is enabled. |
commit | commitdiff | tree |
2013-04-16 |
Niels Möller | Updated release plan. |
commit | commitdiff | tree |
2013-04-16 |
Niels Möller | Switch to non-logarithmic ALIGN macro. |
commit | commitdiff | tree |
2013-04-16 |
Niels Möller | Eliminated l1_out from umac context structs, store... |
commit | commitdiff | tree |
2013-04-16 |
Niels Möller | Deleted redundant memcpy. |
commit | commitdiff | tree |
2013-04-16 |
Niels Möller | Increase umac block count to 64 bits. Some reordering... |
commit | commitdiff | tree |
2013-04-16 |
Niels Möller | More NEWS entries for nettle-2.7. |
commit | commitdiff | tree |
2013-04-16 |
Niels Möller | Bumped version numbers, for nettle-2.7. |
commit | commitdiff | tree |
2013-04-16 |
Niels Möller | Include arm assembly files in distribution. |
commit | commitdiff | tree |
2013-04-16 |
Niels Möller | Updated release plan. |
commit | commitdiff | tree |
2013-04-16 |
Niels Möller | Deleted obsolete comment. |
commit | commitdiff | tree |
2013-04-16 |
Niels Möller | Added forgotten ChangeLog entry for the 2.6 release. |
commit | commitdiff | tree |
2013-04-16 |
Niels Möller | Fixed comment typo. |
commit | commitdiff | tree |
2013-04-16 |
Niels Möller | x86_64 assembly for umac_nh_n. |
commit | commitdiff | tree |
2013-04-16 |
Niels Möller | Fixed nonce caching for umac32 and umac64. |
commit | commitdiff | tree |
2013-04-16 |
Niels Möller | Test umac nonce increment. |
commit | commitdiff | tree |
2013-04-16 |
Niels Möller | Generate umac test vectors with incremented nonces. |
commit | commitdiff | tree |
2013-04-16 |
Niels Möller | Fixed umac nonce increment. |
commit | commitdiff | tree |
2013-04-16 |
Niels Möller | Generalize INCREMENT macro, allow size == 1. |
commit | commitdiff | tree |
2013-04-15 |
Niels Möller | Generated UMAC test vectors. |
commit | commitdiff | tree |
2013-04-15 |
Niels Möller | umac reference code, for generation of test vectors. |
commit | commitdiff | tree |
next |