]> git.ipfire.org Git - thirdparty/nettle.git/shortlog
thirdparty/nettle.git
2021-09-09  Niels MöllerMore checks for null pointers in test_aead, to silent... aes-cbc
2021-09-09  Niels MöllerFix checks of HAVE_NATIVE_cbc_aes*_encrypt
2021-09-09  Niels Möllerx86_64: Fat setup for assembly CBC AES.
2021-09-09  Niels Möllerx86_64: Assembly CBC AES aesni functions.
2021-09-09  Niels MöllerAdd specialized functions for cbc-aes.
2021-09-02  Niels MöllerMerge branch 'x86_64-aes-refactor' into master
2021-09-02  Niels MöllerChangeLog entries for recent contributions.
2021-08-30  Niels Möllergitlab-ci: Use mini-gmp for big-endian powerpc64 cross...
2021-08-30  Niels Möllergitlab-ci: Explicitly install cross libgmp-dev packages
2021-08-30  Niels Möllergitlab-ci: No-assembly cross-build for s390x, to test...
2021-08-23  Niels Möllergitlab-ci: Delete mips build
2021-08-16  Niels MöllerMerge branch 's390x-sha1' into 'master'
2021-08-13  Mamone Tarsha[S390x] Optimize SHA256 and SHA512 compress functions
2021-08-10  Niels MöllerMerge branch 's390x-sha1' into 'master'
2021-08-10  Niels Möllerx86_64: New 2-way aesni loop also for aes256 x86_64-aes-refactor
2021-08-10  Niels Möllerx86_64: Refactor aesni assembly, with specific function...
2021-08-10  Mamone Tarsha[S390x] Optimize SHA1 compress
2021-08-09  Niels MöllerMerge branch 'arm64-aes' into 'master'
2021-08-08  Mamone Tarsha[AArch64] Utilize AES 1-block macros in 4-block macros
2021-08-08  Mamone Tarsha[AArch64] Load AES keys at function prologue
2021-08-06  Niels MöllerChangeLog entries for previous change.
2021-08-06  Niels MöllerMerge branch 'mamonet/nettle-s390x-memxor' into master...
2021-08-01  Mamone Tarsha[AArch64] Move AES round macros to machine.m4
2021-07-30  Mamone Tarsha[AArch64] Optimize AES with fat build support
2021-07-24  Niels MöllerMerge branch 's390x' into master-updates
2021-07-22  Mamone Tarsha[S390x] Optimize memxor3 using vector facility with...
2021-07-22  Mamone Tarsha[S390x] Optimize memxor
2021-07-21  Niels MöllerAdd fat-s390x.c to OPT_SOURCES. s390x
2021-07-21  Niels MöllerFix name of s390x/fat directory in make dist target.
2021-07-21  Niels MöllerMerge branch 's390x-fat' into 's390x'
2021-07-21  Mamone Tarsha[S390x] add FAT_TEST_LIST variable to enable fat build...
2021-07-21  Mamone Tarsha[S390x] Replace inline assembly and fix fat filenames
2021-07-17  Niels MöllerMerge branch 's390x-fat' into 's390x'
2021-07-10  Mamone Tarsha[S390x] Fat build support for AES and GHASH
2021-07-09  Niels MöllerMerge branch 'arm64-sha1' into master-updates
2021-07-08  Niels Möllerarm64: Add sha2 to aarch64 fat tests. arm64-sha1
2021-07-08  Niels MöllerChangeLog entry for arm64 sha256..
2021-07-08  Niels MöllerMerge branch 's390x-gcm' into 's390x'
2021-07-05  Niels MöllerMerge branch 'arm64-sha' into 'arm64-sha1'
2021-07-03  Mamone Tarsha[AArch64] Fat build support for SHA-256 compress
2021-07-02  Mamone Tarsha[S390x] wipe parameter block content and leftover bytes...
2021-07-02  Mamone Tarsha[S390x] wipe hash subkey from stack once GHASH operatio...
2021-07-01  Niels MöllerMerge branch 'arm64-sha' into 'arm64-sha1'
2021-07-01  Mamone Tarsha[AArch64] Optimize SHA-256 compress
2021-07-01  Mamone Tarsha[S390x] Use uppercase for macro names in machine.m4...
2021-06-30  Niels MöllerAdd sha1 to aarch64 fat tests.
2021-06-30  Niels MöllerChangeLog entry for previous change.
2021-06-30  Maamoun TKarm64: Fat build support for SHA1 compress
2021-06-27  Mamone Tarsha[S390x] Update configure.ac and Makefile.in
2021-06-27  Mamone Tarsha[S390x] Implement alloc_stack and free_stack macros...
2021-06-27  Mamone Tarsha[S390x] Optimize GHASH
2021-06-08  Niels MöllerUpdate Nettle-3.7.3 NEWS. 17/merge 19/merge 6/merge 7/merge 8/merge
2021-06-08  Niels MöllerAdd input check to rsa_decrypt family of functions.
2021-06-08  Niels MöllerChange _rsa_sec_compute_root_tr to take a fix input...
2021-06-08  Niels MöllerFix comment typos.
2021-06-08  Niels MöllerAdd check that message length to _pkcs1_sec_decrypt...
2021-06-01  Niels MöllerChangeLog entry for arm64 sha1.
2021-06-01  Maamoun TKaarch64: Optimize SHA1 Compress
2021-05-24  Niels MöllerFix C++-style comments
2021-05-23  Niels MöllerChangeLog entries for aes keywrap.
2021-05-23  Nicolas MoraImplement aes key wrap and key unwrap (RFC 3394)
2021-05-22  Niels Möllergitlab-ci: Explicitly pass --enable-s390x-msa to s390x...
2021-05-10  Niels MöllerFix comment typo.
2021-05-09  Niels MöllerReorder and indent asm_replace_list.
2021-05-09  Niels MöllerChangeLog entry for new s390x AES implementation.
2021-05-09  Niels MöllerMerge branch 's390x' into 's390x'
2021-05-08  Mamone TarshaAppend s390x-specific asm file names to asm_replace_lis...
2021-05-07  Mamone Tarsha[S390x] Basic AES-192 and AES-256 optimizations
2021-04-13  Niels Möllerppc: Fix macro name SWAP_MASK to use all uppercase.
2021-04-11  Niels MöllerUpdate config.guess and config.sub.
2021-04-05  mamonet[S390x] Basic AES-128 optimization
2021-04-01  Niels MöllerSplit aes-encrypt.c and aes-decrypt.c into one file...
2021-03-28  Niels MöllerInitial config for s390x, contributed by Mamone Tarsha.
2021-03-28  Niels MöllerMerge branch 'wip/ueno/maybe-uninit' into 'master'
2021-03-27  Daiki Uenonettle-benchmark: avoid -Wmaybe-uninitialized warnings
2021-03-27  Niels Möllergitlab-ci: Fix only: variables: check, and quote variables.
2021-03-27  Niels Möllergitlab-ci: Use pipeline variable S390X_ACCOUNT
2021-03-24  Niels Möllergitlab-ci: Add remote tests for s390x.
2021-03-22  Niels MöllerAdd forward declaration of struct aes_table.
2021-03-22  Niels MöllerChangeLog entries for arm64 fat build.
2021-03-22  Niels MöllerMerge arm64 fat support into master.
2021-03-22  Niels MöllerChangeLog entry for nettle-3.7.2 release
2021-03-22  Niels MöllerNEWS entries for 3.7.2.
2021-03-21  Maamoun TK[AArch64] Support fat build for GCM optimization
2021-03-21  Maamoun TK[AArch64] Use m4 macros in gcm-hash.asm and add documen...
2021-03-21  Maamoun TK[AArch64] Update README to be on par with other archite...
2021-03-13  Niels MöllerFix canonical reduction in gostdsa_vko.
2021-03-13  Niels MöllerSimilar fix for eddsa.
2021-03-13  Niels MöllerAnalogous fix to ecc_gostdsa_verify.
2021-03-13  Niels MöllerEnsure ecdsa_sign output is canonically reduced.
2021-03-13  Niels MöllerFix bug in ecc_ecdsa_verify.
2021-03-13  Niels MöllerUse ecc_mod_mul_canonical for point comparison.
2021-03-11  Niels MöllerNew functions ecc_mod_mul_canonical and ecc_mod_sqr_can...
2021-03-04  Niels MöllerMerge branch 'arm64'
2021-02-17  Niels MöllerChangeLog entry for 3.7.1 release. nettle_3.7.1_release_20210217
2021-02-15  Niels MöllerDelete benchmarking of openssl arcfour and correspondin...
2021-02-13  Niels MöllerNEWS entries for Nettle-3.7.1.
2021-02-13  Niels MöllerIncrease version numbers, for Nettle-3.7.1.
2021-02-10  Niels MöllerFix chacha counter update for _4core variants. fix-chacha-counter
2021-02-10  Niels MöllerImprove chacha test coverage.
next