| 2005-10-16 |
Niels Möller | Comment change. |
commit | commitdiff | tree | snapshot |
| 2005-10-16 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree | snapshot |
| 2005-10-16 |
Niels Möller | * sparc/machine.m4 (AES_FINAL_ROUND): Better scheduling, by |
commit | commitdiff | tree | snapshot |
| 2005-10-16 |
Niels Möller | * sparc/machine.m4 (TMP3): A third temporary register. |
commit | commitdiff | tree | snapshot |
| 2005-10-16 |
Niels Möller | * sparc/machine.m4 (AES_ROUND): Deleted unused argument... |
commit | commitdiff | tree | snapshot |
| 2005-10-16 |
Niels Möller | * sparc/machine.m4 (AES_ROUND): New loop invariants... |
commit | commitdiff | tree | snapshot |
| 2005-10-16 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree | snapshot |
| 2005-10-16 |
Niels Möller | * sparc/machine.m4 (AES_ROUND): Better scheduling, by |
commit | commitdiff | tree | snapshot |
| 2005-10-16 |
Niels Möller | * sparc/machine.m4 (AES_ROUND): Annotated instructions. |
commit | commitdiff | tree | snapshot |
| 2005-10-16 |
Niels Möller | * sparc/machine.m4 (AES_ROUND): Alternate between using... |
commit | commitdiff | tree | snapshot |
| 2005-10-16 |
Niels Möller | * sparc/aes-encrypt-internal.asm: Renamed Ti -> Xi. |
commit | commitdiff | tree | snapshot |
| 2005-10-16 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree | snapshot |
| 2005-10-16 |
Niels Möller | * sparc/aes-encrypt-internal.asm: Fixed bugs. Now passe... |
commit | commitdiff | tree | snapshot |
| 2005-10-16 |
Niels Möller | * sparc/machine.m4 (AES_ROUND, AES_FINAL_ROUND): Bugfix... |
commit | commitdiff | tree | snapshot |
| 2005-10-15 |
Niels Möller | Comment change. |
commit | commitdiff | tree | snapshot |
| 2005-10-15 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree | snapshot |
| 2005-10-15 |
Niels Möller | Implemented. Not yet working, and not optimized. |
commit | commitdiff | tree | snapshot |
| 2005-10-15 |
Niels Möller | Use TMP1 and TMP2, so we don't need to pass |
commit | commitdiff | tree | snapshot |
| 2005-10-15 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree | snapshot |
| 2005-10-15 |
Niels Möller | * configure.ac (OBJDUMP): Substitute the program false... |
commit | commitdiff | tree | snapshot |
| 2005-10-15 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree | snapshot |
| 2005-10-15 |
Niels Möller | (PROLOGUE): Use TYPE_FUNCTION. |
commit | commitdiff | tree | snapshot |
| 2005-10-15 |
Niels Möller | Substitute ASM_TYPE_FUNCTION as TYPE_FUNCTION. |
commit | commitdiff | tree | snapshot |
| 2005-10-15 |
Niels Möller | * configure.ac (ASM_ELF_STYLE): Check for %function... |
commit | commitdiff | tree | snapshot |
| 2005-10-15 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree | snapshot |
| 2005-10-15 |
Niels Möller | (ASM_ELF_STYLE): Fixed .type,@function statement |
commit | commitdiff | tree | snapshot |
| 2005-10-15 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree | snapshot |
| 2005-10-15 |
Niels Möller | (AES_LOAD, AES_ROUND): Started writing new AES |
commit | commitdiff | tree | snapshot |
| 2005-10-15 |
Niels Möller | Comment changes. |
commit | commitdiff | tree | snapshot |
| 2005-10-15 |
Niels Möller | New file. |
commit | commitdiff | tree | snapshot |
| 2005-10-14 |
Niels Möller | * configure.ac: When looking for assembler files, link in |
commit | commitdiff | tree | snapshot |
| 2005-10-14 |
Niels Möller | * x86/aes-decrypt.asm, x86/aes-encrypt.asm: Deleted... |
commit | commitdiff | tree | snapshot |
| 2005-10-14 |
Niels Möller | * x86/aes-decrypt-internal.asm: New file. |
commit | commitdiff | tree | snapshot |
| 2005-10-14 |
Niels Möller | Trivial whitespace changes. |
commit | commitdiff | tree | snapshot |
| 2005-10-14 |
Niels Möller | Changed AES macros, to handle a table register. |
commit | commitdiff | tree | snapshot |
| 2005-10-14 |
Niels Möller | * x86/aes-encrypt-internal.asm: Rewritten to match... |
commit | commitdiff | tree | snapshot |
| 2005-10-14 |
Niels Möller | (OBJDUMP): Use AC_CHECK_TOOL to check for objdump. |
commit | commitdiff | tree | snapshot |
| 2005-10-14 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree | snapshot |
| 2005-10-14 |
Niels Möller | (nettle_SOURCES): Removed aes.c, |
commit | commitdiff | tree | snapshot |
| 2005-10-14 |
Niels Möller | Reduced support for AES_SMALL. |
commit | commitdiff | tree | snapshot |
| 2005-10-14 |
Niels Möller | Deleted files. |
commit | commitdiff | tree | snapshot |
| 2005-10-14 |
Niels Möller | Reverted move of _aes_encrypt_table. |
commit | commitdiff | tree | snapshot |
| 2005-10-14 |
Niels Möller | (_aes_decrypt_table): Moved table here, and made |
commit | commitdiff | tree | snapshot |
| 2005-10-14 |
Niels Möller | (_aes_encrypt_table): Moved table here. Still |
commit | commitdiff | tree | snapshot |
| 2005-10-14 |
Niels Möller | (_aes_decrypt_table): Don't declare, it's no |
commit | commitdiff | tree | snapshot |
| 2005-10-14 |
Niels Möller | Comment changes. |
commit | commitdiff | tree | snapshot |
| 2005-10-14 |
Niels Möller | (_nettle_aes_decrypt): New AES decryption |
commit | commitdiff | tree | snapshot |
| 2005-10-14 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree | snapshot |
| 2005-10-14 |
Niels Möller | (AES_ROUND, AES_FINAL_ROUND): New macros. |
commit | commitdiff | tree | snapshot |
| 2005-10-14 |
Niels Möller | (_nettle_aes_encrypt): New AES encryption |
commit | commitdiff | tree | snapshot |
| 2005-10-14 |
Niels Möller | * sha1-compress.c: Added debugging code. |
commit | commitdiff | tree | snapshot |
| 2005-10-13 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree | snapshot |
| 2005-10-13 |
Niels Möller | (ASM_MARK_NOEXEC_STACK): Use a diversion, to |
commit | commitdiff | tree | snapshot |
| 2005-10-13 |
Niels Möller | * configure.ac (ASM_MARK_NOEXEC_STACK): Check if the... |
commit | commitdiff | tree | snapshot |
| 2005-10-13 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree | snapshot |
| 2005-10-13 |
Henrik Grubbström... | New file. Copy of sparc/aes.asm, with minor |
commit | commitdiff | tree | snapshot |
| 2005-10-13 |
Niels Möller | Don't allocate space for a stack copy of the input. |
commit | commitdiff | tree | snapshot |
| 2005-10-13 |
Niels Möller | * x86/md5-compress.asm: Skip copying of input to the... |
commit | commitdiff | tree | snapshot |
| 2005-10-13 |
Niels Möller | Document intermediate values for first |
commit | commitdiff | tree | snapshot |
| 2005-10-13 |
Niels Möller | Comment fix. |
commit | commitdiff | tree | snapshot |
| 2005-10-13 |
Niels Möller | (asm_path): Check for sparc64, and use sparc64 |
commit | commitdiff | tree | snapshot |
| 2005-10-13 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree | snapshot |
| 2005-10-13 |
Niels Möller | (REF): Fixed caclulation of offset. |
commit | commitdiff | tree | snapshot |
| 2005-10-12 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree | snapshot |
| 2005-10-12 |
Niels Möller | New file, with first attempt at md5 assembler. Not... |
commit | commitdiff | tree | snapshot |
| 2005-10-12 |
Niels Möller | * x86/machine.m4 (OFFSET): Moved macro, used to be... |
commit | commitdiff | tree | snapshot |
| 2005-10-11 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree | snapshot |
| 2005-10-11 |
Niels Möller | (nettle_SOURCES): Added md5-compress.c. |
commit | commitdiff | tree | snapshot |
| 2005-10-11 |
Niels Möller | Reorganized to use _nettle_md5_compress, in analogy... |
commit | commitdiff | tree | snapshot |
| 2005-10-11 |
Niels Möller | (_nettle_md5_compress): New file and new function. |
commit | commitdiff | tree | snapshot |
| 2005-10-11 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree | snapshot |
| 2005-10-10 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree | snapshot |
| 2005-10-10 |
Niels Möller | Ignore sha1-huge-test. |
commit | commitdiff | tree | snapshot |
| 2005-10-10 |
Niels Möller | (EXTRA_SOURCES, EXTRA_TARGETS): New |
commit | commitdiff | tree | snapshot |
| 2005-10-10 |
Niels Möller | (test_main): New test case, with a |
commit | commitdiff | tree | snapshot |
| 2005-10-10 |
Niels Möller | (test_hash_large): New function. |
commit | commitdiff | tree | snapshot |
| 2005-10-10 |
Niels Möller | (sha1_block): Deleted function; inlined where used. |
commit | commitdiff | tree | snapshot |
| 2005-10-06 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree | snapshot |
| 2005-10-06 |
Niels Möller | * configure.ac: Bumped version to 1.14. |
commit | commitdiff | tree | snapshot |
| 2005-10-06 |
Niels Möller | Check for openssl/aes.h. nettle_1.13_release_20051006 |
commit | commitdiff | tree | snapshot |
| 2005-10-06 |
Niels Möller | (distdir): Use a loop to pick up the contents of |
commit | commitdiff | tree | snapshot |
| 2005-10-05 |
Niels Möller | Mention windows support. |
commit | commitdiff | tree | snapshot |
| 2005-10-05 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree | snapshot |
| 2005-10-05 |
Niels Möller | * x86/aes-decrypt.asm: Use C_NAME(_nettle_aes_decrypt_t... |
commit | commitdiff | tree | snapshot |
| 2005-10-05 |
Niels Möller | Use C_NAME(_nettle_aes_decrypt_table) when |
commit | commitdiff | tree | snapshot |
| 2005-10-05 |
Niels Möller | (ELF_STYLE): Substitute configure's ASM_ELF_STYLE. |
commit | commitdiff | tree | snapshot |
| 2005-10-05 |
Niels Möller | (PROLOGUE, EPILOGUE): New macros, checking the value of |
commit | commitdiff | tree | snapshot |
| 2005-10-05 |
Niels Möller | * configure.ac (NM): Use AC_CHECK_TOOL to check for nm. |
commit | commitdiff | tree | snapshot |
| 2005-10-05 |
Niels Möller | Ignore nettle.pdf. Removed entries for automake stamp... |
commit | commitdiff | tree | snapshot |
| 2005-10-05 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree | snapshot |
| 2005-10-05 |
Niels Möller | (TARGETS, DISTFILES): Added nettle.pdf. |
commit | commitdiff | tree | snapshot |
| 2005-10-05 |
Niels Möller | Define AUTHOR with accents, when running in TeX |
commit | commitdiff | tree | snapshot |
| 2005-10-05 |
Niels Möller | Comment fixes. |
commit | commitdiff | tree | snapshot |
| 2005-10-05 |
Niels Möller | Deleted unused file. |
commit | commitdiff | tree | snapshot |
| 2005-10-05 |
Niels Möller | Deleted contents. This file is needed just to |
commit | commitdiff | tree | snapshot |
| 2005-10-05 |
Niels Möller | (SHLIBMINOR): Increased minor number. Library |
commit | commitdiff | tree | snapshot |
| 2005-10-05 |
Niels Möller | (main): Reordered hash benchmarks. |
commit | commitdiff | tree | snapshot |
| 2005-10-05 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree | snapshot |
| 2005-10-05 |
Niels Möller | (EXPAND): Use % 16 instead of & 15 to |
commit | commitdiff | tree | snapshot |
| 2005-10-03 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree | snapshot |
| next |