| 2010-03-25 |
Niels Möller | New file. |
commit | commitdiff | tree | snapshot |
| 2010-03-25 |
Niels Möller | * Makefile.in (nettle_SOURCES): Added sha384-meta.c. |
commit | commitdiff | tree | snapshot |
| 2010-03-24 |
Niels Möller | * sha512.c: (sha512_digest): Simplified handling of... |
commit | commitdiff | tree | snapshot |
| 2010-03-24 |
Niels Möller | * sha512.c: Reorganized to use _nettle_sha512_compress. |
commit | commitdiff | tree | snapshot |
| 2010-03-24 |
Niels Möller | Minor cleanup. Added comment on how to optimize f3. |
commit | commitdiff | tree | snapshot |
| 2010-03-24 |
Niels Möller | * Makefile.in (nettle_SOURCES): Added sha256-compress.c. |
commit | commitdiff | tree | snapshot |
| 2010-03-24 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree | snapshot |
| 2010-03-24 |
Niels Möller | (main): Benchmark sha512. |
commit | commitdiff | tree | snapshot |
| 2010-03-24 |
Niels Möller | Updated manual for version 2.5 (changed rsa signing... |
commit | commitdiff | tree | snapshot |
| 2010-03-24 |
Niels Möller | Indentation fix. |
commit | commitdiff | tree | snapshot |
| 2010-03-24 |
Niels Möller | Reverted change from mpz_tstbit to mpz_even_p. |
commit | commitdiff | tree | snapshot |
| 2010-03-24 |
Niels Möller | Interface change, let all rsa signature functions have... |
commit | commitdiff | tree | snapshot |
| 2010-03-24 |
Niels Möller | (rsa_generate_keypair): Ensure that bit size of e is... |
commit | commitdiff | tree | snapshot |
| 2010-03-24 |
Niels Möller | Added hogweed dependency for the test programs. |
commit | commitdiff | tree | snapshot |
| 2010-03-23 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree | snapshot |
| 2010-03-23 |
Niels Möller | (test_main): Test signing with sha512. |
commit | commitdiff | tree | snapshot |
| 2010-03-23 |
Niels Möller | (test_rsa_sha512): New function. |
commit | commitdiff | tree | snapshot |
| 2010-03-23 |
Niels Möller | * Makefile.in (hogweed_SOURCES): Added pkcs1-rsa-sha512.c, |
commit | commitdiff | tree | snapshot |
| 2010-03-22 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree | snapshot |
| 2010-03-22 |
Niels Möller | * Makefile.in (nettle_SOURCES): Added hmac-sha512.c. |
commit | commitdiff | tree | snapshot |
| 2010-03-22 |
Niels Möller | (test_main): Added test cases for hmac-sha512. |
commit | commitdiff | tree | snapshot |
| 2010-03-22 |
Niels Möller | * hmac.h: Declare functions SHA-512-related functions. |
commit | commitdiff | tree | snapshot |
| 2010-03-22 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree | snapshot |
| 2010-03-22 |
Niels Möller | * testsuite/Makefile.in (TS_NETTLE_SOURCES): Added... |
commit | commitdiff | tree | snapshot |
| 2010-03-22 |
Niels Möller | Added rule for sha512-test. |
commit | commitdiff | tree | snapshot |
| 2010-03-22 |
Niels Möller | * Makefile.in (nettle_SOURCES): Added sha512.c and... |
commit | commitdiff | tree | snapshot |
| 2010-03-22 |
Niels Möller | (READ_UINT64, WRITE_UINT64): New macros. |
commit | commitdiff | tree | snapshot |
| 2010-03-22 |
Niels Möller | Fixed file header. |
commit | commitdiff | tree | snapshot |
| 2010-03-06 |
Niels Möller | (distdir): Include x86_64 assembler files. |
commit | commitdiff | tree | snapshot |
| 2010-02-02 |
Niels Möller | Typographic tweak. |
commit | commitdiff | tree | snapshot |
| 2010-01-20 |
Niels Möller | Check for mpz_powm_sec. |
commit | commitdiff | tree | snapshot |
| 2010-01-13 |
Niels Möller | * Makefile.in ($(LIBHOGWEED_FORLINK)): Depend on |
commit | commitdiff | tree | snapshot |
| 2009-10-21 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree | snapshot |
| 2009-10-21 |
Niels Möller | (pkcs1-conv$(EXEEXT)): Added dependency on ../libhogweed.a. |
commit | commitdiff | tree | snapshot |
| 2009-10-21 |
Niels Möller | Fixed spelling in comment. |
commit | commitdiff | tree | snapshot |
| 2009-10-19 |
Niels Möller | * tools/pkcs1-conv.c: Updated for dsa/der interface... |
commit | commitdiff | tree | snapshot |
| 2009-10-12 |
Niels Möller | Edited copyright line. |
commit | commitdiff | tree | snapshot |
| 2009-10-12 |
Niels Möller | Fixed typo preventing compilation of dsa_private_key_fr... |
commit | commitdiff | tree | snapshot |
| 2009-10-12 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree | snapshot |
| 2009-10-12 |
Niels Möller | Removed conditioning on HAVE_LIBGMP. |
commit | commitdiff | tree | snapshot |
| 2009-10-12 |
Magnus Holmgren | Support for DSA keys, contributed by Magnus Holmgren. |
commit | commitdiff | tree | snapshot |
| 2009-10-12 |
Magnus Holmgren | * der2dsa.c: New file, contributed by Magnus Holmgren. |
commit | commitdiff | tree | snapshot |
| 2009-10-12 |
Niels Möller | Added prototypes for new functions. |
commit | commitdiff | tree | snapshot |
| 2009-10-12 |
Niels Möller | (hogweed_SOURCES): Added dsa2sexp.c and der2dsa.c. |
commit | commitdiff | tree | snapshot |
| 2009-10-12 |
Niels Möller | (LIBHOGWEED_MINOR): Bumped libhogweed minor version... |
commit | commitdiff | tree | snapshot |
| 2009-10-12 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree | snapshot |
| 2009-10-12 |
Niels Möller | (test_main): Updated testcase for "rsa-pkcs1". |
commit | commitdiff | tree | snapshot |
| 2009-10-11 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree | snapshot |
| 2009-10-11 |
Niels Möller | (rsa_keypair_to_sexp): Changed default algorithm name |
commit | commitdiff | tree | snapshot |
| 2009-10-06 |
Niels Möller | Typo fix in comment. |
commit | commitdiff | tree | snapshot |
| 2009-09-20 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree | snapshot |
| 2009-09-20 |
Niels Möller | Improved performance by 17% on AMD K7, by letting loopm... |
commit | commitdiff | tree | snapshot |
| 2009-09-15 |
Niels Möller | Loopmix input. |
commit | commitdiff | tree | snapshot |
| 2009-09-15 |
Niels Möller | Cleanup, removing old cruft. Slight improvement to... |
commit | commitdiff | tree | snapshot |
| 2009-09-02 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree | snapshot |
| 2009-08-31 |
Niels Möller | Updated Nettle README file. |
commit | commitdiff | tree | snapshot |
| 2009-08-26 |
Niels Möller | Work in progress checkin, replaced the third set of... |
commit | commitdiff | tree | snapshot |
| 2009-08-26 |
Niels Möller | Work in progress checkin, replaced the first set of... |
commit | commitdiff | tree | snapshot |
| 2009-08-26 |
Niels Möller | Work in progress checkin, replaced the fourth set of... |
commit | commitdiff | tree | snapshot |
| 2009-08-26 |
Niels Möller | Work-in-progress checkin, sha1 instruction scheduling. |
commit | commitdiff | tree | snapshot |
| 2009-08-25 |
Niels Möller | Use lea to free one more register. Rescheduled so we... |
commit | commitdiff | tree | snapshot |
| 2009-08-25 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree | snapshot |
| 2009-08-25 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree | snapshot |
| 2009-08-25 |
Niels Möller | Trimmed stack storage. |
commit | commitdiff | tree | snapshot |
| 2009-08-25 |
Niels Möller | Eliminated tmp variable for f3 rounds. |
commit | commitdiff | tree | snapshot |
| 2009-08-25 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree | snapshot |
| 2009-08-25 |
Niels Möller | (bench_sha1_compress): New function, |
commit | commitdiff | tree | snapshot |
| 2009-08-25 |
Niels Möller | Comment fix. |
commit | commitdiff | tree | snapshot |
| 2009-06-08 |
Niels Möller | *** empty log message *** nettle_2.0_release_20090608 |
commit | commitdiff | tree | snapshot |
| 2009-06-04 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree | snapshot |
| 2009-06-04 |
Niels Möller | Added entry about manual relicensing. |
commit | commitdiff | tree | snapshot |
| 2009-06-04 |
Niels Möller | Set version to 2.0 |
commit | commitdiff | tree | snapshot |
| 2009-05-30 |
Niels Möller | (.texinfo.info): Don't use a temporary output file |
commit | commitdiff | tree | snapshot |
| 2009-05-22 |
Niels Möller | Added a paragraph on the manual (public domain) in... |
commit | commitdiff | tree | snapshot |
| 2009-05-19 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree | snapshot |
| 2009-05-19 |
Niels Möller | Changed license to public domain. |
commit | commitdiff | tree | snapshot |
| 2009-05-11 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree | snapshot |
| 2009-05-11 |
Karl Berry | Fixes from Karl Berry. Changed license to GNU |
commit | commitdiff | tree | snapshot |
| 2009-05-11 |
Niels Möller | Upgrade to version 2009-03-22.17. |
commit | commitdiff | tree | snapshot |
| 2009-05-05 |
Niels Möller | Minor comment formatting. |
commit | commitdiff | tree | snapshot |
| 2009-03-07 |
Niels Möller | Trivial comment fixes. |
commit | commitdiff | tree | snapshot |
| 2009-03-07 |
Niels Möller | Comment improvement. |
commit | commitdiff | tree | snapshot |
| 2009-03-06 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree | snapshot |
| 2009-03-06 |
Niels Möller | * x86_64/aes-encrypt-internal.asm: Reduced unrolling... |
commit | commitdiff | tree | snapshot |
| 2009-03-06 |
Niels Möller | * x86_64/aes.m4 (MOVE_HREG): Deleted, no longer needed. |
commit | commitdiff | tree | snapshot |
| 2009-03-06 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree | snapshot |
| 2009-03-06 |
Niels Möller | * x86_64/aes-decrypt-internal.asm: Rearrange register... |
commit | commitdiff | tree | snapshot |
| 2009-02-10 |
Niels Möller | * testsuite/sexp-conv-test: Updated testcases for improved |
commit | commitdiff | tree | snapshot |
| 2009-02-10 |
Niels Möller | (base16_encode_update_wrapper): Mark ctx argument |
commit | commitdiff | tree | snapshot |
| 2009-02-04 |
Niels Möller | No longer claim that AES is "quite new". |
commit | commitdiff | tree | snapshot |
| 2008-12-22 |
Niels Möller | ($(des_headers)): Create files in $(srcdir). |
commit | commitdiff | tree | snapshot |
| 2008-11-28 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree | snapshot |
| 2008-11-28 |
Niels Möller | Include <cstdio>. |
commit | commitdiff | tree | snapshot |
| 2008-11-24 |
Niels Möller | Whitespace fix. |
commit | commitdiff | tree | snapshot |
| 2008-11-22 |
Niels Möller | (yarrow256_fast_reseed): Set ctx->seeded = 1, so |
commit | commitdiff | tree | snapshot |
| 2008-11-04 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree | snapshot |
| 2008-11-04 |
Niels Möller | (main): Avoid using gmp_fprintf, to stay compatible... |
commit | commitdiff | tree | snapshot |
| 2008-11-04 |
Niels Möller | Renamed guard define. |
commit | commitdiff | tree | snapshot |
| 2008-11-01 |
Niels Möller | Updated for 2.0. New section on linking. |
commit | commitdiff | tree | snapshot |
| 2008-11-01 |
Niels Möller | NEWS entry for 2.0. |
commit | commitdiff | tree | snapshot |
| next |