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
*
Use type BYTE instead of BOOLEAN
Simon Warta
2018-05-08
1
-1
/
+4
*
Rename RtlGenRandom_f -> RtlGenRandom_fptr
Simon Warta
2018-05-07
1
-3
/
+3
*
Rewrite assignment of RtlGenRandom_f using "using"
Simon Warta
2018-05-07
1
-1
/
+1
*
Check return value of m_rtlgenrandom against proper type
Simon Warta
2018-05-07
1
-1
/
+2
*
Use BOOLEAN return type for RtlGenRandom_f
Simon Warta
2018-05-07
1
-1
/
+1
*
Add missing NTAPI to RtlGenRandom_f signature
Simon Warta
2018-05-07
1
-1
/
+1
*
Use RtlGenRandom instead of CryptoAPI
Jack Lloyd
2018-03-14
2
-79
/
+23
*
Merge GH #1378 Use OS feature flags instead of OS name for enabling system sp...
Jack Lloyd
2018-01-09
1
-21
/
+6
|
\
|
*
Test OS features by the feature vs the OS name
Jack Lloyd
2017-12-30
1
-21
/
+6
*
|
Remove needless <arch> blocks for RDRAND/RDSEED
Jack Lloyd
2018-01-04
1
-5
/
+0
|
/
*
Drop IRIX support
Jack Lloyd
2017-12-13
1
-1
/
+0
*
Add missing `override`
Jack Lloyd
2017-10-05
1
-1
/
+1
*
Avoid empty methods, use =default or add a comment
Jack Lloyd
2017-10-03
3
-6
/
+6
*
Use explicit on more single-argument constructors
Jack Lloyd
2017-09-30
1
-2
/
+2
*
Slight improvements to RNG tests
Jack Lloyd
2017-09-22
1
-2
/
+2
*
Apply final annotations to the library also
Jack Lloyd
2017-09-22
1
-1
/
+1
*
Merge GH #1219 Implement System_RNG on macOS/iOS using arc4random
Jack Lloyd
2017-09-21
1
-6
/
+3
|
\
|
*
Supposedly iOS has arc4random, so maybe this works...
Jack Lloyd
2017-09-21
1
-6
/
+3
*
|
More include header cleanups
Jack Lloyd
2017-09-21
2
-1
/
+1
*
|
Clean up header includes
Jack Lloyd
2017-09-21
1
-1
/
+0
|
/
*
Change header guard format to BOTAN_FOO_H_
Jack Lloyd
2017-09-20
7
-14
/
+14
*
More annotations
Jack Lloyd
2017-09-19
1
-1
/
+1
*
Add API stability annotations.
Jack Lloyd
2017-09-19
6
-10
/
+10
*
Define macro so windows.h doesn't include winsock.h
Jack Lloyd
2017-09-03
1
-0
/
+1
*
Refactor RNGs to support Windows Phone
Jack Lloyd
2017-09-02
2
-108
/
+150
*
Fix missing virtual destructor on CSP_Handle
Jack Lloyd
2017-08-31
1
-1
/
+1
*
Reset the ChaCha key in clear
Jack Lloyd
2017-08-03
1
-0
/
+1
*
Use new reset_reseed_counter function within Stateful_RNG as well
Jack Lloyd
2017-08-03
1
-3
/
+3
*
Add Stateful_RNG::reset_reseed_counter
Jack Lloyd
2017-08-03
3
-4
/
+7
*
Refactor stateful RNG tests to cover both HMAC_DRBG and ChaCha_RNG
Jack Lloyd
2017-08-03
4
-17
/
+38
*
Add ChaCha_RNG
Jack Lloyd
2017-08-03
3
-0
/
+238
*
Add explicit tests for RDRAND_RNG and System_RNG
Jack Lloyd
2017-08-03
1
-9
/
+7
*
Fix for #1078
Baruch
2017-06-19
1
-1
/
+1
*
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
2
-5
/
+12
*
Remove "Dirty hack" for multiple defines in lex_me_harder()
Simon Warta
2017-04-02
5
-7
/
+17
*
Use arc4random(3) as system rng on OpenBSD.
Alexander Bluhm
2017-03-30
1
-0
/
+15
*
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
[next]