index
:
botan.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
lib
/
rng
/
system_rng
/
system_rng.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make exceptions easier to translate to error codes
Jack Lloyd
2018-11-23
1
-8
/
+8
*
Fix more MSVC warnings
Jack Lloyd
2018-10-01
1
-1
/
+1
*
Add support for using Linux getrandom syscall
Jack Lloyd
2018-09-20
1
-0
/
+39
*
Add RandomNumberGenerator::accepts_input
Jack Lloyd
2018-09-06
1
-5
/
+20
*
Add back support for Windows Phone RNG, undeprecate UWP
Jack Lloyd
2018-05-28
1
-0
/
+44
*
Use type BYTE instead of BOOLEAN
Simon Warta
2018-05-08
1
-1
/
+4
*
Rename RtlGenRandom_f -> RtlGenRandom_fptr
Simon Warta
2018-05-07
1
-3
/
+3
*
Rewrite assignment of RtlGenRandom_f using "using"
Simon Warta
2018-05-07
1
-1
/
+1
*
Check return value of m_rtlgenrandom against proper type
Simon Warta
2018-05-07
1
-1
/
+2
*
Use BOOLEAN return type for RtlGenRandom_f
Simon Warta
2018-05-07
1
-1
/
+1
*
Add missing NTAPI to RtlGenRandom_f signature
Simon Warta
2018-05-07
1
-1
/
+1
*
Use RtlGenRandom instead of CryptoAPI
Jack Lloyd
2018-03-14
1
-72
/
+19
*
Avoid empty methods, use =default or add a comment
Jack Lloyd
2017-10-03
1
-4
/
+4
*
Clean up header includes
Jack Lloyd
2017-09-21
1
-1
/
+0
*
Define macro so windows.h doesn't include winsock.h
Jack Lloyd
2017-09-03
1
-0
/
+1
*
Refactor RNGs to support Windows Phone
Jack Lloyd
2017-09-02
1
-108
/
+142
*
Fix missing virtual destructor on CSP_Handle
Jack Lloyd
2017-08-31
1
-1
/
+1
*
Fix for #1078
Baruch
2017-06-19
1
-1
/
+1
*
Use arc4random(3) as system rng on OpenBSD.
Alexander Bluhm
2017-03-30
1
-0
/
+15
*
system_rng: workaround read only urandom
Alon Bar-Lev
2016-12-01
1
-1
/
+4
*
define NOMINMAX 1 before every include of windows.h
Baruch Burstein
2016-11-28
1
-2
/
+1
*
Resolve #647
Nathan Hourt
2016-10-03
1
-0
/
+6
*
Address some review comments from @cordney
Jack Lloyd
2016-07-17
1
-6
/
+6
*
If EPERM when writing to the random device, return silently.
Jack Lloyd
2016-07-17
1
-1
/
+13
*
Switch to HMAC_DRBG for all RNG generation.
Jack Lloyd
2016-07-17
1
-17
/
+59
*
Reroot the exception hierarchy into a toplevel Exception class
Jack Lloyd
2015-12-11
1
-4
/
+4
*
Push the hardcoded entropy estimates up to build.h
Jack Lloyd
2015-11-28
1
-5
/
+5
*
New reseed_with_sources call on RNGs
Jack Lloyd
2015-11-24
1
-5
/
+19
*
Add System_RNG which is an instantiatable RNG that uses the system RNG
Jack Lloyd
2015-10-15
1
-8
/
+8
*
rng: Add missing overrides
Daniel Seither
2015-07-30
1
-6
/
+6
*
Centralize where string.h/cstring is included to mem_ops.h
lloyd
2015-01-23
1
-1
/
+0
*
Ensure all files have copyright and license info.
lloyd
2015-01-10
1
-1
/
+1
*
Fix System_RNG for Windows, fix nmake clean target
lloyd
2014-12-22
1
-2
/
+2
*
Enable system_rng on Windows and MinGW (untested)
lloyd
2014-12-21
1
-5
/
+6
*
Untested support for using CryptGenRandom in System_RNG
lloyd
2014-12-06
1
-0
/
+32
*
Add an easy way to directly use the system PRNG.
lloyd
2014-12-02
1
-0
/
+79