aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/entropy
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix for amalgamation build on WindowsRené Korthaus2017-08-041-0/+1
* Remove low compiler version restrictionsSimon Warta2017-07-311-3/+3
* Fixes for MSVC version detectionJack Lloyd2017-05-191-1/+1
* Let modules specify minimum compiler version, add runtime compiler version checkJack Lloyd2017-05-181-3/+3
* Content:Tomasz Frydrych2017-04-031-1/+1
* Remove "Dirty hack" for multiple defines in lex_me_harder()Simon Warta2017-04-029-9/+27
* Always poll 256 bytes from Getentropy.Alexander Bluhm2017-03-301-3/+4
* Disable entropy proc_walk on OpenBSD.Alexander Bluhm2017-03-301-1/+0