| Commit message (Expand) | Author | Age | Files | Lines |
* | Use size_t rather than unsigned for base16, base64, nettle_bufer and sexp rel... | Niels Möller | 2013-04-26 | 2 | -17/+17 |
* | Fixed make rules for building objects in parent directory. | Niels Möller | 2013-01-02 | 1 | -2/+6 |
* | Fixed memory leak in pkcs1-conv. | Niels Möller | 2012-09-16 | 1 | -1/+5 |
* | Improved use of gcc __attribute__. | Niels Möller | 2012-09-07 | 1 | -11/+2 |
* | Updated FSF address. Patch from David Woodhouse. | Niels Möller | 2012-07-07 | 12 | -24/+24 |
* | Updated .gitignore files. | Niels Möller | 2012-02-18 | 1 | -0/+1 |
* | Adjust Makefiles after the repository conversion. | Niels Möller | 2012-02-18 | 1 | -8/+11 |
* | Converted files to utf-8. | Niels Möller | 2012-02-18 | 11 | -12/+12 |
* | * tools/nettle-lfib-stream.c: Include config.h. | Niels Möller | 2011-09-03 | 1 | -0/+4 |
* | (list_algorithms): Fixed typo in header. | Niels Möller | 2011-08-29 | 1 | -1/+1 |
* | (werror): Removed incorrect noreturn attribute from declaration. | Niels Möller | 2011-07-07 | 1 | -1/+0 |
* | (find_algorithm): Require exact match. | Niels Möller | 2011-04-27 | 1 | -21/+7 |
* | (xalloc): Deleted function, now it's in misc.c instead. | Niels Möller | 2011-03-23 | 1 | -13/+0 |
* | * tools/Makefile.in (TARGETS): Added nettle-hash, and related | Niels Möller | 2011-03-23 | 2 | -2/+255 |
* | (xalloc): New function. | Niels Möller | 2011-03-23 | 2 | -0/+16 |
* | (main): Made the OPT_* constants local, and | Niels Möller | 2011-03-23 | 1 | -8/+8 |
* | (werror): Don't call exit (copy&paste-error). | Niels Möller | 2010-11-01 | 1 | -2/+0 |
* | * tools/pkcs1-conv.c (main): Deleted short alias -? for --help, | Niels Möller | 2010-10-22 | 2 | -16/+30 |
* | (pkcs1-conv$(EXEEXT)): Added dependency on ../libhogweed.a. | Niels Möller | 2009-10-21 | 1 | -1/+1 |
* | * tools/pkcs1-conv.c: Updated for dsa/der interface change. | Niels Möller | 2009-10-19 | 1 | -3/+4 |
* | Support for DSA keys, contributed by Magnus Holmgren. | Magnus Holmgren | 2009-10-12 | 1 | -6/+78 |
* | * testsuite/sexp-conv-test: Updated testcases for improved | Niels Möller | 2009-02-10 | 3 | -23/+56 |
* | (main): Fixed file locking. | Niels Möller | 2008-10-30 | 1 | -1/+6 |
* | (sexp_convert_item): Keep comments in advanced | Niels Möller | 2008-08-27 | 1 | -2/+43 |
* | (sexp_check_token): Removed check for "any" token. | Niels Möller | 2008-08-27 | 1 | -1/+5 |
* | (sexp_put_data): Made non-static. | Niels Möller | 2008-08-27 | 2 | -1/+5 |
* | (sexp_get_comment): New function. | Niels Möller | 2008-08-27 | 1 | -10/+21 |
* | (enum sexp_token): Start enumeration with zero, zero | Niels Möller | 2008-08-27 | 1 | -3/+3 |
* | * Makefile.in (tags-here): Put TAGS file in the source directory. | Niels Möller | 2008-08-26 | 1 | -1/+1 |
* | * tools/Makefile.in (pkcs1-conv): Use IF_HOGWEED, not @RSA_TOOLS@, | Niels Möller | 2007-05-14 | 1 | -2/+4 |
* | * tools/Makefile.in (install): Use MKDIR_P to create installation | Niels Möller | 2006-11-27 | 1 | -2/+5 |
* | * Merged experimental branch. Also:after_experimental_merge_20060516 | Niels Möller | 2006-05-16 | 1 | -0/+3 |
|\ |
|
| * | * testsuite/Makefile.in (tags): New target. | Niels Möller | 2006-02-14 | 1 | -0/+3 |
* | | (read_pem): Fixed c99-style declaration. | Henrik Grubbström (Grubba) | 2006-04-08 | 1 | -1/+3 |
* | | * tools/Makefile.in (INSTALL): Substitute INSTALL, INSTALL_DATA | Niels Möller | 2005-11-28 | 1 | -0/+6 |
* | | * tools/Makefile.in (pkcs1_conv_SOURCES): New variable. | Niels Möller | 2005-11-25 | 1 | -2/+4 |
* | | Ignore pkcs1-conv binary. | Niels Möller | 2005-11-23 | 2 | -0/+2 |
* | | (TARGETS): Added @RSA_TOOLS@. | Niels Möller | 2005-11-20 | 1 | -2/+5 |
* | | New program. | Niels Möller | 2005-11-20 | 1 | -0/+574 |
* | | * examples/Makefile.in (TARGETS): Use $(EXEEXT). | Niels Möller | 2005-11-07 | 1 | -3/+3 |
* | | (sexp_get_char): Use unsigned for the done flag. | Niels Möller | 2005-10-16 | 1 | -1/+1 |
* | | (parse_options): New option --raw-hash, for | Niels Möller | 2005-09-07 | 1 | -1/+4 |
* | | (main): With --hash, output a newline after | Niels Möller | 2005-09-06 | 1 | -1/+4 |
|/ |
|
* | * tools/Makefile.in (nettle-lfib-stream): Avoid using $< in | Niels Möller | 2004-11-28 | 1 | -1/+1 |
* | * Makefile.in (distdir): Handle absolute $distdir. | Niels Möller | 2004-11-28 | 1 | -4/+7 |
* | * Makefile.in: Use DEP_INCLUDE. | Niels Möller | 2004-11-23 | 1 | -1/+1 |
* | * Makefile.in (clean-here): The clean target should not delete the | Niels Möller | 2004-11-18 | 1 | -2/+2 |
* | * Deleted getopt.c, getopt.h and getopt1.c from the CVS tree. Link | Niels Möller | 2004-11-16 | 3 | -1433/+0 |
* | Reverted addition of make rules for creating dummy dependency files. | Niels Möller | 2004-11-14 | 1 | -7/+1 |
* | * Makefile.in: Don't use -include, as it's GNU make specific. | Niels Möller | 2004-11-13 | 1 | -1/+7 |