summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* tests/hashtest: add hugeblock & disable-hwf options and 6 gig test vectorsJussi Kivilinna2022-09-271-0/+1
| | | | | | | | | | | | | | | | | | | * .gitignore: Add 'tests/hashtest-6g'. * configure.ac: Add 'tests/hashtest-6g'. * tests/Makefile: Add 'hashtest-6g'. * tests/hashtest-6g.in: New. * tests/hashtest-256g.in: Add SHA3-512 to algos. * tests/hashtest.c (use_hugeblock): New. (testvectors): Add 256 GiB test vectors for BLAKE2S, BLAKE2B and whirlpool; Add 6 GiB test vectors for SHA1, SHA256, SHA512, SHA3, SM3, BLAKE2S, BLAKE2B, WHIRLPOOL, CRC32 and CRC24. (run_longtest); Use huge 5 GiB pattern block when requested. (main): Add '--hugeblock' and '--disable-hwf' options. * tests/testdrv.c: Add 'hashtest-6g'; Add SHA3 to 'hashtest-256g'. -- GnuPG-bug-id: 6217 Signed-off-by: Jussi Kivilinna <jussi.kivilinna@iki.fi>
* Update .gitignoreTianjia Zhang2020-01-191-0/+5
| | | | Signed-off-by: Tianjia Zhang <tianjia.zhang@linux.alibaba.com>
* build: Let configure create the VERSION file.NIIBE Yutaka2018-10-161-0/+1
| | | | | | | | | | | | * autogen.sh: Update from libgpg-error. * configure.ac: Use mym4_versoin to create VERSION file. * Makefile.am (dist-hook): Do not create VERSION file. (EXTRA_DIST): Add VERSION. -- GnuPG-bug-id: 3283 Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
* hwfeatures: add 'all' for disabling all hardware featuresJussi Kivilinna2016-12-101-0/+1
| | | | | | | | | | | | | | | | | | * .gitignore: Add 'tests/basic-disable-all-hwf'. * configure.ac: Ditto. * tests/Makefile.am: Ditto. * src/hwfeatures.c (_gcry_disable_hw_feature): Match 'all' for masking all HW features off. (parse_hwf_deny_file): Use '_gcry_disable_hw_feature' for matching. * tests/basic-disable-all-hwf.in: New. -- Also add new test to run 'basic' with all HWF disable. With current assembly implementations and build servers using new CPUs, generic implementations are not being tested enough anymore and compiler problems might end up unnoticed. Signed-off-by: Jussi Kivilinna <jussi.kivilinna@iki.fi>
* Update .gitignoreJussi Kivilinna2016-03-121-0/+19
| | | | | | -- Signed-off-by: Jussi Kivilinna <jussi.kivilinna@iki.fi>
* doc: Typo fix and .gitignore addition.Werner Koch2015-12-271-0/+1
| | | | --
* cipher/gost28147: generate optimized s-boxes from compact onesDmitry Eremin-Solenikov2014-06-281-0/+2
| | | | | | | | | | | | * cipher/gost-s-box.c: New. Outputs optimized expanded representation of s-boxes (4x256) from compact 16x8 representation. * cipher/Makefile.am: Add gost-sb.h dependency to gost28147.lo * cipher/gost.h: Add sbox to the GOST28147_context structure. * cipher/gost28147.c (gost_setkey): Set default s-box to test s-box from GOST R 34.11 (this was the only one S-box before). * cipher/gost28147.c (gost_val): Use sbox from the context. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
* Add an utility to calculate hashes over a set of filesDmitry Eremin-Solenikov2014-03-041-0/+1
| | | | | | | | | | | * tests/gchash.c: New. -- An utility like rhash that has the ability to calculate different hashes over a set of files it usefull. Add gchash utility to calculate hashes supported by libgcrypt. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
* Extend ignore file for non-vpath buildsWerner Koch2011-01-271-1/+76
|
* Add a list of files to ignore.Werner Koch2011-01-071-0/+8