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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor Stateful_RNG and add a lock
Jack Lloyd
2020-09-12
2
-84
/
+69
*
Micro optimizations of HMAC_DRBG
Jack Lloyd
2019-10-30
1
-6
/
+14
*
Change limit to 2^24 to properly support 32 bit platforms
René Korthaus
2019-10-24
2
-26
/
+27
*
Add check for upper bound of reseed_interval
René Korthaus
2019-10-23
1
-0
/
+10
*
Remove trailing whitespace
Jack Lloyd
2019-01-13
1
-21
/
+21
*
Use explicit on more single-argument constructors
Jack Lloyd
2017-09-30
1
-2
/
+2
*
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
-1
/
+1
*
Add Stateful_RNG::reset_reseed_counter
Jack Lloyd
2017-08-03
1
-1
/
+1
*
Refactor stateful RNG tests to cover both HMAC_DRBG and ChaCha_RNG
Jack Lloyd
2017-08-03
1
-0
/
+3
*
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
*
Remove "Dirty hack" for multiple defines in lex_me_harder()
Simon Warta
2017-04-02
1
-1
/
+3
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
2
-12
/
+12
*
HMAC_DRBG - Fix constructor init order. Use create_or_throw to simplify.
Jack Lloyd
2016-10-28
1
-6
/
+3
*
make max_number_of_bytes_per_request configurable
Daniel Neus
2016-10-28
2
-27
/
+79
*
Improve rng doxygen [ci skip]
René Korthaus
2016-10-19
1
-1
/
+14
*
RNG changes (GH #593)
Jack Lloyd
2016-08-24
3
-35
/
+133
*
Address some review comments from @cordney
Jack Lloyd
2016-07-17
2
-6
/
+6
*
Add Stateful_RNG
Jack Lloyd
2016-07-17
2
-7
/
+17
*
Make the DRBG hash selectable in build.h with BOTAN_AUTO_RNG_DRBG_HASH_FUNCTION
Jack Lloyd
2016-07-17
1
-2
/
+2
*
Switch to HMAC_DRBG for all RNG generation.
Jack Lloyd
2016-07-17
2
-101
/
+72
*
New reseed_with_sources call on RNGs
Jack Lloyd
2015-11-24
2
-3
/
+11
*
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
2
-0
/
+15
*
rng: Add missing overrides
Daniel Seither
2015-07-30
1
-6
/
+6
*
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
2
-6
/
+8
*
Ensure all files have copyright and license info.
lloyd
2015-01-10
2
-2
/
+2
*
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
2
-11
/
+16
*
Add HMAC_DRBG
lloyd
2014-03-21
3
-0
/
+158