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
/
hmac_rng
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove all exception specifications. The way these are designed in C++ is
lloyd
2009-10-22
2
-2
/
+2
*
Split up util.h into 3 files
lloyd
2009-09-17
1
-1
/
+0
*
Add a script that reads the output of print_deps.py and rewrites
lloyd
2009-07-15
1
-0
/
+4
*
Improve handling of low-entropy situations in HMAC_RNG and Randpool.
lloyd
2009-06-21
1
-4
/
+7
*
Many source files included bit_ops.h when what was really desired was
lloyd
2009-05-13
1
-1
/
+0
*
Thomas Moschny passed along a request from the Fedora packagers which came
lloyd
2009-03-30
2
-0
/
+4
*
Remove the notion of counting entropy bits in HMAC_RNG or Randpool.
lloyd
2009-01-31
2
-17
/
+6
*
Make Entropy_Accumulator a pure virtual to allow other accumulation
lloyd
2009-01-31
1
-1
/
+1
*
Have Entropy_Accumulator dump everything into a BufferedComputation.
lloyd
2009-01-27
1
-3
/
+1
*
Major change in RNG semantics: you must call reseed before calling
lloyd
2009-01-27
1
-13
/
+2
*
Check in a branch with a major redesign on how entropy polling is performed.
lloyd
2009-01-27
2
-120
/
+71
*
Reduce size of I/O buffer in HMAC_RNG from 128 to 96 bytes. Unlikely that any
lloyd
2008-11-23
1
-1
/
+1
*
In Randpool and HMAC_RNG, zeroize the I/O buffer used for holding polled
lloyd
2008-11-23
1
-0
/
+3
*
Drop use of entropy estimation in Randpool for the same reason as HMAC_RNG.
lloyd
2008-11-11
1
-1
/
+0
*
Wrap at 80 columns
lloyd
2008-11-11
1
-1
/
+3
*
Several changes to HMAC_RNG, many on the basis of the paper
lloyd
2008-11-10
1
-27
/
+43
*
Move declaration of MessageAuthenticationCode base class to mac.h (from base.h)
lloyd
2008-11-08
1
-1
/
+1
*
In HMAC_RNG, periodically fast poll a source while operating normally.
lloyd
2008-11-07
2
-46
/
+32
*
HMAC_RNG will only check to see if it should reseed once per call
lloyd
2008-11-07
1
-60
/
+47
*
Disable final upper bound limit since the min takes care of it
lloyd
2008-11-06
1
-5
/
+1
*
Move Entropy_Estimator to utils/entropy.h (from anon namespace in HMAC_RNG
lloyd
2008-11-06
2
-57
/
+12
*
In HMAC_RNG, force a reseed after 8192 blocks
lloyd
2008-10-28
1
-0
/
+3
*
Clear K after new PRK is generated.
lloyd
2008-10-28
1
-4
/
+7
*
Set the default XTS (ASCII value of "Botan HMAC_RNG XTS") only once, in
lloyd
2008-10-28
1
-86
/
+92
*
Add HMAC_RNG, which is an RNG design based on Hugo Krawczyk's paper
lloyd
2008-10-28
3
-0
/
+403