2011-02-10 |
Niels Möller | Typo fix. |
commit | commitdiff | tree |
2011-02-10 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree |
2011-02-10 |
Niels Möller | (die): New function. |
commit | commitdiff | tree |
2011-02-10 |
Niels Möller | (union gcm_block): Use correct length for w array. |
commit | commitdiff | tree |
2011-02-10 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree |
2011-02-10 |
Niels Möller | (test_main): Added the rest of the testcases from the... |
commit | commitdiff | tree |
2011-02-10 |
Niels Möller | Added more test cases. |
commit | commitdiff | tree |
2011-02-09 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree |
2011-02-09 |
Niels Möller | * testsuite/gcm-test.c (test_main): Enabled testcases... |
commit | commitdiff | tree |
2011-02-09 |
Niels Möller | * gcm-aes.c (gcm_aes_set_iv): Updated for gcm_set_iv... |
commit | commitdiff | tree |
2011-02-09 |
Niels Möller | * gcm.c (gcm_hash_sizes): New function. |
commit | commitdiff | tree |
2011-02-09 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree |
2011-02-09 |
Niels Möller | (time_gmac): Use gcm_aes interface. |
commit | commitdiff | tree |
2011-02-09 |
Niels Möller | * testsuite/gcm-test.c (test_gcm_aes): New function... |
commit | commitdiff | tree |
2011-02-09 |
Niels Möller | (nettle_SOURCES): Added gcm-aes.c. |
commit | commitdiff | tree |
2011-02-09 |
Niels Möller | New file. |
commit | commitdiff | tree |
2011-02-09 |
Niels Möller | * gcm.c (gcm_set_key): Replaced context argument by... |
commit | commitdiff | tree |
2011-02-08 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree |
2011-02-08 |
Niels Möller | * gcm.h (struct gcm_ctx): The hash key is now always... |
commit | commitdiff | tree |
2011-02-08 |
Niels Möller | * gcm.c (gcm_gf_shift): Added a separate result argument. |
commit | commitdiff | tree |
2011-02-08 |
Niels Möller | * gcm.c (GHASH_POLYNOMIAL): Use unsigned long for this... |
commit | commitdiff | tree |
2011-02-08 |
Niels Möller | * gcm.c: Use the new union gcm_block for all gf operations. |
commit | commitdiff | tree |
2011-02-07 |
Niels Möller | * gcm.c (gcm_gf_shift_chunk) : Bug fix for little-endia... |
commit | commitdiff | tree |
2011-02-07 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree |
2011-02-07 |
Niels Möller | * gcm.c (gcm_gf_mul_chunk): Special case first and... |
commit | commitdiff | tree |
2011-02-07 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree |
2011-02-07 |
Niels Möller | (gcm_gf_shift_chunk): New implementation for 8-bit... |
commit | commitdiff | tree |
2011-02-07 |
Niels Möller | (SOURCES): Added gcmdata.c. |
commit | commitdiff | tree |
2011-02-07 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree |
2011-02-07 |
Niels Möller | (GCM_TABLE_BITS): Set to 4. |
commit | commitdiff | tree |
2011-02-06 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree |
2011-02-06 |
Niels Möller | (TARGETS): Added gcmdata. |
commit | commitdiff | tree |
2011-02-06 |
Niels Möller | Introduced 4-bit tables. Gives gmac performance of... |
commit | commitdiff | tree |
2011-02-06 |
Niels Möller | (main): New file. |
commit | commitdiff | tree |
2011-02-06 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree |
2011-02-06 |
Niels Möller | * gcm.c (gcm_rightshift): Moved the reduction of the... |
commit | commitdiff | tree |
2011-02-06 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree |
2011-02-06 |
Niels Möller | (gcm_gf_mul): Rewrote. Still uses the bitwise algorithm... |
commit | commitdiff | tree |
2011-02-06 |
Niels Möller | (gcm_rightshift): Complete rewrite, to use word rather |
commit | commitdiff | tree |
2011-02-05 |
Niels Möller | Typo fix. |
commit | commitdiff | tree |
2011-02-05 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree |
2011-02-05 |
Niels Möller | (time_gmac): New function. |
commit | commitdiff | tree |
2011-02-05 |
Niels Möller | * gcm.h: New file, contributed by Nikos Mavrogiannopoulos. |
commit | commitdiff | tree |
2011-02-05 |
Niels Möller | (TS_NETTLE_SOURCES): Added gcm-test.c. |
commit | commitdiff | tree |
2011-02-05 |
Niels Möller | Added gcm-test rule. |
commit | commitdiff | tree |
2011-02-05 |
Nikos Mavrogiannopoulos | (test_cipher_gcm): New function, contributed by Nikos |
commit | commitdiff | tree |
2011-02-05 |
Nikos Mavrogiannopoulos | New file, contributed by Nikos Mavrogiannopoulos. |
commit | commitdiff | tree |
2011-02-05 |
Niels Möller | (nettle_SOURCES): Added gcm.c. |
commit | commitdiff | tree |
2011-02-05 |
Nikos Mavrogiannopoulos | * gcm.c: New file. |
commit | commitdiff | tree |
2011-02-05 |
Niels Möller | * macros.h (INCREMENT): New macro, moved from ctr.c... |
commit | commitdiff | tree |
2011-01-07 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree |
2011-01-07 |
Niels Möller | (check): Add ../.lib to PATH, since that's |
commit | commitdiff | tree |
2011-01-07 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree |
2011-01-07 |
Niels Möller | (test_cipher_stream): More debug output on failure. |
commit | commitdiff | tree |
2010-12-14 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree |
2010-12-14 |
Niels Möller | * nettle-types.h: Deleted some unnecessary parenthesis... |
commit | commitdiff | tree |
2010-12-14 |
Niels Möller | (nettle_buffer_init_realloc): Use an explicit pointer... |
commit | commitdiff | tree |
2010-12-13 |
Niels Möller | Deleted old FIXME comment. |
commit | commitdiff | tree |
2010-12-07 |
Niels Möller | (Copyright): Updated info on blowfish. |
commit | commitdiff | tree |
2010-11-26 |
Niels Möller | Indentation change. |
commit | commitdiff | tree |
2010-11-26 |
Niels Möller | Reapplied optimizations (150% speedup on x86_32) and... |
commit | commitdiff | tree |
2010-11-26 |
Simon Josefsson | *** empty log message *** |
commit | commitdiff | tree |
2010-11-25 |
Niels Möller | (install-shared-nettle): Use INSTALL_DATA, which |
commit | commitdiff | tree |
2010-11-23 |
Niels Möller | Added real name. |
commit | commitdiff | tree |
2010-11-16 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree |
2010-11-16 |
Niels Möller | Updated GMP url. |
commit | commitdiff | tree |
2010-11-01 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree |
2010-11-01 |
Niels Möller | (werror): Don't call exit (copy&paste-error). |
commit | commitdiff | tree |
2010-10-26 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree |
2010-10-26 |
Niels Möller | (main): No extra message for bad options. |
commit | commitdiff | tree |
2010-10-26 |
Niels Möller | * examples/rsa-keygen.c (main): Added long options... |
commit | commitdiff | tree |
2010-10-26 |
Niels Möller | (main): Deleted -?, and fixed handling of bad options. |
commit | commitdiff | tree |
2010-10-26 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree |
2010-10-22 |
Niels Möller | (main): Added long options. Deleted -?, and fixed handl... |
commit | commitdiff | tree |
2010-10-22 |
Niels Möller | (main): Added long options. Deleted -?, and fixed handl... |
commit | commitdiff | tree |
2010-10-22 |
Niels Möller | * tools/pkcs1-conv.c (main): Deleted short alias -... |
commit | commitdiff | tree |
2010-10-21 |
Niels Möller | Deleted lsh reference from the download section. |
commit | commitdiff | tree |
2010-10-21 |
Niels Möller | Corrected CVS instructions. Added list of language... |
commit | commitdiff | tree |
2010-10-06 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree |
2010-10-06 |
Niels Möller | (memxor3): Optimized. |
commit | commitdiff | tree |
2010-10-06 |
Niels Möller | * examples/nettle-benchmark.c (time_function): Reorgani... |
commit | commitdiff | tree |
2010-10-06 |
Niels Möller | (overhead): New global variable. |
commit | commitdiff | tree |
2010-10-01 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree |
2010-10-01 |
Niels Möller | (ROUND): Reordered sbox lookups. |
commit | commitdiff | tree |
2010-10-01 |
Niels Möller | Also test memxor3. |
commit | commitdiff | tree |
2010-09-30 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree |
2010-09-30 |
Niels Möller | Link in memxor.asm, if found. |
commit | commitdiff | tree |
2010-09-30 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree |
2010-09-30 |
Niels Möller | (test_cipher_cbc): Print more info when failing. |
commit | commitdiff | tree |
2010-09-30 |
Niels Möller | (test_xor): Added verbose printout. |
commit | commitdiff | tree |
2010-09-30 |
Niels Möller | (time_memxor): Count size of unsigned long as "block... |
commit | commitdiff | tree |
2010-09-24 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree |
2010-09-24 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree |
2010-09-24 |
Niels Möller | * testsuite/.test-rules.make: Added rule for memxor... |
commit | commitdiff | tree |
2010-09-24 |
Niels Möller | (memxor_common_alignment): New function. |
commit | commitdiff | tree |
2010-09-24 |
Niels Möller | (HAVE_NATIVE_64_BIT): New config.h define. |
commit | commitdiff | tree |
2010-09-24 |
Niels Möller | Partial revert of 2010-09-20 changes. |
commit | commitdiff | tree |
2010-09-24 |
Niels Möller | * x86/camellia-crypt-internal.asm: Moved addition of... |
commit | commitdiff | tree |
2010-09-22 |
Niels Möller | (GET_CYCLE_COUNTER): Define also for x86_64. |
commit | commitdiff | tree |
2010-09-22 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree |
next |