]> git.ipfire.org Git - thirdparty/nettle.git/shortlog
thirdparty/nettle.git
2014-03-25  Niels MöllerAdd test for dsa key generation with large q. dsa-reorg
2014-03-25  Niels MöllerSimplify casting in dsa-keygen-test.
2014-03-25  Niels MöllerName mangling fix.
2014-03-25  Niels MöllerMoved old interface to dsa-compat.h. Killed struct...
2014-03-11  Niels MöllerMove old, deprecated, DSA interface to end of header...
2014-03-11  Niels MöllerConverted remaining DSA key conversion functions to...
2014-03-11  Niels MöllerConvert dsa_keypair_to_sexp and dsa_openssl_private_key...
2014-03-09  Niels MöllerNew interface for generating DSA parameters and keys.
2014-03-09  Niels MöllerImproved comment for _nettle_generate_pocklington_prime.
2014-01-04  Niels MöllerUse a separate struct dsa_params with the dsa functions.
2014-01-04  Niels MöllerLink to Haskell bindings.
2014-01-03  Niels MöllerComment on origin of sha1 and sha224 initial values.
2014-01-03  Niels MöllerZeropad values in sha256 table.
2014-01-03  Niels MöllerTypo fix, spotted by Paul Dreik.
2014-01-02  Niels MöllerAdd config.guess update to plan.
2014-01-02  Niels MöllerUpdated plan.
2013-12-17  Niels MöllerClarify build instructions.
2013-12-17  Niels MöllerAttempt to get asm rodata working on macosx.
2013-12-17  Niels MöllerFixed ChangeLog date.
2013-12-17  Niels MöllerFor prime generation, use stronger variants of Pockling...
2013-12-15  Niels MöllerDeleted NETTLE_MAX_BIGNUM_BITS and NETTLE_MAX_BIGNUM_SIZE.
2013-12-15  Nikos MavrogiannopoulosDefine and use new TMP_GMP_ALLOC macro.
2013-12-15  Niels MöllerDrop unneeded include of nettle-internal.h.
2013-12-15  Niels MöllerAdded FIXME comment on DSA interface.
2013-12-14  Niels MöllerUse .short rather than .hword, for compatibility with...
2013-12-07  Niels MöllerAdd forgotten ChangeLog entry for dsa-test.c.
2013-12-03  Niels MöllerUpdated benchmark figures.
2013-12-03  Niels Möllerx86_64: Reorganized sha1 assembly code.
2013-12-03  Niels Möllerconfigure: Avoid overwriting existing dependency files.
2013-12-03  Niels Möllerx86_64: New md5 assembly code.
2013-11-25  Niels MöllerAdditional DSA tests.
2013-11-25  Niels MöllerImproved ASSERT failure message for testsuite.
2013-11-25  Niels MöllerRename, _dsa_sign --> dsa_sign, _dsa_verify --> dsa_verify.
2013-11-24  Niels Möllerdsa: Allow arbitrary digest sizes. Support 224-bit q.
2013-11-23  Niels MöllerMake configure check for openssl/ecdsa.h.
2013-10-27  Niels MöllerUpdated plan.html.
2013-10-05  Niels MöllerUpdated plan.html.
2013-10-05  Niels MöllerImplemented EAX.
2013-10-05  Niels MöllerFixed aes name mangling.
2013-09-28  Niels MöllerMerged aes-reorg branch.
2013-09-28  Niels MöllerUpdated plan.
2013-09-28  Niels MöllerMade hash functions use an uint64_t for the block count.
2013-09-28  Niels MöllerSome whitespace and comment fixes.
2013-09-28  Niels MöllerProgress indicator for test_hash_large.
2013-09-28  Niels MöllerMD_PAD: Don't depend on sizeof of the count field(s).
2013-09-22  Niels MöllerNew x86_64 assembly for gcm hashing.
2013-09-21  Niels MöllerFixed dependencies for des.po.
2013-09-20  Niels MöllerMore tests for gcm_hash.
2013-09-18  Niels MöllerFixed link dependency problems with --disable-static.
2013-09-09  Niels MöllerSupport optional assembly files for both nettle and...
2013-09-03  Niels MöllerIgnore nettle-pbkdf2 executable.
2013-09-03  Niels MöllerTypo fix, spotted by Bruce Korb.
2013-08-13  Niels MöllerAdapted yarrow code to use new aes256 interface. aes-reorg
2013-08-07  Niels MöllerAdapted umac code to use new aes128 interface.
2013-06-25  Niels MöllerUpdated copyright year.
2013-06-25  Niels MöllerNew interface for AES-256. Also deleted old aes-meta.c.
2013-06-25  Niels MöllerNew interface for AES-192.
2013-06-25  Niels MöllerNew interface for AES-128.
2013-06-25  Niels MöllerDeleted redundant include.
2013-06-25  Niels Möllertest_aead: Allow digest size smaller than the block...
2013-06-25  Niels MöllerMinor typo fix in comment.
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-06-25  Niels MöllerDeleted unused macro.
2013-06-25  Niels MöllerUpdated plan.html.
2013-06-25  Niels MöllerDistribute files in arm/v6 subdirectory.
2013-05-22  Niels MöllerNew internal functions _aes_set_key and _aes_invert.
2013-05-22  Niels Möllerarm: Adapted AES assembly to new interface.
2013-05-21  Niels MöllerAdapted sparc32 and sparc64 aes assembly to new interface.
2013-05-21  Niels Möllerx86: Adapted aes assembly to new interface.
2013-05-20  Niels Möllerx86_64: Adapted aes assembly to new interrface.
2013-05-20  Niels Möllerarm: Moved sha1 and sha256 assembly into v6 subdirectory.
2013-05-20  Niels MöllerInclude <stddef.h> in nettle-types.h, for size_t.
2013-05-20  Niels MöllerExpanded comment.
2013-05-17  Niels MöllerRearranged struct aes_ctx.
2013-05-17  Niels MöllerSeparate rounds and key arguments to _aes_encrypt and...
2013-05-17  Niels MöllerFix rotation macros to portably support zero rotation...
2013-05-17  Niels MöllerFixed ECC bug with overlapping arguments to mpn_mul_n.
2013-05-16  Niels Möllerarm: Added AES code for pre-v6 processors.
2013-05-16  Niels Möllerarm: Renamed AES_FINAL_ROUND.
2013-05-16  Niels Möllerarm/v6: AES microptimization.
2013-05-16  Niels Möllerarm: Moved AES round macros from aes.m4 to the files...
2013-05-16  Niels Möllerarm/v6: Alignment tweaks to aes code.
2013-05-15  Niels MöllerNew asm directory arm/v6. Moved aes functions using...
2013-05-03  Niels MöllerUpdated release plan for 2.8.
2013-05-03  Niels Möllercast128: Reorganized context struct. Rewrite of key...
2013-05-02  Niels MöllerUse GMP's mpz_combit if available.
2013-05-02  Niels MöllerReplaced use of old gmp-1 type MP_INT.
2013-05-02  Niels MöllerUse size_t in testsuite. size_t-changes
2013-04-26  Niels MöllerUse size_t for ecc functions.
2013-04-26  Niels MöllerUse size_t for pbkdf2.
2013-04-26  Niels MöllerUse size_t for _nettle_write functions.
2013-04-26  Niels MöllerUse size_t for bignums, rsa and dsa.
2013-04-26  Niels MöllerUse size_t for asn1 parser.
2013-04-26  Niels MöllerUse size_t for realloc functions.
2013-04-26  Niels MöllerUse size_t rather than unsigned for base16, base64...
2013-04-26  Niels MöllerUse size_t rather than unsigned for randomness related...
2013-04-26  Niels MöllerComment updates in umac asm files.
2013-04-26  Niels MöllerUse size_t rather than unsigned for all hash-related...
2013-04-26  Niels MöllerRevert to unsigned in struct nettle_cipher.
next