]> git.ipfire.org Git - thirdparty/nettle.git/shortlog
thirdparty/nettle.git
2019-03-29  Niels MöllerRedefine struct aes_ctx as a union of key-size specific... aes-struct-layout
2019-03-27  Niels MöllerRearrange cmac's block_mulx, make it closer to xts_shift.
2019-03-24  Niels MöllerUpdate docs for xts-aes
2019-03-24  Niels MöllerChangeLog entries for XTS support.
2019-03-24  Simo SorceRecode xts_shift based on endianess
2019-03-24  Simo SorceInline ciphertext stealing
2019-03-24  Simo SorceAdd support for XTS encryption mode
2019-02-06  Niels MöllerMove block buffer last in hash context structs.
2019-01-22  Niels MöllerMerge branch 'delete-nettle-stdint-h' into master
2019-01-21  Niels Möller.gitlab-ci.yml: Add -std=c89 and -DNDEBUG builds.
2019-01-19  Niels Möllerexamples: Delete eratosthenes from TARGETS, left over...
2019-01-19  Niels Möllerfat-arm.c: Fix declarations of chacha_core functions.
2019-01-19  Niels MöllerChangeLog entries for previous change.
2019-01-19  Yuriy M. KaminskiyAdd --enable-fat support for arm neon chacha20
2019-01-19  Niels MöllerUpdate NEWS for Nettle-3.5.
2019-01-17  Niels Möller.gitlab-ci.yml: Use ./bootstrap in gnutls build.
2019-01-13  Niels Möllereccdata: More asserts in ecc_pippenger_precompute.
2019-01-12  Nikos Mavrogiannopoulos.gitlab-ci.yml: updated to new images by gnutls
2019-01-12  Niels MöllerDelete eratosthenseprogram
2019-01-10  Niels Möllertests: Fix assert call with side effects.
2019-01-10  Niels Möllertest: Use %u and corresponding cast, when printing...
2019-01-10  Niels Möllernettle-benchmark: Add volatile to inline asm.
2019-01-08  Niels MöllerAdd missing include of sha2-internal.h.
2019-01-06  Niels MöllerDelete nettle-stdint.h
2018-12-26  Niels Möllereccdata: Add assert.
2018-12-26  Niels MöllerIn openssl benchmarks, use RSA_generate_key_ex.
2018-12-26  Niels Möllereccdata: Check that table size is at least 2.
2018-12-26  Niels MöllerBump version number and sonames, for Nettle-3.5
2018-12-26  Niels MöllerDelete obsolete TODO file
2018-12-26  Niels MöllerNew header file pkcs1-internal.h
2018-12-26  Niels MöllerMerge branch 'release-3.4-fixes' into master
2018-12-26  Niels MöllerFix compilation with gcc -std=c89
2018-12-26  Niels MöllerFix accidental use of C99 for loop.
2018-12-04  Niels MöllerNote release of Nettle-3.4.1. nettle_3.4.1_release_20181204
2018-11-28  Niels MöllerUpdate NEWS file for 3.4.1. nettle_3.4.1rc1
2018-11-28  Niels MöllerUpdate configure check to require GMP-6.0.0 or later.
2018-11-28  Niels MöllerRewrite pkcs1_decrypt as a wrapper around _pkcs1_sec_de...
2018-11-28  Niels MöllerAdd rsa-internal.h to distributed headers.
2018-11-28  Niels Möllerrsa-internal.h: Add include of rsa.h.
2018-11-27  Niels MöllerDescribe RSA improvements in NEWS.
2018-11-27  Niels MöllerRewrote _rsa_sec_compute_root, for clarity.
2018-11-26  Niels Möllerrsa-compute-root-test: Fix qsize. Try more keys.
2018-11-25  Niels MöllerUpdate mini-gmp version for _rsa_sec_compute_root_tr...
2018-11-25  Niels MöllerRenamed rsa-sec-compute-root-test --> rsa-compute-root...
2018-11-25  Niels Möllercnd_mpn_zero: Use a volatile-declared mask variable.
2018-11-25  Niels MöllerMove decl. of rsa_sec_compute_root_tr to internal header.
2018-11-25  Simo SorceSwitch rsa_compute_root to use side-channel safe variant
2018-11-25  Niels MöllerChangeLog for previous change.
2018-11-25  Simo SorceRandomzed testing of rsa-sec-compute-root
2018-11-25  Niels Möllertestutils.c: Fix high bits of the mpz_urandomb used...
2018-11-25  Niels MöllerChangeLog for previous change.
2018-11-25  Simo SorceCatch bad private keys early on.
2018-11-25  Niels MöllerUse NETTLE_OCTET_SIZE_TO_LIMB_SIZE.
2018-11-25  Niels MöllerChangeLog for previous change.
2018-11-25  Simo SorceUse side-channel silent pkcs1 in rsa_decrypt_tr
2018-11-25  Niels MöllerChangeLog entry, and minor comment fixes
2018-11-25  Simo SorceAdd variable len pkcs1-sec decoding function
2018-11-25  Niels MöllerTweak valgrind marking is rsa_sec_decrypt tests.
2018-11-25  Niels MöllerAvoid calls to mpz_sizeinbase on RSA private key.
2018-11-25  Niels MöllerChangeLog for previous change.
2018-11-25  Simo SorceUnit test for rsa_sec_decyrpt
2018-11-25  Niels MöllerChangeLog for previous change.
2018-11-25  Simo SorceAdd rsa_sec_decrypt as side-channel silent variant
2018-11-25  Niels Möllerpkcs1-sec-decrypt-test.c: Fix valgrind marking of retur...
2018-11-25  Niels MöllerChangeLog for previous change.
2018-11-25  Simo SorceUnit test for pkcs1-sec-decrypt
2018-11-25  Niels MöllerChangeLog for previous change.
2018-11-25  Simo SorceAdd mpn_get_base256
2018-11-25  Niels MöllerChangeLog for previous change.
2018-11-24  Simo SorceAdd side-channel silent pkcs1 decoding function
2018-11-24  Niels MöllerChangeLog for previous change.
2018-11-24  Simo SorceAdd a side-channel silent conditional memcpy
2018-11-24  Niels MöllerChangeLog entries, minor comment and spacing fixes
2018-11-24  Simo SorceUse side-channel silent root for rsa signatures
2018-11-24  Niels MöllerChangeLog entry and comment fixes.
2018-11-24  Simo SorceAdd side-channel silent RSA root function
2018-11-24  Niels MöllerChangeLog for previous change.
2018-11-24  Simo SorceAdd convenience macro for size calculation
2018-11-24  Niels MöllerInitial NEWS entries for nettle-3.4.1.
2018-11-24  Niels MöllerBump version numbers for nettle-3.4.1.
2018-11-24  Niels MöllerAdd "fall through" comment.
2018-11-19  Niels MöllerCopy .gitlab-ci.yml from master branch
2018-11-18  Dmitry Eremin... Fix quoting in autoconf ifunc test
2018-11-18  Dominyk Tillertestsuite/symbols-test: Exclude ____chkstk_darwin symbols.
2018-11-18  Niels MöllerFix link failure for pss-mgf1-test, in non-hogweed...
2018-11-18  Niels Möllertools/pkcs1-conv.c: Add missing break statements.
2018-11-18  Niels MöllerAvoid cast between incompatible function types.
2018-11-18  Niels MöllerAdd missing includes of stdlib.h.
2018-11-18  Niels Möllerdes-compat.c: Change length argument type from uint32_t...
2018-11-17  Niels MöllerAdd benchmarking of RSA signatures with blinding
2018-10-10  Dmitry Eremin... ctr16: fix encryption if src == dst
2018-10-10  Niels MöllerAdd missing includes of stdlib.h.
2018-09-13  Niels Möllerrsa_generate_keypair: Delete unlikely and redundant...
2018-09-13  Niels MöllerMerge branch 'attribute-deprecated'
2018-09-07  Niels MöllerFix mis-spelling spotted by Torbjörn Granlund.
2018-08-09  Niels MöllerMark obsolete helpers _rsa_blind and _rsa_unblind as... attribute-deprecated
2018-08-09  Niels MöllerDeprecate old AES interface.
2018-08-09  Niels MöllerNew macro _NETTLE_ATTRIBUTE_PURE.
2018-08-09  Niels MöllerAvoid cast between incompatible function types.
2018-08-09  Niels Möllerdes-compat.c: Change length argument type from uint32_t...
next