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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid use of deprecated function in (deprecated) Serialized_RNG constructor
Jack Lloyd
2017-02-19
2
-2
/
+12
*
Change meaning of get_processor_timestamp
Jack Lloyd
2017-01-27
2
-2
/
+2
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
8
-46
/
+46
*
IncludeOS has random device files now
Jack Lloyd
2016-12-18
1
-0
/
+1
*
system_rng: workaround read only urandom
Alon Bar-Lev
2016-12-01
1
-1
/
+4
*
define NOMINMAX 1 before every include of windows.h
Baruch Burstein
2016-11-28
1
-2
/
+1
*
Simple tests for AutoSeeded_RNG
Jack Lloyd
2016-11-26
2
-1
/
+2
*
Avoid having source files start with /**
Jack Lloyd
2016-11-25
2
-2
/
+2
*
Don't force HMAC_DRBG to be enabled
Jack Lloyd
2016-11-18
2
-1
/
+2
*
Remove HMAC_RNG, X9.31-RNG, BeOS stats, EGD reader, Unix process runner
Jack Lloyd
2016-10-28
8
-504
/
+18
*
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
*
Fix doxygen warnings [ci skip]
René Korthaus
2016-10-19
3
-2
/
+6
*
Improve rng doxygen [ci skip]
René Korthaus
2016-10-19
6
-11
/
+82
*
Add ISA annotations to functions using SIMD, AES, etc
Jack Lloyd
2016-10-14
1
-0
/
+1
*
Abstract out mutex type. Make threads optional.
Jack Lloyd
2016-10-12
2
-9
/
+13
*
Resolve #647
Nathan Hourt
2016-10-03
1
-0
/
+6
*
HMAC_RNG ignored its entropy_source argument :(
Jack Lloyd
2016-08-31
1
-1
/
+1
*
RNG changes (GH #593)
Jack Lloyd
2016-08-24
20
-348
/
+745
*
Fix header guard format
Jack Lloyd
2016-07-20
1
-2
/
+2
*
Add RDRAND_RNG
Jack Lloyd
2016-07-19
3
-0
/
+161
*
Address some review comments from @cordney
Jack Lloyd
2016-07-17
9
-27
/
+29
*
Revamp entropy polling
Jack Lloyd
2016-07-17
2
-4
/
+11
*
Move poll logic to Entropy_Sources
Jack Lloyd
2016-07-17
1
-15
/
+1
*
Add Stateful_RNG
Jack Lloyd
2016-07-17
8
-140
/
+135
*
Make the DRBG hash selectable in build.h with BOTAN_AUTO_RNG_DRBG_HASH_FUNCTION
Jack Lloyd
2016-07-17
2
-3
/
+3
*
If EPERM when writing to the random device, return silently.
Jack Lloyd
2016-07-17
1
-1
/
+13
*
Switch to HMAC_DRBG for all RNG generation.
Jack Lloyd
2016-07-17
7
-222
/
+396
*
Add explicit static_cast operations to eliminate implicit cast compiler warni...
Dan Brown
2016-04-27
1
-1
/
+1
*
fix linker error if compiling with `--module-policy bsi` on Windows. Fixes GH...
Daniel Neus
2016-04-08
1
-1
/
+1
*
Use rejection sampling in BigInt::random_integer
Jack Lloyd
2016-03-16
1
-0
/
+2
*
cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...
Daniel Neus
2016-03-05
1
-1
/
+1
*
Add explicit fork check to HMAC_RNG
Jack Lloyd
2016-02-07
2
-5
/
+8
*
Remove RNG::gen_mask, which had undefined behavior when bits >= 32
Jack Lloyd
2016-01-01
1
-12
/
+0
*
Reroot the exception hierarchy into a toplevel Exception class
Jack Lloyd
2015-12-11
2
-5
/
+5
*
Push the hardcoded entropy estimates up to build.h
Jack Lloyd
2015-11-28
1
-5
/
+5
*
New reseed_with_sources call on RNGs
Jack Lloyd
2015-11-24
11
-41
/
+124
*
Update and consolidate the test framework.
Jack Lloyd
2015-11-11
1
-0
/
+1
*
TLS improvements
Jack Lloyd
2015-10-25
1
-0
/
+8
*
Add System_RNG which is an instantiatable RNG that uses the system RNG
Jack Lloyd
2015-10-15
2
-9
/
+32
*
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
*
Remove use of lookup.h in favor of new T::create API.
Jack Lloyd
2015-09-21
1
-3
/
+5
*
Internal header cleanups
Jack Lloyd
2015-09-19
2
-3
/
+0
*
Add power analysis countermeasures for ECC point multiplications.
Jack Lloyd
2015-08-21
1
-6
/
+24
*
rng: Add missing overrides
Daniel Seither
2015-07-30
5
-30
/
+30
*
Add Android OS
Daniel Seither
2015-07-17
1
-0
/
+1
*
Remove references to removed tru64 OS
Daniel Seither
2015-07-17
1
-1
/
+0
*
lib/rng: Convert &vec[0] to vec.data()
Simon Warta
2015-06-23
4
-9
/
+9
*
Add timeouts to HMAC_RNG entropy polling
lloyd
2015-03-18
2
-58
/
+57
[next]