aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/entropy
Commit message (Expand)AuthorAgeFilesLines
* No need for a conditional hereJack Lloyd2022-01-101-4/+1
* Fix compilation issue on older mac (< 10.12)tenzap2021-11-171-0/+4
* More raw pointer removalJack Lloyd2021-04-051-6/+6
* Remove /proc walker entropy sourceJack Lloyd2021-04-034-224/+0
* Remove the entropy source reading /dev/randomJack Lloyd2021-03-014-184/+2
* Solaris and Illumos distributions support getentropy.David Carlier2020-12-131-1/+1
* Make scan_name.h, cpuid.h and http_util.h internalJack Lloyd2020-11-281-1/+1
* Remove some unused macro checks/includesJack Lloyd2020-11-281-8/+0
* Remove deprecated headers, make more headers internalJack Lloyd2020-11-061-0/+4
* Fix for systems without a hardware RNG instructionJack Lloyd2020-05-081-1/+4
* Add Processor_RNGJack Lloyd2020-05-087-201/+46
* Still need user32 for other functions called in hereJack Lloyd2020-02-091-0/+4
* Remove use of Tooltip snapshots in Win32 entropy sourceJack Lloyd2020-02-092-86/+16
* Clean up handling of POWER ISA extensionsJack Lloyd2019-12-121-0/+4
* Fix Windows linking to consistently use .lib suffix as requiredJack Lloyd2019-12-061-1/+1
* Enable SSE2 for RDSEEDJack Lloyd2019-10-091-0/+1
* Use inline asm to avoid GCC bug. Handle RNG failureJack Lloyd2019-08-272-13/+42
* Add support for POWER9 DARN RNGJack Lloyd2019-08-274-0/+81
* Use RDRAND in such a way that an internal reseed is performedJack Lloyd2019-08-162-28/+93
* Fix include for getentropyJack Lloyd2019-07-041-3/+3
* Make the ISA list a listJack Lloyd2019-04-171-1/+3
* Rename 'darwin' target to 'macos'Jack Lloyd2019-03-271-1/+1
* Make exceptions easier to translate to error codesJack Lloyd2018-11-231-3/+2
* Add OS::running_in_privileged_stateJack Lloyd2018-09-271-1/+2
* Remove Darwin SecRandomCopyBytesJack Lloyd2018-09-044-85/+0
* Expose RDRAND RNG through FFIJack Lloyd2018-08-132-4/+5
* Add a warning about win32 stats making antivirus unhappy [ci skip]Jack Lloyd2018-06-251-0/+4
* Add missing errno.h include to entropy/dev_randomfwsGonzo2018-04-111-0/+1
* Fix header for getentropy on macOSJack Lloyd2018-03-091-1/+5
* One comment fix and one formatting fix [ci skip]René Korthaus2018-02-281-1/+1
* Merge GH #1378 Use OS feature flags instead of OS name for enabling system sp...Jack Lloyd2018-01-095-41/+15
|\
| * Test OS features by the feature vs the OS nameJack Lloyd2017-12-305-41/+15
* | Remove needless <arch> blocks for RDRAND/RDSEEDJack Lloyd2018-01-041-5/+0
|/
* Use a better name for the entropy source that reads the system RNGJack Lloyd2017-12-231-1/+1
* FreeBSD removed support for proc filesystem a while agoJack Lloyd2017-12-231-1/+0
* Avoid uninitialized param warningJack Lloyd2017-12-231-0/+1
* Break out of Win32 entropy poll as soon as entropy goal is reached.Jack Lloyd2017-12-221-7/+15
* Drop IRIX supportJack Lloyd2017-12-132-2/+0
* Avoid empty methods, use =default or add a commentJack Lloyd2017-10-031-5/+3
* Use explicit on more single-argument constructorsJack Lloyd2017-09-302-2/+2
* Attempt to make MSVC happyJack Lloyd2017-09-221-0/+12
* Use RAII, avoid explicit deleteJack Lloyd2017-09-222-16/+4
* Apply final annotations to the library alsoJack Lloyd2017-09-222-2/+2
* Header file cleanupsJack Lloyd2017-09-211-1/+0
* Clean up header includesJack Lloyd2017-09-212-2/+0
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-208-16/+16
* Add API stability annotations.Jack Lloyd2017-09-191-2/+2
* Define macro so windows.h doesn't include winsock.hJack Lloyd2017-09-031-0/+2
* Refactor RNGs to support Windows PhoneJack Lloyd2017-09-024-183/+45
* Fix missing virtual destructor on CSP_HandleJack Lloyd2017-08-312-2/+3