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
/
rng
/
auto_rng
Commit message (
Expand
)
Author
Age
Files
Lines
*
Shuffle things around. Add NIST X.509 test to build.
lloyd
2014-01-01
2
-49
/
+0
*
De-deprecate AutoSeeded_RNG, too convenient to drop
lloyd
2014-01-01
1
-5
/
+0
*
Give everything setting a feature test macro in build.h a version code
lloyd
2013-11-28
1
-1
/
+1
*
Don't actually deprecate AutoSeeded_RNG
lloyd
2013-11-09
1
-1
/
+0
*
Previously, AutoRNG was just a reference to the global rng, which can
lloyd
2013-11-08
2
-14
/
+17
*
Use size_t instead of u32bit in entropy and rng
lloyd
2010-10-12
1
-3
/
+3
*
More Doxygen updates/fixes
lloyd
2010-06-15
1
-0
/
+3
*
Don't delete the global RNG in AutoSeeded_RNG's destructor
lloyd
2010-03-23
1
-1
/
+0
*
There are some nasty API problems that are caused by having to pass a
lloyd
2010-03-19
3
-151
/
+10
*
Use Algorithm_Factory instead of instantiating directly; will allow the use
lloyd
2010-01-07
1
-10
/
+14
*
Full working amalgamation build, plus internal-only headers concept.
lloyd
2009-12-16
2
-17
/
+10
*
Consolidate the non-canonical epoch timers, like cpuid and Win32's
lloyd
2009-12-01
2
-26
/
+4
*
Remove the 'realname' attribute on all modules and cc/cpu/os info files.
lloyd
2009-10-29
1
-2
/
+0
*
Remove all exception specifications. The way these are designed in C++ is
lloyd
2009-10-22
1
-1
/
+1
*
propagate from branch 'net.randombit.botan.1_8' (head c5ae189464f6ef16e3ce73e...
lloyd
2009-10-13
1
-1
/
+1
|
\
|
*
Throw Internal_Error instead of Algorithm_Not_Found if no usable RNG
lloyd
2009-09-08
1
-1
/
+1
*
|
Don't make auto_rng require AES; using it is optional as long as HMAC_RNG
lloyd
2009-10-13
2
-4
/
+6
|
/
*
Add a script that reads the output of print_deps.py and rewrites
lloyd
2009-07-15
1
-6
/
+6
*
Change the order of preference for /dev/*random polling to
lloyd
2009-06-09
1
-1
/
+1
*
Make AutoSeeded_RNG::reseed's parameter default to 256 for compatability
lloyd
2009-04-16
1
-1
/
+1
*
Thomas Moschny passed along a request from the Fedora packagers which came
lloyd
2009-03-30
2
-8
/
+12
*
Check in a branch with a major redesign on how entropy polling is performed.
lloyd
2009-01-27
2
-14
/
+9
*
Rename timers.h to timer.h
lloyd
2008-11-11
1
-1
/
+1
*
Split base.h into block_cipher.h and stream_cipher.h
lloyd
2008-11-08
1
-1
/
+1
*
Modify AutoSeeded_RNG to use HMAC_RNG instead of Randpool, if HMAC_RNG is
lloyd
2008-10-28
2
-5
/
+20
*
Substantially change Randpool's reseed logic. Now when a reseed
lloyd
2008-10-27
1
-16
/
+29
*
Move rng.{cpp,h} from core to rng/ topdir
lloyd
2008-10-26
3
-0
/
+189