testutils.c: Fix high bits of the mpz_urandomb used with mini-gmp.
[gd/nettle] / tools /
2018-11-18 Niels Möllertools/pkcs1-conv.c: Add missing break statements.
2017-10-29 Niels MöllerMerge branch 'api-opaque' into master-updates
2017-10-23 Niels MöllerMerge remote-tracking branch 'origin/master' into api...
2017-09-24 Niels MöllerMerge branch 'armor-signedness' into master-updates
2017-09-24 Niels MöllerFix remaining pointer-signedness warnings for base64.
2017-08-27 Niels MöllerChange type of base16- and base64-encoded data from...
2017-03-20 Niels MöllerLet nettle-hash --list display internal context size.
2017-01-12 Niels MöllerUse nettle_lookup_hash.
2016-09-03 Niels MöllerPrune a few trailing spaces.
2016-09-03 Niels MöllerFix pointer signedness warning in sexp-conv.
2016-09-03 Niels MöllerFix some warnigns for nettle-hash and nettle-pbkdf.
2016-09-03 Niels MöllerFix pointer signedness warning in nettle-lfib-stream.
2016-02-16 Niels MöllerFix sexp-conv assertion failure, reported by Hanno...
2016-02-16 Niels MöllerComment improvement.
2016-02-16 Niels Möllersexp-conv: Fail with an error message for unexpected...
2016-01-26 Niels MöllerFix handling of unrecognized options for nettle-hash...
2014-04-16 Niels MöllerDeleted useless for loop
2014-04-12 Niels MöllerUpdate copyright headers for dual licensing, tools...
2014-04-11 Niels MöllerFixes for make dist.
2014-04-10 Niels MöllerTrivial merge.
2014-03-29 Niels MöllerDelete old .cvsignore files.
2014-03-26 Niels MöllerConvert DER decoding functions to new DSA interface.
2014-03-26 Niels MöllerConvert dsa_keypair_to_sexp to use struct dsa_params.
2014-02-13 Niels Möllernettle-pbkdf2: Added missing deallocation.
2013-09-28 Niels MöllerMerged aes-reorg branch.
2013-09-18 Niels MöllerFixed link dependency problems with --disable-static.
2013-09-03 Niels MöllerIgnore nettle-pbkdf2 executable.
2013-09-03 Niels MöllerTypo fix, spotted by Bruce Korb.
2013-06-25 Niels MöllerNew program nettle-pbkdf2.
2013-06-25 Niels Möllernettle-hash.c: Use stack allocation for the small hex...
2013-04-26 Niels MöllerUse size_t rather than unsigned for base16, base64...
2013-01-02 Niels MöllerFixed make rules for building objects in parent directory.
2012-09-16 Niels MöllerFixed memory leak in pkcs1-conv.
2012-09-07 Niels MöllerImproved use of gcc __attribute__.
2012-07-07 Niels MöllerUpdated FSF address. Patch from David Woodhouse.
2012-02-18 Niels MöllerUpdated .gitignore files.
2012-02-18 Niels MöllerAdjust Makefiles after the repository conversion.
2012-02-18 Niels MöllerConverted files to utf-8.
2011-09-03 Niels Möller* tools/nettle-lfib-stream.c: Include config.h.
2011-08-29 Niels Möller(list_algorithms): Fixed typo in header.
2011-07-07 Niels Möller(werror): Removed incorrect noreturn attribute from...
2011-04-27 Niels Möller(find_algorithm): Require exact match.
2011-03-23 Niels Möller(xalloc): Deleted function, now it's in misc.c instead.
2011-03-23 Niels Möller* tools/Makefile.in (TARGETS): Added nettle-hash, and...
2011-03-23 Niels Möller(xalloc): New function.
2011-03-23 Niels Möller(main): Made the OPT_* constants local, and
2010-11-01 Niels Möller(werror): Don't call exit (copy&paste-error).
2010-10-22 Niels Möller* tools/pkcs1-conv.c (main): Deleted short alias -...
2009-10-21 Niels Möller(pkcs1-conv$(EXEEXT)): Added dependency on ../libhogweed.a.
2009-10-19 Niels Möller* tools/pkcs1-conv.c: Updated for dsa/der interface...
2009-10-12 Magnus HolmgrenSupport for DSA keys, contributed by Magnus Holmgren.
2009-02-10 Niels Möller* testsuite/sexp-conv-test: Updated testcases for improved
2008-10-30 Niels Möller(main): Fixed file locking.
2008-08-27 Niels Möller(sexp_convert_item): Keep comments in advanced
2008-08-27 Niels Möller(sexp_check_token): Removed check for "any" token.
2008-08-27 Niels Möller(sexp_put_data): Made non-static.
2008-08-27 Niels Möller(sexp_get_comment): New function.
2008-08-27 Niels Möller(enum sexp_token): Start enumeration with zero, zero
2008-08-26 Niels Möller* Makefile.in (tags-here): Put TAGS file in the source...
2007-05-14 Niels Möller* tools/Makefile.in (pkcs1-conv): Use IF_HOGWEED, not...
2006-11-27 Niels Möller* tools/Makefile.in (install): Use MKDIR_P to create...
2006-05-16 Niels Möller* Merged experimental branch. Also:
2006-04-08 Henrik Grubbström... (read_pem): Fixed c99-style declaration.
2006-02-14 Niels Möller* testsuite/Makefile.in (tags): New target.
2005-11-28 Niels Möller* tools/Makefile.in (INSTALL): Substitute INSTALL,...
2005-11-25 Niels Möller* tools/Makefile.in (pkcs1_conv_SOURCES): New variable.
2005-11-23 Niels MöllerIgnore pkcs1-conv binary.
2005-11-20 Niels Möller(TARGETS): Added @RSA_TOOLS@.
2005-11-20 Niels MöllerNew program.
2005-11-07 Niels Möller* examples/Makefile.in (TARGETS): Use $(EXEEXT).
2005-10-16 Niels Möller(sexp_get_char): Use unsigned for the done flag.
2005-09-07 Niels Möller(parse_options): New option --raw-hash, for
2005-09-06 Niels Möller(main): With --hash, output a newline after
2004-11-28 Niels Möller* tools/Makefile.in (nettle-lfib-stream): Avoid using...
2004-11-28 Niels Möller* Makefile.in (distdir): Handle absolute $distdir.
2004-11-23 Niels Möller* Makefile.in: Use DEP_INCLUDE.
2004-11-18 Niels Möller* Makefile.in (clean-here): The clean target should...
2004-11-16 Niels Möller* Deleted getopt.c, getopt.h and getopt1.c from the...
2004-11-13 Niels MöllerReverted addition of make rules for creating dummy...
2004-11-13 Niels Möller* Makefile.in: Don't use -include, as it's GNU make...
2004-10-21 Niels Möller* examples/Makefile.in: Deleted all configure-related...
2004-10-20 Niels Möller* config.make.in: Insert $(PRE_CPPFLAGS) and $(PRE_LDFL...
2004-10-20 Niels Möller(.c.$(OBJEXT)): Removed redundant -I.. flag.
2004-10-20 Niels MöllerReverted HAVE_CONFIG_H change.
2004-10-20 Niels MöllerTry replacing #if HAVE_CONFIG_H with #ifdef HAVE_CONFIG_H.
2004-10-20 Niels Möller* tools/Makefile.in (install): Support DESTDIR.
2004-10-19 Niels Möller* examples/Makefile.in (INCLUDES): Added -I flags.
2004-10-19 Niels Möller*** empty log message ***
2004-10-19 Niels MöllerStop using automake. Replaced each Makefile.am with...
2004-10-05 Niels MöllerMore comments on the problem with the libnettle.a depen...
2004-02-07 Niels Möller(xalloc): New function.
2004-02-07 Niels Möller(sexp_put_digest): Use TMP_DECL instead of alloca.
2003-09-19 Niels Möller* tools/nettle-lfib-stream.c: New tool, which outputs...
2003-05-12 Niels Möller* Reordered includes in most or all .c-files. All shoul...
2003-02-16 Niels Möller(EXTRA_DIST): Added getopt.h.
2003-01-30 Niels Möller(sexp_put_string): Fixed handling of escapable
2003-01-29 Niels Möller(LDADD): Add libnettle.a, for the dependency.
2003-01-12 Niels Möller*** empty log message ***
2003-01-12 Niels Möller* tools/input.c, tools/input.h, tools/output.c, tools...
2003-01-12 Niels Möller* tools/sexp-conv.c (sexp_parse): Take a struct sexp_co...
next