]> git.ipfire.org Git - thirdparty/nettle.git/shortlog
thirdparty/nettle.git
2012-12-03  Niels MöllerBasic x86_64 sha3-permute.asm.
2012-12-03  Niels MöllerReorganization of hash function documentation. Document...
2012-12-02  Niels MöllerMerge branch 'master' of git.lysator.liu.se:nettle...
2012-12-02  Niels MöllerReplaced all internal usage of sha.h.
2012-12-02  Niels MöllerSplit sha.h into new files sha1.h and sha2.h.
2012-11-29  Niels MöllerStarted on plan for nettle-2.6.
2012-11-29  Niels MöllerTypo fix.
2012-11-28  Fredrik ThulinAdd PBKDF2-HMAC-SHA512 test cases.
2012-11-22  Niels MöllerMinor typo fix.
2012-11-22  Niels Möllerrun-tests: Added (c) notice. Some whitespace cleanup.
2012-11-15  Niels MöllerPortability fixes for sha3-permute: long long constants...
2012-11-15  Niels MöllerFixes for big-endian sha3 code.
2012-11-15  Niels MöllerNew macro LE_READ_UINT64.
2012-11-13  Niels MöllerMicro optimizations for sha3. Doubled the performance...
2012-11-13  Niels MöllerBenchmark sha3_permute.
2012-11-12  Niels MöllerBenchmark sha3_256.
2012-11-12  Niels MöllerImplemented sha3.
2012-11-12  Niels MöllerNew function _nettle_write_le64.
2012-11-12  Niels MöllerMoved ROTL64 macro to macros.h.
2012-11-12  Niels MöllerRenamed serpent-internal.h macros.
2012-11-11  Nikos MavrogiannopoulosNEWS entry for gost.
2012-11-11  Nikos MavrogiannopoulosAdded gosthash to benchmark.
2012-11-11  Nikos MavrogiannopoulosDocumentation of gost hash.
2012-11-10  Niels MöllerFixed uses of @end deftypevr, broken in previous commit.
2012-11-10  Niels Möllerdeftypevr vs deftypevrx fix.
2012-11-08  Niels MöllerAdded gosthash, ported from rhash by Nikos Mavrogiannop...
2012-11-06  Niels MöllerFixed description of salsa20 (for the 2.5 release a...
2012-10-29  Martin StorsjöAvoid non-posix \|-operator in sed regexp.
2012-10-29  Niels MöllerAdded x86_64 assembly for _salsa20_core.
2012-10-27  Niels MöllerFixed make dist, testsuite/testutils.c was lost.
2012-10-27  Niels MöllerMoved x86_64 salsa20 macros to a seperate file.
2012-10-26  Niels MöllerPass $(CFLAGS) on command line when linking shared...
2012-10-03  Nikos Mavrogiannopoulos(test_hash): On failure, print the expected and returne...
2012-09-23  Niels MöllerExtracted function _salsa20_core.
2012-09-21  Niels Möllerpbkdf2: Reorganized loops.
2012-09-21  Niels MöllerStress that the salsa20 hash function is not for genera...
2012-09-21  Simon JosefssonImplement concrete PBKDF2 functions.
2012-09-20  Niels MöllerArgument reorder for pbkdf2.
2012-09-20  Niels MöllerNew convenience make variable VALGRIND.
2012-09-20  Niels MöllerDependency tracking also for C++ files.
2012-09-20  Niels Möllerpbkdf2 test case, forgotten in earlier commit.
2012-09-19  Niels MöllerPBKDF2 macro: Removed improper const.
2012-09-19  Tim RuehsenAdditional deallocation fixes.
2012-09-19  Niels Möllertestsuite/meta-hash-test.c: Validate NETTLE_MAX_HASH_DI...
2012-09-19  Simon JosefssonSupport for pbkdf2.
2012-09-16  Niels MöllerTestsuite overhaul, including proper deallocation of...
2012-09-16  Niels MöllerAvoid calling libc realloc with a requested size of...
2012-09-16  Niels MöllerDon't quote $EMULATOR; allow it to expand to program...
2012-09-16  Niels MöllerFixed memory leak in pkcs1-conv.
2012-09-10  Niels MöllerExplicitly deallocate storage before exit.
2012-09-10  Niels MöllerReorganized read_file loop.
2012-09-10  Niels Möllerdesdata.c: Include stdio.h.
2012-09-10  Tim Ruehsennettle-benchmark: Use PRINTF_STYLE attribute.
2012-09-10  Tim RuehsenDeleted some unused variables.
2012-09-10  Tim RuehsenDeleted useless allocations.
2012-09-07  Niels MöllerImproved use of gcc __attribute__.
2012-08-22  Niels MöllerUse the name --disable-documentation in the configure...
2012-08-22  Sam ThursfieldMake documentation optional.
2012-08-08  Daniel Kahn... fix GCM capitalization
2012-08-08  Daniel Kahn... clean up stray semicolons in documentation
2012-07-12  Niels Möllerm4 portability fix for ALIGN macro.
2012-07-07  Niels MöllerUpdated FSF address. Patch from David Woodhouse.
2012-07-07  Niels MöllerAdded -lm when linking nettle-benchmark.
2012-07-07  Niels MöllerChanged version number to 2.6.
2012-07-07  Niels MöllerLogged release.
2012-07-06  Niels MöllerNew directive file for nettle-2.5. nettle_2.5_release_20120707
2012-07-06  Niels MöllerFinal(?) documentaton updates for the 2.5 release.
2012-07-06  Niels MöllerMention that --enable-shared now is the default.
2012-07-06  Niels MöllerMark x86-w*ndows testing done.
2012-07-06  Niels MöllerMark x86-freebsd testing done.
2012-07-05  Niels MöllerTypo fixes to old entries.
2012-07-05  Niels MöllerMark x86_64-freebsd testing done.
2012-07-05  Niels MöllerMention the removal of nettle-internal.c, and aes changes.
2012-07-05  Niels Möllermovd/movq workaround for osx assembler.
2012-07-03  Niels MöllerOn windows, include fcntl.h, before using _setmode.
2012-07-03  Niels MöllerInclude malloc.h if available, also when compiling...
2012-07-03  Niels MöllerMark Solaris testing as done.
2012-07-03  Niels MöllerFixed nettle includes in base16 and base64 examples.
2012-07-03  Niels MöllerMarked Salsa20 doc and pkcs1_signature_prefix renaming...
2012-07-03  Niels MöllerDocumented Salsa20.
2012-06-25  Niels MöllerRenamed pkcs1_signature_prefix to _pkcs1_signature_prefix.
2012-06-25  Niels MöllerConsistently use foo_func *f (rather than foo_func...
2012-06-25  Niels MöllerMake compiling and running of des-compat-test more...
2012-06-11  Niels MöllerMore news entries for nettle-2.5.
2012-06-11  Niels MöllerUpdated release plan.
2012-06-09  Niels MöllerAdded base16dec.c in examples/Makefile.in, forgotten...
2012-06-09  Niels MöllerTypo fixes for 2012-04-09 entry.
2012-06-09  Niels MöllerGeneral pkcs1 signature interface.
2012-06-09  Niels MöllerMoved rsa blinding code to a separate file.
2012-06-03  Niels MöllerChanges to pkcs1_signature_prefix interface.
2012-06-03  Niels MöllerReverted accidental Makefile change in previous commit.
2012-05-18  Niels MöllerExtracted padding code from rsa_encrypt to new function...
2012-05-09  Nikos MavrogiannopoulosAdded missing mpz_clear.
2012-05-07  Niels Möllerint_fast*_t workaround for SunOS-5.8.
2012-04-30  Niels MöllerUpdated release plan.
2012-04-29  Niels MöllerNew items.
2012-04-23  Niels MöllerNew constant NETTLE_MAX_BIGNUM_SIZE.
2012-04-19  Niels MöllerDecimal output from list-obj-sizes.
2012-04-18  Niels Möllerx86_64 implementation of salsa20.
2012-04-17  Niels MöllerTest that salsa20_crypt doesn't overwrite the destinati...
next