]> git.ipfire.org Git - thirdparty/nettle.git/shortlog
thirdparty/nettle.git
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...
2014-05-15  Niels MöllerDrop use of gettext from getopt.c.
2014-05-14  Niels MöllerUpdated getopt files, from glibc-2.19.
2014-05-14  Niels MöllerAvoid the bash construction ${#foo}, in nettle-pbkdf2...
2014-05-09  Niels MöllerUpdated mini-gmp files, from gmp-6.0.0.
2014-05-09  Niels MöllerUpdated release plan.
2014-05-09  Niels MöllerDelay building of test programs until make check.
2014-05-08  Niels MöllerUpdated release plan.
2014-05-08  Niels MöllerDocument nettle_aead.
2014-05-08  Niels MöllerImplemented algorithm array nettle_aeads.
2014-05-08  Niels MöllerWhen CC_FOR_BUILD is gcc, add -O flag.
2014-05-06  Niels MöllerClarify experimental status of sha3 and chacha-poly1305...
2014-05-06  Niels MöllerDocument SHA3 and ChaCha-Poly1305 as experimental.
2014-05-06  Niels MöllerSmaller doc tweaks, suggested by Nikos.
2014-05-05  Niels MöllerUpdated release plan.
2014-05-05  Niels MöllerAdded FIXME comment. Auto-increment for chacha-poly1305...
2014-05-05  Niels MöllerDocument chacha-poly1305.
2014-05-05  Niels MöllerIn the manual, change some subsections to subsubsections.
2014-05-05  Niels MöllerMove AEAD documentation to its own section.
2014-05-05  Niels MöllerDocument poly1305-aes.
2014-05-04  Niels MöllerMinor typo fix.
2014-05-04  Niels MöllerUpdate release plan.
2014-05-04  Niels MöllerDocument ChaCha.
2014-05-04  Niels MöllerSmaller updates to salsa20 documentation.
2014-05-04  Niels MöllerDocument new DSA interface.
2014-05-03  Niels MöllerAvoid >= 32 bit shifts when size_t is only 32 bits.
2014-05-03  Niels MöllerUpdated CCM documentation.
2014-05-03  Niels MöllerNew constant CCM_DIGEST_SIZE.
2014-04-30  Niels MöllerNew macros related to ccm nonce size.
2014-04-27  Niels MöllerUpdated GCM documentation.
2014-04-27  Niels MöllerMove description of general structure to the AEAD subse...
2014-04-27  Niels MöllerStarted on AEAD documentation.
2014-04-27  Niels MöllerUpdated release plan.
2014-04-27  Niels MöllerMention _DATA_SIZE to _BLOCK_SIZE rename.
2014-04-26  Niels MöllerUpdate documentation for nettle_cipher_func.
2014-04-26  Niels MöllerDocument EAX.
2014-04-26  Niels MöllerMinor whitespace fix.
2014-04-26  Niels MöllerMake HMAC and UMAC their own info nodes.
2014-04-26  Niels MöllerDocument additional GCM and UMAC constants.
2014-04-26  Niels MöllerNew constants UMAC_MIN_NONCE_SIZE and UMAC_MAX_NONCE_SIZE.
2014-04-25  Niels MöllerRename *_DATA_SIZE to *_BLOCK_SIZE.
2014-04-25  Niels MöllerUpdated release plan.
2014-04-25  Owen KirbyCCM documentation.
next