]> git.ipfire.org Git - thirdparty/nettle.git/shortlog
thirdparty/nettle.git
2018-10-10  Niels MöllerMove block buffer last in hash context structs. struct-layout
2018-10-10  Niels MöllerInclude aes.h instead of aes-internal.h.
2018-10-10  Niels MöllerRedefine struct aes_ctx using a union of key-size speci...
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...
2018-08-08  Niels Möllernettle.texinfo: New section on ABI and API compatibility.
2018-07-30  Niels MöllerChangeLog entry for previous change.
2018-07-30  Dmitry Eremin... Add benchmarking for HMAC functions
2018-07-13  Niels MöllerAdditional analogous assert in eratosthenese program.
2018-07-13  Niels MöllerCheck for allocation overflow in eratosthenes program.
2018-07-12  Niels MöllerFix handling of eratosthenes -q.
2018-07-12  Niels MöllerFix at-exit leak in eratosthenes program.
2018-07-12  Niels MöllerMake eccdata deallocate storage before exit.
2018-07-12  Niels MöllerFix memory leak in eccdata.
2018-07-12  Nikos Mavrogiannopoulos.gitlab-ci.yml: added cross compilation and tests on...
2018-07-12  Niels MöllerFix arm fat setup for nettle_sha1_compress.
2018-07-09  Nikos Mavrogiannopoulos.gitlab-ci.yml: updated build images to latest used...
2018-07-09  Niels MöllerFix x86_64 fat setup for nettle_sha1_compress.
2018-07-07  Nikos Mavrogiannopoulos.gitlab-ci.yml: link with shared library on x86-64...
2018-07-07  Niels MöllerAdd two missing includes of the new internal headers.
2018-07-07  Niels MöllerChangeLog for previous change.
2018-07-07  Nikos Mavrogiannopoulosabi: explicitly export intended symbols and hide others
2018-07-07  Niels MöllerComment fix.
2018-06-17  Niels MöllerChangeLog entry for previous change.
2018-06-17  Dmitry Eremin... Fix quoting in autoconf ifunc test
2018-06-17  Dominyk Tillertestsuite/symbols-test: Exclude ____chkstk_darwin symbols.
2018-03-27  Niels MöllerMerge branch 'rename-data-symbols' into master-updates
2018-03-25  Niels MöllerUpdate NEWS file.
2018-03-25  Niels MöllerChangeLog entries for ARM big-endian changes.
2018-03-25  Michael WeiserDocument arm endianness considerations
2018-03-25  Michael WeiserSupport big-endian arm in assembly code
2018-03-25  Michael WeiserAdd arm endianness-aware assembly infrastructure
2018-03-17  Niels MöllerAdd leading underscore to data symbols. rename-data-symbols
2018-03-14  Niels MöllerUpdate NEWS file.
2018-03-14  Niels MöllerMerge branch 'ecc-params-tweak' into master-updates
2018-03-14  Niels MöllerMerge branch 'x86_64-sha_ni-sha256'
2018-03-11  Niels MöllerSupport sha_ni sha256_compress in x86_64 fat builds. x86_64-sha_ni-sha256
2018-03-10  Niels MöllerTweak parameters for ecc tables. ecc-params-tweak
2018-03-10  Niels MöllerMake eccdata warn about poor parameters.
2018-03-10  Niels MöllerNew program eccparams.
2018-02-21  Niels MöllerMerge branch 'cmac-support'
2018-02-21  Niels MöllerNew sha256 implementation using sha_ni instructions.
2018-02-20  Niels MöllerUpdate CBC and CFB tests to use aes256_ctx, not the...
2018-02-20  Niels Möller(test_cmac_hash): Deallocate ctx properly. cmac-support
2018-02-20  Niels MöllerUpdate RSA examples to use aes256_ctx, not the deprecat...
2018-02-20  Niels MöllerDelete unused struct process_ctx.
2018-02-19  Niels MöllerMostly aesthetic changes to CMAC.
2018-02-19  Niels MöllerAdd ChangeLog entries for CMAC.
2018-02-19  Niels MöllerReindent CMAC code to GNU standard, white space changes...
2018-02-19  Nikos MavrogiannopoulosAdded support for CMAC
2018-02-19  Niels MöllerNew macros TMP_DECL_ALIGN and TMP_ALLOC_ALIGN.
2018-02-18  Niels MöllerFix link failure for pss-mgf1-test, in non-hogweed...
2018-02-18  Niels MöllerChangeLog for previous change.
2018-02-18  Dmitry Eremin... Move expressions with side effects out of asserts
2018-02-17  Niels MöllerChangeLog for previous changes.
2018-02-17  Dmitry Eremin... Enable OpenSSL AES-GCM in nettle-benchmark
2018-02-17  Dmitry Eremin... Provide wrappers around OpenSSL AES GCM
2018-02-16  Niels MöllerImproved index entries in the manual.
2018-02-16  Niels MöllerUpdate CAST128/CAST5 docs. Inconsistencies spotted...
2018-02-12  Niels MöllerStarted on NEWS entries for Nettle-3.5.
2018-02-10  Niels MöllerNew configure option --enable-x86-sha-ni. x86_64-sha_ni-sha1
2018-02-08  Niels MöllerSupport sha_ni sha1_compress in x86_64 fat builds.
2018-02-08  Niels MöllerAdd missing pshufd.
2018-02-08  Niels MöllerNew sha1 implementation using x86_64 sha_ni instructions.
2018-02-08  Niels MöllerCheck for x86_64 sha_ni extension.
2018-02-05  Niels Möllerci: Fix yaml error. gcm-ctr-opt
2018-02-05  Niels Möllerci: Fix collection of logs from gnutls test builds.
2018-02-03  Niels Möllerci: Save logs from gnutls test builds.
2018-02-01  Nikos Mavrogiannopoulosgcm: use ctr_crypt16() for improved performance
2018-02-01  Niels MöllerGeneralize _ctr_crypt16, so it can be used also for...
2018-02-01  Niels MöllerLine break fix.
2018-01-30  Niels MöllerMakefile tweak, make clean should not delete desdata...
2018-01-30  Niels MöllerChangeLog entry for previous change, by Jay Foad.
2018-01-24  Jay FoadFix parallel make failures trying to build desdata...
2018-01-23  Niels MöllerRecognize "x86" as cpu name.
2018-01-20  Niels MöllerChangeLog entries for CFB8.
2018-01-20  Niels MöllerWhitespace fix.
2018-01-20  Dmitry Eremin... Add CFB8 - Cipher Feedback 8-bit block cipher mode
2018-01-16  Niels MöllerAdd "fall through" comment.
2018-01-16  Niels Möllertools/pkcs1-conv.c: Add missing break statements.
2018-01-14  Niels MöllerMerge branch 'ctr-opt' into master-updates
2018-01-13  Dmitry Eremin... Allow user to specify multiple algorithms to nettle...
2018-01-09  Niels MöllerCTR mode optimizations for 16-byte block size. ctr-opt
2018-01-09  Niels MöllerExtend nettle_block16 with uint64_t field.
2018-01-09  Niels MöllerConfigure check for __builtin_bswap64.
2018-01-09  Niels MöllerNew helper function ctr_fill.
2018-01-09  Niels MöllerIncrease buffer size for in-place CTR.
2018-01-09  Niels MöllerExtended CTR mode tests.
2018-01-08  Niels MöllerBenchmark in-place operation separately, for cbc_decryp...
2018-01-08  Niels MöllerTweaks for in-place cbc, cfb and gcm.
2018-01-03  Niels MöllerUnroll x86_64 aesni loops.
2017-12-26  Niels MöllerFix version number typo in ChangeLog.
next