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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Drop IRIX support
Jack Lloyd
2017-12-13
1
-1
/
+0
*
Avoid empty methods, use =default or add a comment
Jack Lloyd
2017-10-03
1
-4
/
+4
*
Slight improvements to RNG tests
Jack Lloyd
2017-09-22
1
-2
/
+2
*
Merge GH #1219 Implement System_RNG on macOS/iOS using arc4random
Jack Lloyd
2017-09-21
1
-6
/
+3
|
\
|
*
Supposedly iOS has arc4random, so maybe this works...
Jack Lloyd
2017-09-21
1
-6
/
+3
*
|
Clean up header includes
Jack Lloyd
2017-09-21
1
-1
/
+0
|
/
*
Change header guard format to BOTAN_FOO_H_
Jack Lloyd
2017-09-20
1
-2
/
+2
*
Add API stability annotations.
Jack Lloyd
2017-09-19
1
-2
/
+2
*
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
2
-108
/
+150
*
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
*
Remove "Dirty hack" for multiple defines in lex_me_harder()
Simon Warta
2017-04-02
1
-1
/
+4
*
Use arc4random(3) as system rng on OpenBSD.
Alexander Bluhm
2017-03-30
1
-0
/
+15
*
IncludeOS has random device files now
Jack Lloyd
2016-12-18
1
-0
/
+1
*
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
*
Improve rng doxygen [ci skip]
René Korthaus
2016-10-19
1
-1
/
+1
*
Resolve #647
Nathan Hourt
2016-10-03
1
-0
/
+6
*
Address some review comments from @cordney
Jack Lloyd
2016-07-17
2
-8
/
+8
*
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
2
-34
/
+65
*
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
2
-6
/
+25
*
Add System_RNG which is an instantiatable RNG that uses the system RNG
Jack Lloyd
2015-10-15
2
-9
/
+32
*
rng: Add missing overrides
Daniel Seither
2015-07-30
1
-6
/
+6
*
Add Android OS
Daniel Seither
2015-07-17
1
-0
/
+1
*
Remove references to removed tru64 OS
Daniel Seither
2015-07-17
1
-1
/
+0
*
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
2
-2
/
+2
*
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
3
-5
/
+15
*
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
3
-0
/
+117