summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Mark obsolete helpers _rsa_blind and _rsa_unblind as deprecated.attribute-deprecatedNiels Möller2018-08-092-2/+6
* Deprecate old AES interface.Niels Möller2018-08-098-15/+50
* New macro _NETTLE_ATTRIBUTE_PURE.Niels Möller2018-08-094-29/+25
* Avoid cast between incompatible function types.Niels Möller2018-08-092-10/+31
* des-compat.c: Change length argument type from uint32_t to size_t.Niels Möller2018-08-092-2/+7
* nettle.texinfo: New section on ABI and API compatibility.Niels Möller2018-08-082-2/+73
* ChangeLog entry for previous change.Niels Möller2018-07-301-0/+4
* Add benchmarking for HMAC functionsDmitry Eremin-Solenikov2018-07-301-0/+154
* Additional analogous assert in eratosthenese program.Niels Möller2018-07-132-2/+5
* Check for allocation overflow in eratosthenes program.Niels Möller2018-07-132-2/+13
* Fix handling of eratosthenes -q.Niels Möller2018-07-122-1/+2
* Fix at-exit leak in eratosthenes program.Niels Möller2018-07-122-2/+6
* Make eccdata deallocate storage before exit.Niels Möller2018-07-122-0/+28
* Fix memory leak in eccdata.Niels Möller2018-07-122-1/+6
* .gitlab-ci.yml: added cross compilation and tests on mips/aarch64/armNikos Mavrogiannopoulos2018-07-121-13/+28
* Fix arm fat setup for nettle_sha1_compress.Niels Möller2018-07-123-4/+4
* .gitlab-ci.yml: updated build images to latest used by gnutlsNikos Mavrogiannopoulos2018-07-091-2/+2
* Fix x86_64 fat setup for nettle_sha1_compress.Niels Möller2018-07-094-3/+9
* .gitlab-ci.yml: link with shared library on x86-64 buildNikos Mavrogiannopoulos2018-07-071-1/+1
* Add two missing includes of the new internal headers.Niels Möller2018-07-072-1/+2
* ChangeLog for previous change.Niels Möller2018-07-071-0/+24
* abi: explicitly export intended symbols and hide othersNikos Mavrogiannopoulos2018-07-07130-271/+776
* Comment fix.Niels Möller2018-07-071-1/+1
* ChangeLog entry for previous change.Niels Möller2018-06-171-0/+3
* Fix quoting in autoconf ifunc testDmitry Eremin-Solenikov2018-06-171-2/+2
* testsuite/symbols-test: Exclude ____chkstk_darwin symbols.Dominyk Tiller2018-06-172-2/+11
* Merge branch 'rename-data-symbols' into master-updatesNiels Möller2018-03-2720-91/+81
|\
| * Add leading underscore to data symbols.rename-data-symbolsNiels Möller2018-03-1720-91/+81
* | Update NEWS file.Niels Möller2018-03-251-1/+4
* | ChangeLog entries for ARM big-endian changes.Niels Möller2018-03-251-0/+15
* | Document arm endianness considerationsMichael Weiser2018-03-251-1/+68
* | Support big-endian arm in assembly codeMichael Weiser2018-03-257-42/+138
* | Add arm endianness-aware assembly infrastructureMichael Weiser2018-03-253-1/+15
|/
* Update NEWS file.Niels Möller2018-03-141-3/+14
* Merge branch 'ecc-params-tweak' into master-updatesNiels Möller2018-03-144-40/+123
|\
| * Tweak parameters for ecc tables.ecc-params-tweakNiels Möller2018-03-102-37/+58
| * Make eccdata warn about poor parameters.Niels Möller2018-03-102-3/+18
| * New program eccparams.Niels Möller2018-03-103-0/+47
* | Merge branch 'x86_64-sha_ni-sha256'Niels Möller2018-03-145-0/+270
|\ \ | |/ |/|
| * Support sha_ni sha256_compress in x86_64 fat builds.x86_64-sha_ni-sha256Niels Möller2018-03-114-0/+85
| * New sha256 implementation using sha_ni instructions.Niels Möller2018-02-212-0/+180
* | Merge branch 'cmac-support'Niels Möller2018-02-2111-2/+702
|\ \
| * | (test_cmac_hash): Deallocate ctx properly.cmac-supportNiels Möller2018-02-202-0/+5
| * | Mostly aesthetic changes to CMAC.Niels Möller2018-02-194-40/+55
| * | Add ChangeLog entries for CMAC.Niels Möller2018-02-191-0/+22
| * | Reindent CMAC code to GNU standard, white space changes only.Niels Möller2018-02-193-113/+128
| * | Added support for CMACNikos Mavrogiannopoulos2018-02-1910-2/+645
* | | Update CBC and CFB tests to use aes256_ctx, not the deprecated aes_ctx.Niels Möller2018-02-203-18/+18
* | | Update RSA examples to use aes256_ctx, not the deprecated aes_ctx.Niels Möller2018-02-204-12/+23
* | | Delete unused struct process_ctx.Niels Möller2018-02-201-7/+0
|/ /