]> git.ipfire.org Git - thirdparty/nettle.git/shortlog
thirdparty/nettle.git
2026-05-12  Niels MöllerDefine and use NONSTRING attribute. master use-has_attribute
2026-05-12  Niels MöllerUse __has_attribute for _NETTLE_ATTRIBUTE_PURE, delete...
2026-05-11  Niels MöllerDelete configure-time test for attribute support, in...
2026-05-08  Andreas MetzlerFix outdated FSF address in license grant headers.
2026-05-08  Niels MöllerUpdate text of COPYINGv2 and COPYINGv3, to latest from...
2026-05-08  Niels MöllerInitial NEWS entries for Nettle-4.1.
2026-05-07  Niels MöllerDocument sntrup761 support. sntrup-integration
2026-05-07  Niels MöllerAdd benchmarking of sntrup761.
2026-05-07  Niels MöllerAdd sntrup761 tests.
2026-05-07  Niels MöllerAdd Streamlined NTRU Prime sntrup761.
2026-05-04  Niels Möllerci: Disable side-channel tests in ubsan build. master-updates
2026-05-03  Niels MöllerRework test randomization, new functions test_get_seed... add-test_random_seed
2026-04-30  Niels MöllerFix arithmetic overflow issues in sexp parser.
2026-04-15  Daiki UenoMove read_hex_file from slh-dsa-test.c to testutils.c
2026-04-12  Georg SauthoffSynchronize func signatures between code and docs
2026-04-04  Niels MöllerFix missing const in drbg_ctr_aes256_init prototype.
2026-03-19  Niels Möllerdoc: Document subtely with public input to eddsa signing.
2026-02-10  Niels MöllerNote Nettle-4.0 release in ChangeLog.
2026-02-04  Niels MöllerMake tar file generation closer to reproducible trim-tar-metadata nettle_4.0_release_20260205
2026-02-01  Niels MöllerFix texinfo syntax.
2026-01-31  Niels MöllerChangeLog and NEWS entries for drbg_ctr_aes256_update.
2026-01-31  Niels MöllerMerge branch with drbg_ctr_aes256_update into master
2026-01-30  Daiki UenoExpose drbg_ctr_aes256_update
2026-01-29  Niels MöllerUse a C99 flexible array for struct tstring.
2026-01-28  Niels MöllerMore consistent entry point alignment in asm files. fix-asm-align
2026-01-25  Niels MöllerDelete trailing semicolons on DECLARE_FAT_* usage. nettle_4.0rc1
2026-01-24  Niels MöllerUpdate config.guess and config.sub.
2026-01-24  Niels MöllerMention ed448 fix in NEWS.
2026-01-22  Niels MöllerAdd missing check that the final octet of an ed448...
2026-01-18  Niels Möllerdoc: Revise outdated text in the manual.
2026-01-17  Niels MöllerFix a few minor typos in the SLH-DSA documentation.
2026-01-17  Niels Möllerci: Replace $CI_REGISTRY with explicit reference to... ci-delete-tags-amd64
2026-01-16  Niels Möllerci: Delete all tags in ci jobs.
2026-01-14  Niels MöllerUpdate OCB documentation.
2026-01-14  Niels MöllerAdd tag_length to ocb_ctx, and drop length argument...
2026-01-14  Niels MöllerUpdate CCM documentation.
2026-01-14  Niels MöllerAdd tag_length to ccm_ctx, and drop length argument...
2026-01-14  Niels MöllerNEWS update for OCB.
2026-01-08  Niels MöllerSimplify ocb_fill_n.
2026-01-08  Niels MöllerUse platform-independent types for ocb data_coutn and...
2026-01-04  Niels MöllerMinor NEWS update.
2026-01-03  Niels MöllerRearrange getopt files to use gnulib copies. use-gnulib-getopt
2026-01-02  Niels MöllerChangeLog and NEWS update for sexp parser fixes.
2025-12-28  Niels MöllerRewrite sexp_iterator_exit_list to not recurse to sexp_... fix-sexp_iterator_exit_list
2025-12-17  Niels MöllerFix off-by-one length check error in sexp parser.
2025-12-15  Niels MöllerFix return value for failure of base16_decode_update...
2025-11-14  Niels MöllerFix typos reported by Amos Jeffries.
2025-11-08  Niels MöllerDocument changes to base16_decode_update and base64_dec...
2025-11-05  Niels Möllertests: Simplify read_hex_file. base16-base64-decode-api
2025-10-30  Niels MöllerUpdate api for base16_decode_update and base16_decode_u...
2025-10-30  Niels MöllerWhitespace fixes to NEWS.
2025-10-29  Niels MöllerDelete undocumented and unused function base64_encode_g...
2025-10-17  Niels MöllerUpdate NEWS for nettle_armor deletion.
2025-10-16  Niels MöllerDelete nettle_armor abstraction. delete-nettle_armor
2025-10-13  Niels MöllerSimplify test scripts.
2025-10-13  Niels Möllersexp-conv: Delete use of nettle_armor for input.
2025-10-13  Niels Möllersexp-conv: Delete use of nettle_armor for output.
2025-10-08  Niels MöllerImprovements to sexp-conv --hash option.
2025-10-03  Niels MöllerRework handling of sexp-conv hashing, fix leak.
2025-10-02  Niels MöllerChangeLog entry for previous change.
2025-10-02  Niels MöllerImprove tests of sexp-conv.
2025-09-27  Niels MöllerList SLH-DSA as a new feature in NEWS.
2025-09-27  Niels Möllerdoc: Document SLH-DSA functions.
2025-09-24  Niels Möllerdoc: Update introduction to public-key algorithms.
2025-09-24  Niels MöllerUpdate mini-gmp to latest version, disable floating...
2025-09-18  Niels Möllerdoc: Group introductory material into a "Using Nettle...
2025-09-18  Niels MöllerUpdate NEWS with configure and C language changes.
2025-09-18  Niels MöllerDelete configure logic to tweak the default libdir.
2025-09-18  Niels MöllerDelete configure options --with-lib-path and --with...
2025-09-16  Niels MöllerMerge branch 'slh-dsa-sha2' into master
2025-09-15  Niels MöllerImplement slh-dsa-sha2-128f. slh-dsa-sha2
2025-09-14  Niels MöllerAdd ChangeLog entries for slh-dsa-sha2-128s.
2025-09-14  Niels MöllerAdd back accidentally lost slh_dsa_shake_128f test...
2025-09-14  Niels MöllerImplement slh-dsa-sha2-128s.
2025-09-13  Niels Möllerci: Re-enable remote/s390x job. reenable-remote-s390
2025-09-12  Niels MöllerNew hash abstraction for slh-dsa, to aid sha2 support.
2025-09-09  Niels Möllerci: Replace c89 job with c99.
2025-09-09  Niels MöllerNew files slh-dsa-128s.c and slh-dsa-128f.c.
2025-09-08  Niels MöllerRename _slh_dsa_shake_128s_params -> _slh_dsa_128s_para...
2025-09-05  Niels MöllerRename slh-dsa constants that are not shake-specific.
2025-09-05  Niels Möllerci: Temporarily disable gnutls job.
2025-09-05  Niels MöllerRevert "Add COPYING symlink, to help gitlab and go...
2025-09-05  Niels Möllerci: Update for running CI at git.lysator.liu.se, not...
2025-08-15  Niels MöllerIn the manual, update version, year, and sha example.
2025-08-14  Niels MöllerFix broken mailing list link in README.
2025-07-18  Niels MöllerAdd COPYING symlink, to help gitlab and go-license...
2025-07-07  Niels MöllerSimilar fix to 32-bit ecc_secp384r1_modp.
2025-07-06  Niels MöllerFix 32-bit ecc_secp192r1_modp to work with the sc-...
2025-07-05  Niels MöllerAdditional slh-dsa test cases.
2025-07-03  Niels MöllerAdditional slh-dsa keygen test cases.
2025-07-01  Niels MöllerImplement slh-dsa-shake-128f.
2025-06-30  Niels MöllerFix memory leaks in slh-dsa tests.
2025-06-30  Niels MöllerImplement slh-dsa-shake128s.
2025-06-27  Niels MöllerNew testutils function open_srcdir_file.
2025-06-27  Niels MöllerUpdate LGPLv3 text to latest version
2025-06-26  Niels MöllerCopy NEWS entries for Nettle-3.10.2.
2025-06-26  Niels MöllerUpdate config.guess and config.sub.
2025-06-26  Niels MöllerFix non-prototype declarations in getopt files.
2025-06-24  Niels MöllerUpdate sha-example.c.
2025-06-24  Niels MöllerUpdate call to sha256_digest in example.
next