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
/
entropy
/
dev_random
Commit message (
Expand
)
Author
Age
Files
Lines
*
Shuffle things around. Add NIST X.509 test to build.
lloyd
2014-01-01
3
-161
/
+0
*
Give everything setting a feature test macro in build.h a version code
lloyd
2013-11-28
1
-1
/
+1
*
Enable all the GCC warning flags, as we now require at least GCC 4.7 anyway
lloyd
2013-11-16
1
-1
/
+1
*
Fix EGD settings. Some cleanup and renaming.
lloyd
2013-11-09
2
-12
/
+12
*
At least 128 bits, not at most 128
lloyd
2013-11-08
1
-1
/
+1
*
Simplify device opening, and avoid leaking a file descriptor if it was
lloyd
2013-11-08
1
-18
/
+14
*
Poll all randomness devices instead of breaking out early
lloyd
2013-11-06
2
-85
/
+38
*
Replace 0 and NULL pointer constants with nullptr. Also fix an old
lloyd
2012-05-18
1
-1
/
+1
*
Fairly huge update that replaces the old secmem types with std::vector
lloyd
2012-05-18
1
-1
/
+1
*
Avoid blocking more than 100 ms in the random device reader. Scale up
lloyd
2012-02-20
1
-3
/
+6
*
Be more conservative about entropy estimates. In particular, instead
lloyd
2012-02-17
1
-1
/
+1
*
FD_ZERO on Solaris uses memset, and assumes we included string.h
lloyd
2011-05-24
1
-0
/
+1
*
Enable unix_procs for FreeBSD. It was disabled in 2006 to work
lloyd
2011-04-21
1
-2
/
+2
*
Use size_t instead of u32bit in entropy and rng
lloyd
2010-10-12
2
-8
/
+8
*
Anywhere where we use MemoryRegion::begin to get access to the raw pointer
lloyd
2010-09-13
1
-2
/
+2
*
More Doxygen updates/fixes
lloyd
2010-06-15
1
-0
/
+3
*
Make many more headers internal-only.
lloyd
2009-12-16
1
-1
/
+1
*
Full working amalgamation build, plus internal-only headers concept.
lloyd
2009-12-16
3
-3
/
+9
*
Move most code that relies heavily on Filters into src/filters.
lloyd
2009-11-17
1
-6
/
+0
*
Remove the 'realname' attribute on all modules and cc/cpu/os info files.
lloyd
2009-10-29
1
-2
/
+0
*
Add support for GNU/Hurd
lloyd
2009-10-07
1
-0
/
+1
*
Add support for Dragonfly BSD (a fork of FreeBSD).
lloyd
2009-07-25
1
-0
/
+1
*
Fix a subtle bug in the /dev/*random reader. The maximum ms wait time was
lloyd
2009-07-02
1
-2
/
+3
*
Changes to /dev/*random poller - read up to 48 bytes, and wait longer in sele...
lloyd
2009-06-09
1
-3
/
+2
*
Thomas Moschny passed along a request from the Fedora packagers which came
lloyd
2009-03-30
2
-0
/
+4
*
Change the max amount read from /dev/*random to 128 bits.
lloyd
2009-01-31
1
-9
/
+4
*
Check in a branch with a major redesign on how entropy polling is performed.
lloyd
2009-01-27
2
-36
/
+28
*
Rickard Bondesson reported on botan-devel about some problems building
lloyd
2008-12-02
1
-2
/
+3
*
Reduce /dev/random poll times: 5ms for fast, 20 for slow
lloyd
2008-11-10
1
-2
/
+2
*
The device reader constructors were being called too soon. Instead
lloyd
2008-11-10
2
-19
/
+40
*
Cache device descriptors in Device_EntropySource
lloyd
2008-11-07
2
-34
/
+45
*
Substantially change Randpool's reseed logic. Now when a reseed
lloyd
2008-10-27
2
-1
/
+3
*
Move EntropySource base class to new entropy_src.h (which allows the implemen...
lloyd
2008-10-26
2
-5
/
+17
*
Add BOTAN_DLL macro to public class definitions that were missing it.
lloyd
2008-10-09
1
-1
/
+1
*
Rename all modinfo.txt files to info.txt, since they are all (none) of
lloyd
2008-09-29
1
-0
/
+0
*
Move all modules into src/ directory
lloyd
2008-09-28
3
-0
/
+167