| 2008-01-05 |
Niels Möller | Check symbols also in libhogweed. |
commit | commitdiff | tree | snapshot |
| 2008-01-05 |
Niels Möller | * examples/next-prime.c: New file. |
commit | commitdiff | tree | snapshot |
| 2008-01-05 |
Niels Möller | * examples/next-prime.c: New file. |
commit | commitdiff | tree | snapshot |
| 2008-01-05 |
Niels Möller | Added eratosthenes. |
commit | commitdiff | tree | snapshot |
| 2008-01-05 |
Niels Möller | (hogweed_SOURCES): Added bignum-next-prime.c. |
commit | commitdiff | tree | snapshot |
| 2008-01-05 |
Niels Möller | * bignum-next-prime.c (nettle_next_prime): Renamed... |
commit | commitdiff | tree | snapshot |
| 2008-01-05 |
Niels Möller | (nettle_next_prime): New prototype. |
commit | commitdiff | tree | snapshot |
| 2008-01-05 |
Niels Möller | * bignum-next-prime.c (nettle_next_prime): Renamed... |
commit | commitdiff | tree | snapshot |
| 2008-01-05 |
Niels Möller | (bignum_next_prime): Deleted, moved to |
commit | commitdiff | tree | snapshot |
| 2008-01-05 |
Niels Möller | List of odd primes < 2^16. |
commit | commitdiff | tree | snapshot |
| 2008-01-05 |
Niels Möller | Check for sizeof(long). |
commit | commitdiff | tree | snapshot |
| 2008-01-03 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree | snapshot |
| 2008-01-03 |
Niels Möller | (main): Removed incorrect UNUSED from declaration. |
commit | commitdiff | tree | snapshot |
| 2008-01-03 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree | snapshot |
| 2008-01-03 |
Niels Möller | Moved the bignum_next_prime function to a separate... |
commit | commitdiff | tree | snapshot |
| 2007-10-24 |
Niels Möller | Bug fixes. |
commit | commitdiff | tree | snapshot |
| 2007-10-24 |
Niels Möller | Introduced OUTPUT macro. |
commit | commitdiff | tree | snapshot |
| 2007-10-24 |
Niels Möller | Removed features. |
commit | commitdiff | tree | snapshot |
| 2007-10-23 |
Niels Möller | Whitespace cleanup. |
commit | commitdiff | tree | snapshot |
| 2007-10-23 |
Niels Möller | Deleted the code for binary output. |
commit | commitdiff | tree | snapshot |
| 2007-10-23 |
Niels Möller | Implemented block-wise sieving. |
commit | commitdiff | tree | snapshot |
| 2007-10-23 |
Niels Möller | Work-in-progress checkin. |
commit | commitdiff | tree | snapshot |
| 2007-09-30 |
Niels Möller | FIXME-comment for next_prime. |
commit | commitdiff | tree | snapshot |
| 2007-09-08 |
Niels Möller | * sparc64/aes-encrypt-internal.asm: The directory with... |
commit | commitdiff | tree | snapshot |
| 2007-09-07 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree | snapshot |
| 2007-09-07 |
Niels Möller | Include stdlib.h. |
commit | commitdiff | tree | snapshot |
| 2007-06-03 |
Niels Möller | Comment fix. |
commit | commitdiff | tree | snapshot |
| 2007-06-03 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree | snapshot |
| 2007-06-02 |
Magnus Holmgren | Typo fixes to install targets, spotted by Magnus Holmgren. |
commit | commitdiff | tree | snapshot |
| 2007-05-14 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree | snapshot |
| 2007-05-14 |
Niels Möller | * configure.ac: Fixed copy-and-paste errors in shared... |
commit | commitdiff | tree | snapshot |
| 2007-05-14 |
Niels Möller | * config.make.in (LIBNETTLE_SONAME, LIBHOGWEED_SONAME... |
commit | commitdiff | tree | snapshot |
| 2007-05-14 |
Niels Möller | * Makefile.in (libnettle.so, libhogweed.so): Fixed... |
commit | commitdiff | tree | snapshot |
| 2007-05-14 |
Niels Möller | Don't ignore autom4te.cache. |
commit | commitdiff | tree | snapshot |
| 2007-05-14 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree | snapshot |
| 2007-05-14 |
Niels Möller | * tools/Makefile.in (pkcs1-conv): Use IF_HOGWEED, not... |
commit | commitdiff | tree | snapshot |
| 2007-05-14 |
Niels Möller | * testsuite/testutils.h: Use WITH_HOGWEED, not WITH_PUB... |
commit | commitdiff | tree | snapshot |
| 2007-05-14 |
Niels Möller | Added FIXME comment. |
commit | commitdiff | tree | snapshot |
| 2007-05-14 |
Niels Möller | Don't use WITH_PUBLIC_KEY / WITH_HOGWEED, the Makefile... |
commit | commitdiff | tree | snapshot |
| 2007-05-14 |
Niels Möller | * testsuite/Makefile.in (TS_NETTLE_SOURCES, TS_HOGWEED_... |
commit | commitdiff | tree | snapshot |
| 2007-05-14 |
Niels Möller | yerrow-test was moved in the list. |
commit | commitdiff | tree | snapshot |
| 2007-05-14 |
Niels Möller | * examples/Makefile.in: Use IF_HOGWEED instead of RSA_E... |
commit | commitdiff | tree | snapshot |
| 2007-05-14 |
Niels Möller | * examples/io.h: Use WITH_HOGWEED, not WITH_PUBLIC_KEY. |
commit | commitdiff | tree | snapshot |
| 2007-05-14 |
Niels Möller | * pgp.h: Include bignum.h, don't pretend to work withou... |
commit | commitdiff | tree | snapshot |
| 2007-05-14 |
Niels Möller | Don't use WITH_PUBLIC_KEY / WITH_HOGWEED, then Makefile... |
commit | commitdiff | tree | snapshot |
| 2007-05-14 |
Niels Möller | Typo fix. |
commit | commitdiff | tree | snapshot |
| 2007-05-14 |
Niels Möller | Updated for hogweed split. |
commit | commitdiff | tree | snapshot |
| 2007-05-14 |
Niels Möller | Split nettle library into two files, libnettle.a |
commit | commitdiff | tree | snapshot |
| 2007-05-14 |
Niels Möller | Bumped nettle so-versions to 3.0. Set hogweed |
commit | commitdiff | tree | snapshot |
| 2007-05-14 |
Niels Möller | New file, extracted from io.c. |
commit | commitdiff | tree | snapshot |
| 2007-05-04 |
Niels Möller | New files, copied from automake-1.10. |
commit | commitdiff | tree | snapshot |
| 2007-05-03 |
Niels Möller | Renamed, used to be acinclude.m4. |
commit | commitdiff | tree | snapshot |
| 2007-05-03 |
Niels Möller | Deleted obsolete directory and files |
commit | commitdiff | tree | snapshot |
| 2007-05-03 |
Niels Möller | Deleted directories and files that have moved in the... |
commit | commitdiff | tree | snapshot |
| 2007-04-05 |
Niels Möller | Ignore cxx-test, test.in, test1.out and test2.out. |
commit | commitdiff | tree | snapshot |
| 2007-04-05 |
Niels Möller | Moved in CVS tree. Also renamed directory sparc to... |
commit | commitdiff | tree | snapshot |
| 2007-03-04 |
Per Cederqvist | SHA256_DIGEST_SIZE: fixed documentation bug reported... |
commit | commitdiff | tree | snapshot |
| 2007-02-28 |
Niels Möller | Fixed syntax error in Makefile. |
commit | commitdiff | tree | snapshot |
| 2007-02-24 |
Niels Möller | (clean-here): Remove .lib directory. |
commit | commitdiff | tree | snapshot |
| 2006-12-04 |
Niels Möller | * configure.ac: AC_PREREQ 2.61, for AC_PROG_MKDIR_P. |
commit | commitdiff | tree | snapshot |
| 2006-11-28 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree | snapshot |
| 2006-11-28 |
Niels Möller | Bumped version to 1.16. |
commit | commitdiff | tree | snapshot |
| 2006-11-28 |
Niels Möller | *** empty log message *** nettle_1.15_release_20061128 |
commit | commitdiff | tree | snapshot |
| 2006-11-27 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree | snapshot |
| 2006-11-27 |
Niels Möller | New entry for nettle-1.15. |
commit | commitdiff | tree | snapshot |
| 2006-11-27 |
Niels Möller | (SHLIBMINOR): Bumped version. Library name is now |
commit | commitdiff | tree | snapshot |
| 2006-11-27 |
Niels Möller | Updated vor nettle-1.15. |
commit | commitdiff | tree | snapshot |
| 2006-11-27 |
Niels Möller | * sha256.c: Changed copyright notice to use the LGPL. |
commit | commitdiff | tree | snapshot |
| 2006-11-27 |
Niels Möller | * Makefile.in (DISTFILES): Added COPYING.LIB. |
commit | commitdiff | tree | snapshot |
| 2006-11-27 |
Niels Möller | New file (previously only the plain GPL was included... |
commit | commitdiff | tree | snapshot |
| 2006-11-27 |
Niels Möller | * testsuite/rsa-test.c (test_main): Use test_rsa_sha256. |
commit | commitdiff | tree | snapshot |
| 2006-11-27 |
Niels Möller | * testsuite/Makefile.in (DISTFILES): Replaces rfc1750... |
commit | commitdiff | tree | snapshot |
| 2006-11-27 |
Niels Möller | (rsa_sha256_sign, rsa_sha256_verify) |
commit | commitdiff | tree | snapshot |
| 2006-11-27 |
Niels Möller | (pkcs1_rsa_sha256_encode) |
commit | commitdiff | tree | snapshot |
| 2006-11-27 |
Niels Möller | Comment improvement. |
commit | commitdiff | tree | snapshot |
| 2006-11-27 |
Niels Möller | (nettle_SOURCES): Added pkcs1-rsa-sha256.c, rsa-sha256... |
commit | commitdiff | tree | snapshot |
| 2006-11-27 |
Niels Möller | New files. |
commit | commitdiff | tree | snapshot |
| 2006-11-27 |
Niels Möller | Updated files, from automake-1.10. |
commit | commitdiff | tree | snapshot |
| 2006-11-27 |
Niels Möller | * Makefile.in (MKDIR_P): Use MKDIR_P for creating insta... |
commit | commitdiff | tree | snapshot |
| 2006-11-27 |
Niels Möller | * tools/Makefile.in (install): Use MKDIR_P to create... |
commit | commitdiff | tree | snapshot |
| 2006-11-27 |
Niels Möller | Comment fix. |
commit | commitdiff | tree | snapshot |
| 2006-11-25 |
Niels Möller | Counter mode is implemented now. |
commit | commitdiff | tree | snapshot |
| 2006-11-25 |
Niels Möller | Recovered Changelog entries from 2005, which were lost... |
commit | commitdiff | tree | snapshot |
| 2006-11-24 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree | snapshot |
| 2006-11-24 |
Niels Möller | * testsuite/yarrow-test.c (test_main): Use gold-bug... |
commit | commitdiff | tree | snapshot |
| 2006-11-24 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree | snapshot |
| 2006-11-24 |
Niels Möller | Added C++ guards. |
commit | commitdiff | tree | snapshot |
| 2006-11-24 |
Niels Möller | Test if the system has any C++ compiler. |
commit | commitdiff | tree | snapshot |
| 2006-11-24 |
Niels Möller | (CXX, CXXFLAGS, COMPILE_CXX, LINK_CXX): New variables. |
commit | commitdiff | tree | snapshot |
| 2006-11-24 |
Niels Möller | New variables TS_C and TS_CXX. Setup for |
commit | commitdiff | tree | snapshot |
| 2006-11-24 |
Niels Möller | Added cxx-test. (Note file is generated by make test... |
commit | commitdiff | tree | snapshot |
| 2006-11-24 |
Niels Möller | New testcase, trying to use nettle from a C++ program. |
commit | commitdiff | tree | snapshot |
| 2006-08-28 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree | snapshot |
| 2006-08-28 |
Grant Robinson | *** empty log message *** |
commit | commitdiff | tree | snapshot |
| 2006-08-28 |
Niels Möller | Added section on language bindings. |
commit | commitdiff | tree | snapshot |
| 2006-05-18 |
Niels Möller | *** empty log message *** |
commit | commitdiff | tree | snapshot |
| 2006-05-18 |
Niels Möller | Deleted unused file. |
commit | commitdiff | tree | snapshot |
| 2006-05-18 |
Niels Möller | * aes-decrypt.c (_aes_decrypt_table): Deleted the index... |
commit | commitdiff | tree | snapshot |
| 2006-05-18 |
Niels Möller | Deleted old x86/aes_tables.asm entry. |
commit | commitdiff | tree | snapshot |
| 2006-05-18 |
Niels Möller | (.texinfo.info, .dvi.ps): Use more quotes with |
commit | commitdiff | tree | snapshot |
| next |