]> git.ipfire.org Git - thirdparty/nettle.git/shortlog
thirdparty/nettle.git
2015-11-15  Niels MöllerRevert deletion of _rsa_blind and _rsa_unblind. rsa-crt-hardening
2015-09-17  Niels MöllerAdditional rsa signature functions using crt-har.
2015-09-15  Niels MöllerDrop unused variable.
2015-09-14  Niels MöllerMoved _rsa_blind and _rsa_unblind to rsa-sign-tr.c...
2015-09-14  Niels MöllerUse rsa_compute_root_tr also in rsa_decrypt_tr.
2015-09-14  Niels MöllerAdded test for rsa_decrypt_tr with invalid key.
2015-09-14  Niels MöllerNew function rsa_compute_root_tr.
2015-09-13  Niels MöllerSeparate src and dst arguments for _rsa_blind and _rsa_...
2015-09-07  Niels MöllerFix broken use of sizeof.
2015-09-07  Niels MöllerDrop include of nettle-internal.h.
2015-09-07  Niels MöllerChangeLog entry for rsa_pkcs1_sign_tr.
2015-09-07  Nikos Mavrogiannopoulostestsuite: Added tests for rsa_pkcs1_sign_tr()
2015-09-07  Nikos MavrogiannopoulosEnhanced rsa_pkcs1_sign_tr() to protect against HW...
2015-09-06  Niels MöllerMention disabled ifunc relocations in NEWS.
2015-09-06  Niels MöllerUpdated SHA3 documentation.
2015-09-02  Niels MöllerUpdated release plan.
2015-09-02  Niels MöllerNew testcase using dlopen, and needed configure tests.
2015-09-02  Niels MöllerDisable use of ifunc.
2015-08-25  Niels MöllerStarted on NEWS for Nettle-3.2.
2015-08-25  Niels MöllerNew define NETTLE_SHA3_FIPS202.
2015-08-25  Niels MöllerChangeLog entry for SHA3 update, and link to current...
2015-08-24  Nikos Mavrogiannopoulostestsuite: updated SHA3 tests to the FIPS202 final...
2015-08-24  Nikos Mavrogiannopoulossha3: modified to the FIPS202 final version
2015-08-24  Niels MöllerMessage fix for MIPS abi detection.
2015-06-03  Niels MöllerARM Neon implementation of chacha.
2015-05-19  Klaus ZieglerABI and libdir detection for Irix.
2015-05-12  Niels MöllerAdded nettle_version_major and nettle_version_minor...
2015-04-29  Niels MöllerFix syntax error in ARM offset addressing. Spotted...
2015-04-29  Niels MöllerDrop unneeded %-prefix on ARM register.
2015-04-24  Niels MöllerChangeLog entry for release. nettle_3.1.1_release_20150424
2015-04-24  Niels MöllerUpload directive files.
2015-04-24  Niels MöllerUpdate NEWS for nettle-3.1.1.
2015-04-24  Niels MöllerBump version numbers.
2015-04-24  Niels MöllerFix ChangeLog entries for earlier releases.
2015-04-24  Niels MöllerFix error in earlier ChangeLog entry.
2015-04-22  Niels MöllerFix email address in ChangeLog.
2015-04-22  Niels MöllerUse ".value" instead of ".short", for Sun/Oracle x86_64...
2015-04-13  Niels MöllerFix shell quoting in test of GMP_NUMB_BITS asm compatib...
2015-03-31  Niels MöllerUpdated release plan. nettle_3.1_release_20150407
2015-03-31  Niels MöllerExclude asm files which fail when building on w64 using... nettle_3.1rc3
2015-03-31  Niels MöllerMove configure check for GMP_NUMB_BITS earlier.
2015-03-31  Niels MöllerUnconditionally delete all *.a files for make clean.
2015-03-30  Niels MöllerAllow leading underscore on mini-gmp symbols. nettle_3.1rc2
2015-03-30  Niels MöllerMoved definition of GMP_NUMB_BITS (for mini-gmp) from...
2015-03-30  Niels MöllerDocumentation update.
2015-03-30  Niels MöllerFixed symbols-test, check for NETTLE_USE_MINI_GMP in...
2015-03-26  Niels MöllerRename bignum.h.in to bignum.h. Include version.h.... nettle_3.1rc1
2015-03-26  Niels MöllerDefine NETTLE_USE_MINI_GMP in version.h.
2015-03-25  Niels MöllerTweak sed expressions for substitutions in version.h.
2015-03-25  Niels MöllerInclude new assembly directories for make dist.
2015-03-25  Niels MöllerFixed allocation bug and overwrite in ed25519_sha512_pu...
2015-03-19  Niels MöllerFixed a few typos.
2015-03-19  Niels MöllerList some gmp-6 functions to take advantage of.
2015-03-19  Niels MöllerUpdated release plan.
2015-03-19  Niels MöllerFixed handling of optional source files with make dist.
2015-03-19  Niels MöllerRename nettle_curve25519 to _nettle_curve25519, and...
2015-03-19  Niels MöllerUpdated EdDSA documentation.
2015-03-19  Niels MöllerMakefile fixes to make make distcheck happy.
2015-03-19  Niels MöllerChangeLog entry for previous change.
2015-03-19  Nikos Mavrogiannopoulosadded missing dist files
2015-03-19  Nikos MavrogiannopoulosAdded version.h with library versioning information
2015-03-19  Niels MöllerEdDSA interface change, use plain strings to represent...
2015-03-18  Niels MöllerNew function _eddsa_public_key.
2015-03-17  Niels MöllerNEWS update
2015-03-14  Niels MöllerUpdated release plan.
2015-03-14  Niels MöllerNew function memeql_sec.
2015-03-12  Niels MöllerMicro optimization of base64 and base16 context structs.
2015-03-12  Niels MöllerDocument base64url functions.
2015-03-10  Niels MöllerUpdated curve25519_mul documentation.
2015-03-10  Niels MöllerChanged return type for curve25519_mul to void.
2015-02-26  Niels MöllerUpdated release plan.
2015-02-26  Niels MöllerDocumentation of curev25519 and eddsa.
2015-02-10  Niels MöllerTypo fix.
2015-02-10  Niels MöllerNew struct nettle_armor for base64url.
2015-02-10  Amos JeffriesImplement URL safe base64 coding, as specified by RFC...
2015-02-10  Niels MöllerGeneralized base64, adding lookup table pointers to...
2015-02-09  Niels MöllerDeleted old #if:ed out base64_encode function.
2015-02-09  Niels MöllerAdditional base64 tests, based on contribution by Amos...
2015-02-05  Niels MöllerLIBHOGWEED_MAJOR should be 4, for nettle-3.1.
2015-02-05  Niels MöllerFix some ChangeLog typos.
2015-02-05  Niels MöllerMerge branch 'versioned-symbols' into master
2015-01-30  Niels MöllerUpdate chacha-poly1305 for draft-irtf-cfrg-chacha20... chacha96
2015-01-30  Niels MöllerNew function chacha_set_nonce96.
2015-01-28  Niels MöllerStarted on NEWS entries for 3.1.
2015-01-27  Niels MöllerMark move from ecc.h to ecc-internal.h done.
2015-01-27  Niels MöllerFix comment on the ecc_add_ehh formulas.
2015-01-27  Niels MöllerMoved internal declarations from ecc.h to ecc-internal.h.
2015-01-26  Niels MöllerFix old typo in ChangeLog.
2015-01-26  Niels MöllerUpdated release plan.
2015-01-25  Niels MöllerIn arm fat build, hook in sha1 and sha256 armv6 assembly.
2015-01-25  Niels MöllerPrepare for additional fat functions.
2015-01-25  Martin Storsjögitignore: Add a missing entry for ecc-25519.h
2015-01-25  Niels MöllerMerge branch 'fat-library' into master.
2015-01-25  Niels MöllerChangeLog entry for Martin's arm .arch fix. fat-library
2015-01-25  Martin Storsjöarm: Add .arch directives for armv6
2015-01-23  Niels MöllerMade fat initialization more robust.
2015-01-21  Niels MöllerFat functions for arm neon.
2015-01-21  Niels MöllerPrepare for additional fat functions.
2015-01-20  Niels MöllerImplemented handling of NETTLE_FAT_OVERRIDE, for arm.
2015-01-20  Niels MöllerImplemented handling of NETTLE_FAT_OVERRIDE.
next