summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Simplify the logic for no_secure_memory.NIIBE Yutaka2021-12-161-17/+5
* Add SM3 x86-64 AVX/BMI2 assembly implementationJussi Kivilinna2021-12-144-33/+643
* tests: Include the new input files for testsJakub Jelen2021-12-101-3/+3
* tests,fips: Align the use of variable in_fips_mode.NIIBE Yutaka2021-12-0914-33/+46
* Adjust tests for proper disablement of non-approve PK operationsJakub Jelen2021-12-097-40/+136
* tests: Add tests for gcry_pk_hash_sign/verify API.NIIBE Yutaka2021-12-089-0/+8381
* fips: Disable DSA in FIPS mode.Jakub Jelen2021-12-082-2/+1
* random: Remove random-fips.c from repo.NIIBE Yutaka2021-12-081-1131/+0
* build: cipher/Makefile.am, doc/Makefile.am: add a missing spaceAlexander Kanavin2021-12-072-2/+2
* md: Fix disabled check.NIIBE Yutaka2021-12-071-1/+1
* Properly enforce disablement in other pubkey APIJakub Jelen2021-12-072-9/+29
* tests: Add paren for readability.NIIBE Yutaka2021-12-071-1/+1
* md: Fix checking to use ->disabled instead of ->fips directly.NIIBE Yutaka2021-12-071-4/+3
* random: Remove use of experimental random daemon.NIIBE Yutaka2021-12-079-458/+2
* random: Release memory in DRBG.NIIBE Yutaka2021-12-061-2/+4
* fips: Factor out check_fips_system_setting function.NIIBE Yutaka2021-12-061-36/+49
* cipher,tests: Consitent use of #if/#endif for algo selection.NIIBE Yutaka2021-12-066-22/+22
* tests: Conditionalize other algorithms that might not be built-inJakub Jelen2021-12-061-0/+26
* tests: Unbreak tests with SM4 disabledJakub Jelen2021-12-061-0/+10
* rsa: Allow e=0 to select 65537 for keygeneration under X931.NIIBE Yutaka2021-12-031-1/+3
* random: Add missing header file to the release tarballJakub Jelen2021-12-031-0/+1
* gcry_mpi_sub_ui: fix subtracting from negative valueJussi Kivilinna2021-12-012-7/+113
* tests: Fix basic.c to show useful information on error.NIIBE Yutaka2021-12-011-5/+5
* tests: Improve error checking in regards to FIPSJakub Jelen2021-12-011-67/+123
* Disable 3DES in FIPS modeJakub Jelen2021-12-014-6/+4
* Implement explicit FIPS indicators for cipher modesJakub Jelen2021-11-305-1/+94
* fips: Release random resources after selftests.NIIBE Yutaka2021-11-241-1/+4
* random: Extend semantics of _gcry_random_close_fds.NIIBE Yutaka2021-11-242-1/+16
* Do not build 'cipher/' assembly files when --disable-asm usedJussi Kivilinna2021-11-181-90/+96
* Do not build poly1305-s390x.S on foreign architecturesJussi Kivilinna2021-11-182-1/+8
* jitterentropy: use wipememory for jent_memset_secureJussi Kivilinna2021-11-181-2/+1
* jitterentropy: fix building on Win32Jussi Kivilinna2021-11-181-0/+2
* tests: Remove tweak for FIPS enabled.NIIBE Yutaka2021-11-181-6/+0
* jitternetropy: Put our local change to use non-secure memory.NIIBE Yutaka2021-11-181-1/+1
* build: Fix excess quotation to enable config.status --recheck works.NIIBE Yutaka2021-11-181-1/+1
* random: Fix rndgetentropy correctly uses rndjent.NIIBE Yutaka2021-11-185-6/+22
* jitterentropy: Use jent_read_entropy_safe for rndjent.NIIBE Yutaka2021-11-171-1/+1
* Fix jent_read_entropy for JENT_CPU_JITTERENTROPY_SECURE_MEMORY.NIIBE Yutaka2021-11-171-1/+1
* jitterentropy: Fix for C90 compiler.NIIBE Yutaka2021-11-171-2/+4
* jitterentropy: Disable use of pthread.NIIBE Yutaka2021-11-173-1/+9
* jitterentropy: Fix building rndjent.NIIBE Yutaka2021-11-172-2/+25
* doc: Update LICENSES for jitterentropy 3.3.0.NIIBE Yutaka2021-11-171-36/+43
* jitterentropy: Merge from jitterentropy-library-3.3.0.NIIBE Yutaka2021-11-1714-587/+2931
* Add intel-pclmul accelerated POLYVAL for GCM-SIVJussi Kivilinna2021-11-154-228/+459
* random: Include getentropy random module.NIIBE Yutaka2021-11-157-11/+44
* build: Support rndgetentropy random module.NIIBE Yutaka2021-11-152-2/+11
* random:getentropy: Simplify more.NIIBE Yutaka2021-11-151-19/+16
* random:getentropy: Limit the size of buffer in exact size.NIIBE Yutaka2021-11-151-4/+2
* random: Simplify rndgetentropy.NIIBE Yutaka2021-11-151-276/+20
* random: Start rnd-getentropy.c.NIIBE Yutaka2021-11-151-0/+349