summaryrefslogtreecommitdiff
path: root/src/global.c
Commit message (Expand)AuthorAgeFilesLines
* fips: Explicitly allow only some PK flags.Jakub Jelen2023-03-141-0/+7
* fips: Add explicit indicators for md and mac algorithms.Tobias Heider2023-03-081-0/+14
* fips: Add function-name based FIPS indicator.Jakub Jelen2022-08-231-0/+7
* Clean up for removal of memory guard support.NIIBE Yutaka2022-02-101-12/+0
* Remove the built-in memory guard support.NIIBE Yutaka2022-02-101-3/+1
* fips: Add support for KDF FIPS indicatorsJakub Jelen2022-01-171-4/+10
* random: Rename rndlinux module to rndoldlinux.NIIBE Yutaka2022-01-111-2/+2
* fips: Provide a mechanizm to put libgcrypt in non-FIPS mode.NIIBE Yutaka2022-01-111-0/+21
* fips: Add constructor to run selftests.NIIBE Yutaka2021-12-171-0/+19
* Simplify the logic for no_secure_memory.NIIBE Yutaka2021-12-161-17/+5
* random: Remove use of experimental random daemon.NIIBE Yutaka2021-12-071-7/+2
* Implement explicit FIPS indicators for cipher modesJakub Jelen2021-11-301-0/+7
* random: Include getentropy random module.NIIBE Yutaka2021-11-151-0/+3
* Allow passing FIPS module versionJakub Jelen2021-09-201-3/+13
* Remove the forced fips modeJakub Jelen2021-09-201-12/+4
* Remove a way to inactive FIPS modeJakub Jelen2021-09-201-6/+6
* fips: Fix tests in fips mode.NIIBE Yutaka2021-08-161-2/+1
* Minor tweak to gcry_free.Werner Koch2021-06-021-1/+1
* global: make sure that bulk config string is null-terminatedJussi Kivilinna2021-02-031-0/+7
* Add a compliance keyword to gcry_get_config.Werner Koch2021-01-281-0/+15
* global: fix compile error at pragma GCC diagnosticJussi Kivilinna2021-01-261-7/+8
* tests/basic: add vector cluttering to detect implementation bugsJussi Kivilinna2020-01-221-1/+2
* Fix missing global initialization in fips_is_operationalJussi Kivilinna2018-10-271-9/+10
* api: Add GCRYCTL_AUTO_EXPAND_SECMEM.Werner Koch2017-11-241-0/+4
* Tweak GCC version check.NIIBE Yutaka2017-08-291-2/+2
* api: New function gcry_get_config.Werner Koch2017-06-211-59/+158
* Spelling fixes in docs and comments.NIIBE Yutaka2017-04-281-1/+1
* Extend GCRYCTL_PRINT_CONFIG to print compiler version.Werner Koch2017-01-031-1/+19
* Give the secmem allocators a hint when a xmalloc calls them.Werner Koch2016-12-071-17/+37
* tests: New test t-secmem.Werner Koch2016-12-071-2/+3
* Put blocking calls into Libgpg-error's system call clamp.Werner Koch2016-11-121-0/+36
* Disable non-allowed algorithms in FIPS modeVitezslav Cizek2016-03-181-0/+3
* random: Add a test case for DRBG_REINIT.Werner Koch2016-02-191-0/+2
* Add new private header gcrypt-testapi.h.Werner Koch2016-02-191-6/+7
* random: Use our symbol name pattern also for drbg functions.Werner Koch2016-02-191-3/+3
* random: Remove the new API introduced by the new DRBG.Werner Koch2016-02-191-4/+7
* random: Add SP800-90A DRBGStephan Mueller2016-02-181-26/+19
* Fix typos found using codespellJustus Winter2015-11-171-2/+2
* Fix gpg_error_t and gpg_err_code_t confusion.NIIBE Yutaka2015-10-141-1/+1
* Reserve control code for FIPS extensions.Werner Koch2014-01-291-0/+5
* tests: Add a test for the internal lockingWerner Koch2014-01-241-1/+49
* Replace ath based mutexes by gpgrt based locks.Werner Koch2014-01-161-14/+5
* Move list of hardware features to hwfeatures.c.Werner Koch2013-12-121-43/+8
* Remove macro hacks for internal vs. external functions. Part 2 and last.Werner Koch2013-12-121-29/+29
* random: Add a feature to close device file descriptors.Werner Koch2013-12-111-0/+4
* Remove macro hacks for internal vs. external functions. Part 1.Werner Koch2013-12-051-100/+32
* Add Intel PCLMUL acceleration for GCMJussi Kivilinna2013-11-201-0/+1
* Add ARM HW feature detection module and add NEON detectionJussi Kivilinna2013-08-311-0/+1
* Add detection for Intel AVX2 instruction setJussi Kivilinna2013-06-091-0/+1
* Add control commands to disable mlock and setuid dropping.Werner Koch2013-05-221-0/+13