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
/
hmac_drbg
/
hmac_drbg.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Follow NIST SP 800-57 for HMAC_DRBG security level
René Korthaus
2017-04-03
1
-3
/
+12
*
Change security_strength of HMAC_DRBG
René Korthaus
2017-04-03
1
-3
/
+9
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
1
-6
/
+6
*
make max_number_of_bytes_per_request configurable
Daniel Neus
2016-10-28
1
-21
/
+33
*
RNG changes (GH #593)
Jack Lloyd
2016-08-24
1
-29
/
+70
*
Address some review comments from @cordney
Jack Lloyd
2016-07-17
1
-4
/
+4
*
Add Stateful_RNG
Jack Lloyd
2016-07-17
1
-4
/
+10
*
Switch to HMAC_DRBG for all RNG generation.
Jack Lloyd
2016-07-17
1
-79
/
+59
*
New reseed_with_sources call on RNGs
Jack Lloyd
2015-11-24
1
-2
/
+8
*
McEliece cleanups
Jack Lloyd
2015-09-29
1
-1
/
+1
*
Add HMAC_DRBG constructor taking a name for the MAC instead of an obj
Jack Lloyd
2015-09-22
1
-0
/
+12
*
lib/rng: Convert &vec[0] to vec.data()
Simon Warta
2015-06-23
1
-2
/
+2
*
Externalize the state of a RFC 6979 nonce computation.
lloyd
2015-03-12
1
-4
/
+6
*
Ensure all files have copyright and license info.
lloyd
2015-01-10
1
-1
/
+1
*
Simpify HMAC_RNG reseeding process. Actually update HMAC_DRBG reseed counter.
lloyd
2014-03-22
1
-0
/
+2
*
Add RFC 6979 nonce generator. Also some HMAC_DRBG cleanups.
lloyd
2014-03-22
1
-10
/
+15
*
Add HMAC_DRBG
lloyd
2014-03-21
1
-0
/
+103