Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-08-06 | Linux/macOS: Add explicit include of <sys/types.h> to define ssize_t | Mounir IDRASSI | 1 | -0/+2 | |
Some systems (e.g. Alpine Linux) seems to require this. | |||||
2022-08-21 | Fixed a typo error (#929) | Matteo Baccan | 1 | -1/+1 | |
Hi I have fixed a little typo error: a double semicolon at the end of one line ciao matteo | |||||
2021-01-02 | Windows: Add support for ARM64 platform (e.g. Microsoft Surface Pro X). ↵ | Mounir IDRASSI | 1 | -0/+10 | |
System encryption still not implemented on ARM64 | |||||
2020-07-15 | Enable FIPS mode in JitterEntropy random generator in order to let the ↵ | Mounir IDRASSI | 1 | -1/+1 | |
function jent_read_entropy report failure if any of the continuous statistical tests fail. | |||||
2019-10-30 | Update Jitterentropy Library to version 2.2.0 | Mounir IDRASSI | 1 | -2/+2 | |
2019-10-28 | Linux: Fix compilation error on non-x86 platform by providing generic ↵ | Mounir IDRASSI | 1 | -0/+25 | |
implementation for jent_get_nstime function | |||||
2019-10-28 | Linux: Fix compilation error if type __u64 is already defined by gcc | Mounir IDRASSI | 1 | -5/+3 | |
This is the case with Mageia Cauldron which has gcc 9.2.1 | |||||
2019-10-23 | Linux/MacOSX: Add missing JitterEntropy implementation | Mounir IDRASSI | 1 | -4/+13 | |
2019-02-12 | Windows: Use Hardware RNG based on CPU timing jitter "Jitterentropy" by ↵ | Mounir IDRASSI | 1 | -0/+136 | |
Stephan Mueller as a good alternative to RDRAND (http://www.chronox.de/jent.html, smueller@chronox.de) |