2004-03-02 |
Niels Möller | (noinst_PROGRAMS): Put test program list |
commit | commitdiff | tree |
2004-03-02 |
Niels Möller | (RSA_EXAMPLES): Append $(EXEEXT) to the filenames. |
commit | commitdiff | tree |
2004-03-01 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree |
2004-03-01 |
Niels Möller | Include "getopt.h" instead of <unistd.h>. |
commit | commitdiff | tree |
2004-03-01 |
Niels Möller | (rsa_encrypt_SOURCES, rsa_decrypt_SOURCES) |
commit | commitdiff | tree |
2004-03-01 |
Niels Möller | New files. |
commit | commitdiff | tree |
2004-03-01 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree |
2004-03-01 |
Niels Möller | * testsuite/des-compat-test.c: Don't include <unistd.h>. |
commit | commitdiff | tree |
2004-03-01 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree |
2004-03-01 |
Niels Möller | Copied from automake-1.8.2. Hacked to recognize |
commit | commitdiff | tree |
2004-03-01 |
Niels Möller | Removed from CVS repository. Let automake supply it. |
commit | commitdiff | tree |
2004-02-26 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree |
2004-02-26 |
Niels Möller | (nettle_crypt_func): Typedef moved to cbc.h. |
commit | commitdiff | tree |
2004-02-26 |
Niels Möller | Reverted const change, now all the des_key_sched |
commit | commitdiff | tree |
2004-02-26 |
Niels Möller | * cbc.h (nettle_crypt_func): Moved typedef here. |
commit | commitdiff | tree |
2004-02-25 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree |
2004-02-25 |
Niels Möller | Deleted $Id string. |
commit | commitdiff | tree |
2004-02-25 |
Niels Möller | * testsuite/des-compat-test.c: Use des_cblock for typin... |
commit | commitdiff | tree |
2004-02-25 |
Niels Möller | * des.c (des_encrypt, des_decrypt): Use a const context... |
commit | commitdiff | tree |
2004-02-25 |
Niels Möller | (cbc_encrypt, cbc_decrypt): Use a _const_ void *ctx... |
commit | commitdiff | tree |
2004-02-25 |
Niels Möller | * des-compat.c: Use const for all unchanged arguments. |
commit | commitdiff | tree |
2004-02-25 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree |
2004-02-25 |
Niels Möller | (C_Block, Key_schedule): Deleted |
commit | commitdiff | tree |
2004-02-25 |
Niels Möller | (des_cbc_cksum): Dereference DST pointer. |
commit | commitdiff | tree |
2004-02-25 |
Niels Möller | Include nettle-types.h. |
commit | commitdiff | tree |
2004-02-24 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree |
2004-02-24 |
Niels Möller | Allow symbols starting with double underscores, like... |
commit | commitdiff | tree |
2004-02-17 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree |
2004-02-17 |
Niels Möller | Protected %-rules used for building pure objects, |
commit | commitdiff | tree |
2004-02-17 |
Niels Möller | (enable_assembler): Explicitly set |
commit | commitdiff | tree |
2004-02-17 |
Niels Möller | (xalloc): xalloc(0) should work also on |
commit | commitdiff | tree |
2004-02-17 |
Niels Möller | Comment fix. |
commit | commitdiff | tree |
2004-02-16 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree |
2004-02-16 |
Niels Möller | (%.o: %.asm): Added comment about OSF1 make problem. |
commit | commitdiff | tree |
2004-02-15 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree |
2004-02-15 |
Niels Möller | #include nettle-types.h instead of |
commit | commitdiff | tree |
2004-02-12 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree |
2004-02-12 |
Niels Möller | Use -r option when invoking rsa-encrypt. Needed for... |
commit | commitdiff | tree |
2004-02-12 |
Niels Möller | (CPPFLAGS, LDFLAGS): No spaces after -I and -L, as |
commit | commitdiff | tree |
2004-02-07 |
Niels Möller | Comment on further optimization. |
commit | commitdiff | tree |
2004-02-07 |
Niels Möller | Bumped version number to 1.10. |
commit | commitdiff | tree |
2004-02-07 |
Niels Möller | *** empty log message *** nettle_1.9_release_20040207 |
commit | commitdiff | tree |
2004-02-07 |
Niels Möller | (SHLIBMINOR): Bumped, library version is now 2.1. |
commit | commitdiff | tree |
2004-02-07 |
Niels Möller | Use automake's version of this script. So no longer... |
commit | commitdiff | tree |
2004-02-07 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree |
2004-02-07 |
Niels Möller | * testsuite/sexp-format-test.c: Include bignum.h only... |
commit | commitdiff | tree |
2004-02-07 |
Niels Möller | * pgp-encode.c [!HAVE_LIBGMP]: Kludge around the pgp.h's |
commit | commitdiff | tree |
2004-02-07 |
Niels Möller | Reverted change to include alloca.h. Should be fixed... |
commit | commitdiff | tree |
2004-02-07 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree |
2004-02-07 |
Niels Möller | (xalloc): New function. |
commit | commitdiff | tree |
2004-02-07 |
Niels Möller | (sexp_put_digest): Use TMP_DECL instead of alloca. |
commit | commitdiff | tree |
2004-02-07 |
Niels Möller | * testsuite/yarrow-test.c (open_file): Likewise. |
commit | commitdiff | tree |
2004-02-07 |
Niels Möller | (xalloc): New function. Made all other |
commit | commitdiff | tree |
2004-02-07 |
Niels Möller | * examples/rsa-keygen.c (main): Use xalloc for allocation. |
commit | commitdiff | tree |
2004-02-07 |
Niels Möller | When calling des_key_sched and |
commit | commitdiff | tree |
2004-02-07 |
Niels Möller | (xalloc): New function. Use instead |
commit | commitdiff | tree |
2004-02-07 |
Niels Möller | (xalloc): New function. |
commit | commitdiff | tree |
2004-02-07 |
Niels Möller | (TMP_ALLOC etc): Include <alloca.h> if |
commit | commitdiff | tree |
2004-02-07 |
Niels Möller | (nodist_libnettleinclude_HEADERS): nettle-types.h |
commit | commitdiff | tree |
2004-02-06 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree |
2004-02-06 |
Niels Möller | * x86/sha1-compress.asm: Rename round -> ROUND. |
commit | commitdiff | tree |
2004-02-06 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree |
2004-02-06 |
Niels Möller | * x86/sha1-compress.asm: Store the magic constants... |
commit | commitdiff | tree |
2004-02-06 |
Niels Möller | Add a comment listing intermediate values, useful when... |
commit | commitdiff | tree |
2004-02-06 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree |
2004-02-06 |
Niels Möller | Use assembler file sha1-compress.asm if available. |
commit | commitdiff | tree |
2004-02-06 |
Niels Möller | (EXTRA_DIST, DISTCLEANFILES): Handle |
commit | commitdiff | tree |
2004-02-06 |
Niels Möller | (EXPAND): Fixed the rotation part of the |
commit | commitdiff | tree |
2004-02-06 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree |
2004-02-06 |
Niels Möller | Assembler implementation of |
commit | commitdiff | tree |
2004-02-06 |
Niels Möller | Comment fix. |
commit | commitdiff | tree |
2004-02-06 |
Niels Möller | (libnettle_a_SOURCES): Added sha1-compress.c. |
commit | commitdiff | tree |
2004-02-06 |
Niels Möller | * sha1.c (sha1_transform): Function renamed to sha1_com... |
commit | commitdiff | tree |
2004-02-05 |
Niels Möller | (process_file): Copy the leftover to the |
commit | commitdiff | tree |
2004-02-05 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree |
2004-02-05 |
Niels Möller | * examples/nettle-benchmark.c (bench_hash, time_hash... |
commit | commitdiff | tree |
2004-02-05 |
Niels Möller | (time_function): Loop around calling |
commit | commitdiff | tree |
2004-02-05 |
Niels Möller | * x86/arcfour-crypt.asm (nettle_arcfour_crypt): Bug... |
commit | commitdiff | tree |
2004-02-05 |
Niels Möller | * testsuite/arcfour-test.c (test_main): Use test_cipher... |
commit | commitdiff | tree |
2004-02-05 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree |
2004-02-05 |
Niels Möller | * x86/arcfour-crypt.asm (nettle_arcfour_crypt): Must... |
commit | commitdiff | tree |
2004-02-05 |
Niels Möller | Fixed debug information. |
commit | commitdiff | tree |
2004-02-05 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree |
2004-02-05 |
Niels Möller | * x86/aes-encrypt.asm, x86/aes-decrypt.asm, x86/arcfour... |
commit | commitdiff | tree |
2004-02-05 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree |
2004-02-05 |
Niels Möller | (EXTRA_DIST): Make sure x86 assembler files are |
commit | commitdiff | tree |
2004-02-05 |
Niels Möller | Fixed debug |
commit | commitdiff | tree |
2004-02-05 |
Niels Möller | * configure.ac: Use assembler file arcfour-crypt.asm... |
commit | commitdiff | tree |
2004-02-05 |
Niels Möller | New file. About three times faster than |
commit | commitdiff | tree |
2004-02-05 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree |
2004-02-05 |
Niels Möller | (arcfour_crypt): Optimization suggested by Jonas |
commit | commitdiff | tree |
2004-01-31 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree |
2004-01-31 |
Niels Möller | (AX_CREATE_STDINT_H): Also look for uint32_t and |
commit | commitdiff | tree |
2004-01-11 |
Niels Möller | (libnettleinclude_HEADERS): Added bignum.h, |
commit | commitdiff | tree |
2004-01-10 |
Niels Möller | Bumped version to 1.9. |
commit | commitdiff | tree |
2004-01-10 |
Niels Möller | *** empty log message *** nettle_1.8_release_20040110 |
commit | commitdiff | tree |
2004-01-10 |
Niels Möller | Delete more test files. |
commit | commitdiff | tree |
2004-01-10 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree |
2004-01-10 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree |
2004-01-10 |
Niels Möller | (Hash functions): Documented md2 and md4. |
commit | commitdiff | tree |
next |