summaryrefslogtreecommitdiff
path: root/random
Commit message (Expand)AuthorAgeFilesLines
* w32: Silence GCC warning for -Wcast-function-type.NIIBE Yutaka2023-05-101-10/+10
* Update copyright notices to use URL.NIIBE Yutaka2023-04-272-4/+4
* random: Use getrandom only when it's appropriate.NIIBE Yutaka2023-04-101-0/+2
* build: Allow build with -Oz.NIIBE Yutaka2023-04-031-1/+1
* random: Remove unused SHA384 DRBGs.Jakub Jelen2023-03-071-11/+2
* random:w32: Don't emit message for diskperf when it's not useful.NIIBE Yutaka2022-11-211-2/+9
* random: Extend the comment about FIPS specificsJakub Jelen2022-10-061-1/+11
* random: Get maximum 32B of entropy at once in FIPS ModeJakub Jelen2022-10-041-3/+9
* Fix function prototypes.NIIBE Yutaka2022-09-081-1/+1
* random: Use getrandom (GRND_RANDOM) in FIPS mode.Jakub Jelen2022-08-231-1/+4
* random: Fix rndjent for Windows.NIIBE Yutaka2022-05-102-1/+25
* random: Not use secure memory for DRBG instance.NIIBE Yutaka2022-04-211-4/+4
* random:drbg: Fix the behavior for child process.NIIBE Yutaka2022-03-311-0/+3
* jitterentropy: Include <fcntl.h> and <limits.h>Heiko Becker2022-02-041-0/+3
* random: Avoid dereference of the ec before checking for NULLJakub Jelen2022-01-311-4/+6
* random: Include sys/random.h when available.NIIBE Yutaka2022-01-261-0/+3
* random: Rename rndlinux module to rndoldlinux.NIIBE Yutaka2022-01-116-26/+26
* random: Remove random-daemon use remained.NIIBE Yutaka2021-12-172-12/+0
* random: Remove random-fips.c from repo.NIIBE Yutaka2021-12-081-1131/+0
* random: Remove use of experimental random daemon.NIIBE Yutaka2021-12-076-433/+0
* random: Release memory in DRBG.NIIBE Yutaka2021-12-061-2/+4
* random: Add missing header file to the release tarballJakub Jelen2021-12-031-0/+1
* random: Extend semantics of _gcry_random_close_fds.NIIBE Yutaka2021-11-242-1/+16
* jitterentropy: use wipememory for jent_memset_secureJussi Kivilinna2021-11-181-2/+1
* jitterentropy: fix building on Win32Jussi Kivilinna2021-11-181-0/+2
* jitternetropy: Put our local change to use non-secure memory.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
* jitterentropy: Merge from jitterentropy-library-3.3.0.NIIBE Yutaka2021-11-1714-587/+2931
* random: Include getentropy random module.NIIBE Yutaka2021-11-156-11/+41
* build: Support rndgetentropy random module.NIIBE Yutaka2021-11-151-0/+1
* 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
* Fix building for Win64 targetJussi Kivilinna2021-10-061-0/+3
* random: Use poll instead of select.NIIBE Yutaka2021-10-051-43/+23
* random: Silence a warning for building rndjent by Clang.NIIBE Yutaka2021-06-011-0/+2
* random: Fix for iOS.NIIBE Yutaka2021-04-131-0/+3
* random: Fix build for macOS.NIIBE Yutaka2021-02-121-0/+3
* Add handling for -Og with O-flag mungingJussi Kivilinna2021-02-031-1/+1
* jent: silence ubsan warning about signed overflowJussi Kivilinna2021-02-031-1/+1
* Fix building with --disable-asm on x86Jussi Kivilinna2021-02-031-1/+1
* random: Use getentropy on macOS when available.NIIBE Yutaka2021-01-271-0/+7
* Define HW-feature flags per architectureJussi Kivilinna2021-01-263-17/+17
* random: Allow for a Unicode random seed file on Windows.Werner Koch2020-10-231-7/+89