summaryrefslogtreecommitdiff
path: root/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* aarch64: Rename arm64/v8/ --> arm64/crypto/arm64Niels Möller2021-02-031-1/+1
* aarch64: Implement GHASH using the crypto extension pmul instructions.Maamoun TK2021-01-311-1/+2
* Recognize arm64 in configureNiels Möller2021-01-051-1/+1
* Distribute the README files in assembly directories.Niels Möller2020-12-261-1/+1
* ppc: Enable gcm code in fat builds. Based on patch by Mamone Tarsha.Niels Möller2020-11-261-2/+2
* ppc: Assembly implementation of _chacha_core.Niels Möller2020-09-251-1/+1
* ppc: Add configure test and macros to replace register names.Niels Möller2020-09-211-2/+2
* M4 utilities, from GMP.Niels Möller2020-09-211-1/+1
* Add missing file blowfish-internal.h to DISTFILES.Niels Möller2020-09-151-1/+1
* Add support for powerpc64 fat buildNiels Möller2020-08-261-1/+1
* Rename powerpc64/P8 to powerpc64/p8Niels Möller2020-08-261-1/+1
* Enable powerpc64 assemblyNiels Möller2020-08-261-1/+2
* New make target check-fatNiels Möller2020-07-311-0/+12
* Rearrange salsa20, enabling ARM fat builds to use sala20_2core.salsa20-2core-neonNiels Möller2020-07-081-1/+1
* blowfish: Add bcrypt support.Stephen R. van den Berg2020-06-301-1/+1
* hmac: add support for streebog256/512 hash functionDmitry Baryshkov2020-06-081-2/+2
* Implement GOST R 34.11-2012 (Streebog) hash functionDmitry Baryshkov2020-06-061-1/+2
* DISTFILES fixes.nettle_3.6rc2Niels Möller2020-04-251-1/+1
* Implement GOST VKO key derivation algorithmDmitry Eremin-Solenikov2020-04-211-1/+1
* Reorder DISTFILES to avoid wrong timestamp order in tar file.Niels Möller2020-04-151-1/+1
* cmac-des3: add meta declaration to Nettle libraryDmitry Baryshkov2020-03-081-1/+1
* nettle-meta: Expose defined MACs through nettle_macsmove-nettle_macNiels Möller2020-02-091-1/+1
* Add meta interface for HMAC functions.Niels Möller2020-02-091-0/+3
* Add meta interface for CMAC functions.Niels Möller2020-02-091-0/+1
* gost28147: move gost params to internal interfaceDmitry Baryshkov2020-02-061-1/+1
* Add GOST DSA according to GOST R 34.10-2001/-2012Dmitry Baryshkov2020-01-251-1/+3
* Add support for GOST GC512A curveDmitry Eremin-Solenikov2020-01-161-2/+12
* Add support for GOST GC256B curveDmitry Eremin-Solenikov2020-01-161-0/+11
* Use %-pattern rules instad of suffix rules.require-gnu-makeNiels Möller2020-01-151-40/+15
* Simplify dependency rules using GNU make -include.Niels Möller2020-01-151-2/+2
* ecc: rename source files with curves dataDmitry Eremin-Solenikov2020-01-101-26/+28
* Implement ed448-shake256Niels Möller2020-01-021-1/+3
* Reorganize eddsa, based on patch by Daiki Ueno.Niels Möller2019-12-301-1/+1
* Support for SHAKE256, based on patch by Daiki Ueno.Niels Möller2019-12-251-1/+2
* Rename add and dup functions for Edwards curves.Niels Möller2019-12-181-0/+1
* New function ecc_mul_m.Niels Möller2019-12-141-1/+1
* Implement Curve448 primitivesDaiki Ueno2019-11-301-2/+8
* Add PBKDF2 support for gosthash94cpDmitry Eremin-Solenikov2019-09-151-1/+2
* Add HMAC functions for GOSTHASH94 and GOSTHASH94CPDmitry Eremin-Solenikov2019-09-151-2/+3
* Start separating GOST 28147-89 from GOST R 34.11-94Dmitry Eremin-Solenikov2019-09-151-4/+4
* block modes: move Galois shifts to block-internal.hDmitry Eremin-Solenikov2019-09-041-1/+1
* block-internal: add block XORing functionsDmitry Eremin-Solenikov2019-09-041-1/+2
* cmac: add CMAC-DES3 (CMAC-TDES) implementationDmitry Eremin-Solenikov2019-07-101-1/+1
* cmac: add 64-bit mode CMACDmitry Eremin-Solenikov2019-07-101-1/+1
* Merge branch 'siv-mode' into master-updatesNiels Möller2019-07-021-2/+3
|\
| * Merge branch 'master' into siv-modesiv-modeNiels Möller2019-06-061-2/+2
| |\
| * | SIV-CMAC mode, based on patch by Nikos MavrogiannopoulosNiels Möller2019-05-061-1/+2
| * | New header file cmac-internal.hNiels Möller2019-05-011-1/+1
* | | Fixes for Nettle 3.5.1nettle_3.5.1_release_20190627Niels Möller2019-06-261-1/+1
| |/ |/|
* | Delete old libdes/openssl compatibility interface.delete-des-compatNiels Möller2019-05-121-2/+2
|/