]> git.ipfire.org Git - thirdparty/nettle.git/shortlog
thirdparty/nettle.git
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...
2017-12-26  Niels MöllerFix version number typo in ChangeLog.
2017-11-19  Niels MöllerNote 3.4 release in ChangeLog. nettle_3.4_release_20171119
2017-11-19  Niels MöllerNote mips32 tests of nettle-3.4.
2017-11-19  Niels MöllerUpdate NEWS with base64 and base16 changes.
2017-11-19  Niels MöllerAdd missing ChangeLog for base64 changes.
2017-11-15  Niels MöllerNote sparc tests.
2017-11-14  Niels MöllerUpdate testing status.
2017-11-12  Niels MöllerUpdate check of GMP_NUMB_BITS declaration in assembly... nettle_3.4rc2
2017-11-11  Niels MöllerUpdate NEWS file. nettle_3.4rc1
2017-11-11  Niels MöllerUpdate manual
2017-11-11  Niels MöllerChangeLog entry for previous change.
2017-11-08  Niels MöllerRevert change hiding nettle_secp_256r1 and friends. api-opaque-fix
2017-11-08  Nikos Mavrogiannopoulos.gitlab-ci.yml: added build with gnutls
2017-11-08  Nikos Mavrogiannopoulos.gitlab-ci.yml: use pre-installed images for gnutls
2017-11-05  Niels MöllerUpdate release plan.
2017-11-05  Niels MöllerUpdate NEWS file, including ABI issue.
2017-11-05  Niels MöllerBump version numbers
2017-11-02  Niels MöllerStart on NEWS entries for nettle-3.4.
2017-10-29  Niels MöllerMerge branch 'api-opaque' into master-updates
2017-10-23  Niels MöllerChangeLog for previous change.
2017-10-23  Niels MöllerUpdate ChangeLog.
2017-10-23  Niels MöllerMerge remote-tracking branch 'origin/master' into api...
2017-10-23  Niels MöllerUndo added underscores on public symbols.
2017-10-22  Niels MöllerSet DYLD_LIBRARY_PATH when running tests.
2017-10-17  Niels MöllerMerge branch 'support-cfb' into master-updates
2017-10-17  Niels MöllerUpdate copyright years for CFB code.
2017-10-16  Niels MöllerEnable debug info when CC_FOR_BUILD is gcc.
2017-10-16  Niels MöllerCommment fix.
2017-10-16  Niels MöllerChangeLog for CFB.
2017-10-16  Dmitry Eremin... Add CFB block mode support
2017-10-14  Niels MöllerUpdate .gitignore, to unclutter builds in the source...
2017-10-14  Nikos Mavrogiannopoulos.gitlab-ci.yml: use fedora 26 build systems
2017-10-14  Nikos Mavrogiannopoulos.gitlab-ci.yml: renamed targets for better overview...
2017-10-14  Nikos Mavrogiannopoulos.gitlab-ci.yml: enable fat builds on x86*
2017-10-14  Nikos Mavrogiannopoulos.gitlab-ci.yml: added aarch64 build
2017-10-01  Niels MöllerUpdate release plan.
2017-09-28  Niels MöllerUpdate release plan.
2017-09-24  Niels MöllerMerge branch 'armor-signedness' into master-updates
2017-09-24  Niels MöllerFix remaining pointer-signedness warnings for base64.
2017-09-24  Niels MöllerFix pointer-signedness warnings in tests.
2017-09-14  Niels Möllerhkdf: Reduce includes. Use Nettle licensing notice.
2017-09-14  Niels MöllerWorkaround to silence the clang static analyzer.
2017-09-12  Niels MöllerAvoid redefining mpn_zero_p when building with mini...
2017-09-09  Niels MöllerChangeLog entries for Daiki Ueno's fixes.
2017-09-09  Daiki Uenoeccdata: Redirect ecc_point_out to given stream, instea...
2017-09-09  Daiki Uenoeccdata: Emit correct ecc_Bmodq_shifted for curve448
2017-09-09  Daiki Uenoecc-mul-test: Fix mpn_cmp calls
2017-09-09  Niels MöllerUpdated mini-gmp from the gmp repository, latest change...
2017-09-06  Niels MöllerMerge branch 'hkdf-support'
2017-09-06  Niels MöllerChangeLog entry.
2017-09-06  Andreas Schneiderfat-arm: Add missing define for _GNU_SOURCE
2017-09-06  Niels MöllerMinor reorganization of hkdf_expand. hkdf-support
2017-09-06  Niels MöllerChangeLog entry for HKDF.
2017-09-06  Niels MöllerIndent and whitespace fixes.
2017-08-30  Nikos Mavrogiannopoulosdoc: added HKDF documentation
2017-08-30  Nikos MavrogiannopoulosAdded the HKDF key derivation function and test vectors
2017-08-29  Niels MöllerMerge branch 'openssl-bench-update'
2017-08-29  Niels MöllerAdd Red Hat copyright line. openssl-benchmark-update
2017-08-27  Niels MöllerChangeLog entry for previous change.
2017-08-27  Niels MöllerSeparate the two uses of the configured value GMP_NUMB_...
2017-08-27  Niels MöllerChange type of base16- and base64-encoded data from...
2017-08-26  Niels MöllerAdd missing assert.
2017-08-26  Niels MöllerRearrange openssl cipher glue, to use struct openssl_ci...
2017-08-26  Niels MöllerUpdate openssl configure tests.
2017-08-26  Daniel P. Berrangeexamples: convert nettle-benchmark to use openssl EVP...
2017-07-18  Niels MöllerFix for in-place ecc_add_eh.
2017-06-09  Niels MöllerChangeLog entries for previous two commits.
2017-06-09  Daiki UenoTest case for pss signature problem.
2017-06-09  Niels MöllerFix assertion failure in pss signature verification.
2017-06-07  Niels MöllerRework make targets related to test-rules.
2017-05-20  Niels MöllerAdd srcdir prefix to .test-rules.make target.
2017-05-20  Nikos Mavrogiannopoulostestsuite/Makefile.in: ensure .test-rules.make is regen...
2017-05-16  Nikos Mavrogiannopouloshogweed-benchmark: eliminated memory leak
2017-05-16  Nikos Mavrogiannopoulos_aes_set_key: ensure with assert() that nk is non-zero
2017-05-16  Nikos Mavrogiannopoulos.gitlab-ci.yml: added static analyzers run
2017-05-16  Nikos Mavrogiannopoulos.gitlab-ci.yml: ubsan use fedora25
2017-05-16  Nikos Mavrogiannopoulos.gitlab-ci.yml: use asan from fedora25 instead of centos7
2017-04-09  Niels MöllerDefine accessor functions to get address of ecc curve...
next