]> git.ipfire.org Git - thirdparty/nettle.git/shortlog
thirdparty/nettle.git
2014-08-27  Niels MöllerRemove ecc-25519.h on make clean. curve25519
2014-08-27  Niels MöllerNotes on the EdDSA twist.
2014-08-26  Niels MöllerSome curve25519 unification in ecc-benchmark.
2014-08-26  Niels MöllerMake ecc mod q test unconditional.
2014-08-26  Niels MöllerImplemented curve25519 modq.
2014-08-26  Niels MöllerFix for mini-gmp mpz_clrbit.
2014-08-25  Niels Möllercurve25519 support for ecc_point_mul, ecc_point_mul_g...
2014-08-25  Niels MöllerAdditional function pointers in struct ecc_curve.
2014-08-25  Niels MöllerAdded curve25519 special case in ecc_set_point.
2014-08-24  Niels MöllerECDH tests for additional curves.
2014-08-24  Niels MöllerNew testcases for ecc_point_mul and ecc_point_mul_g.
2014-08-24  Niels MöllerNew script ecc-ref.gp.
2014-08-24  Niels MöllerEquation typo fix.
2014-08-23  Niels MöllerDeleted unused INITIAL argument for ecc_a_to_j.
2014-08-23  Niels MöllerDeleted unused INITIAL argument for ecc_mul_a.
2014-08-23  Niels MöllerReordered struct ecc_curve, moved function pointers...
2014-08-23  Niels MöllerDocument issues when curve25519 sqrt fails.
2014-08-23  Niels MöllerUpdated FIXME comments.
2014-08-23  Niels MöllerDocument and test that ecc_modp_inv produces 0 for...
2014-08-22  Niels MöllerOptimized x86_64 assembly for ecc_25519_modp.
2014-08-22  Niels MöllerInitial x86_64 implementation of ecc_25519_modp, 30...
2014-08-22  Niels MöllerPrepare for assembly ecc_25519_modp.
2014-08-19  Niels MöllerInitial benchmarking of curve25519.
2014-08-18  Niels MöllerUpdated curve25519-dh-test, to use curve25519_mul,...
2014-08-18  Niels MöllerImplemented curve25519_mul.
2014-08-18  Niels MöllerRenamed curve25519_base -> curve25519_mul_g.
2014-08-18  Niels MöllerImplemented mod p square root for curve25519.
2014-08-06  Niels MöllerAdapt test case to use curve25519_base.
2014-08-06  Niels MöllerNew function curve25519_base.
2014-08-06  Niels MöllerNew functions mpn_set_base256_le and mpn_get_base256_le.
2014-08-02  Niels MöllerFixed equations for Montgomery->Edwards transformation.
2014-08-02  Niels MöllerFixed memory leak in curve25519 test case.
2014-08-02  Niels MöllerFixed window-based ecc_mul_a_eh.
2014-07-31  Niels MöllerFixed declarations for ecc_mul_a_eh.
2014-07-29  Niels MöllerImplemented ecc_a_to_eh and ecc_mul_a_eh, for curve25519.
2014-07-26  Niels MöllerReduce ecc_add_ehh scratch need.
2014-07-23  Niels MöllerNew curve25519 test case.
2014-07-23  Niels MöllerComment fix.
2014-07-18  Niels MöllerImplemented ecc_mul_g_eh. Untested.
2014-07-17  Niels MöllerReduce ecc_add_eh scratch need.
2014-07-17  Niels MöllerFix memory leak in test case.
2014-07-15  Niels MöllerImplemented ecc_add_eh.
2014-07-15  Niels MöllerMinor improvement of curve25519-add-test.
2014-07-15  Niels MöllerComment fixes.
2014-07-14  Niels MöllerNew testcase for curve25519 add.
2014-07-14  Niels MöllerImplemented point addition for Edwards curves.
2014-07-14  Niels Möllereccdata: For curve25519, output the Edwards curve constant.
2014-07-14  Niels MöllerImproved curve25519-dup-test.
2014-07-11  Niels MöllerAdded some ECC notes.
2014-07-11  Niels MöllerNew testcase for curve25519 dup.
2014-07-11  Niels MöllerMade test_ecc_point non-static in testutils.c.
2014-07-11  Niels MöllerComment on Shanks-Tonelli reference.
2014-07-11  Niels MöllerImplemented point doubling for Edwards curves.
2014-07-11  Niels MöllerNew struct ecc_curve constant, edwards_root.
2014-07-11  Niels Möllereccdata: Corrected curve25519-related constant. And...
2014-07-08  Niels MöllerDeleted left-over prototypes for ecc_a_to_a and ecc_a_t...
2014-07-06  Niels Möllereccdata: Support conversion to Edwards form.
2014-07-06  Niels Möllereccdata: Use separate is_zero flag to represent the...
2014-07-04  Niels MöllerImplemented the curve25519 modp function.
2014-07-04  Niels MöllerRenamed gmp_randstate_t variables to "rands".
2014-07-04  Niels MöllerFix typo in test for ecc_generic_modq.
2014-07-04  Niels MöllerFix file header copy&paste errors.
2014-07-02  Niels MöllerSupport curve25519 in the eccdata program.
2014-07-02  Niels MöllerUse mpz_submul_ui.
2014-06-29  Niels Möllercamellia: Include limits.h, needed for HAVE_NATIVE_64_BIT.
2014-06-26  Niels MöllerChangeLog entries for Martin's and Nikos' previous...
2014-06-26  Martin StorsjöInclude private dependencies automatically in pkg-confi...
2014-06-26  Martin StorsjöAdd missing entries to .gitignore
2014-06-26  Martin StorsjöDon't hardcode the -lgmp linker flag in the hogweed...
2014-06-26  Nikos Mavrogiannopouloshogweed-benchmark: do not abort() if an openssl algorit...
2014-06-25  Niels MöllerSupport for building with mini-gmp.
2014-06-25  Niels MöllerUse WITH_HOGWEED instead of HAVE_LIBGMP for preprocesso...
2014-06-25  Niels MöllerEliminate more uses of gmp_fprintf.
2014-06-25  Niels MöllerInclude bignum.h instead of gmp.h.
2014-06-25  Niels MöllerNew function write_mpn, used in the testsuite.
2014-06-25  Niels MöllerDon't use gmp_vfprintf.
2014-06-25  Niels MöllerDeleted HAVE_LIBGMP conditionals.
2014-06-24  Nikos MavrogiannopoulosTurn RSA blinding off in openssl RSA benchmark.
2014-06-10  Niels MöllerUpdated download and git links. List release key finger...
2014-06-07  Niels MöllerLog entry for 3.0 release. nettle_3.0_release_20140607
2014-06-04  Niels MöllerUpdated release plan.
2014-06-04  Niels MöllerNEWS: List des-compat.h as a candidate for removal.
2014-06-04  Niels Möllerdes-compat-test: Fix out of bounds memory read.
2014-06-04  Niels MöllerAdd missing include of stddef.h.
2014-06-04  Niels MöllerFix typo in AX_CREATE_STDINT_H macro.
2014-06-02  Niels MöllerUpdated release plan.
2014-06-02  Niels MöllerMention M$ Windows shared library fixes.
2014-06-01  Niels MöllerUpdated release plan.
2014-06-01  Niels MöllerFixes for w64 ABI.
2014-05-31  Niels MöllerCheck for COFF type directive, and use in assembly...
2014-05-31  Niels Möllerasm.m4: Deleted unused offsets for struct aes_ctx.
2014-05-31  Niels MöllerDrop single quote in configure warning message.
2014-05-28  Niels MöllerFix for windows lineending in nettle-pbkdf2-test.
2014-05-28  Niels MöllerFixed linker arguments for libhogweed.so
2014-05-27  Niels MöllerAdd benchmark for mpn_sec_powm.
2014-05-22  Niels MöllerChangeLog for EXEEXT_FOR_BUILD fix.
2014-05-22  Claudio BleyFix generation of headers when cross compiling
2014-05-22  Claudio BleyIgnore .dll files
2014-05-15  Niels MöllerUpdated version numbers, including LIBHOGWEED_MAJOR.
2014-05-15  Niels MöllerUse a simpler and more portable sed expression for...
next