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
*
Make scan_name.h, cpuid.h and http_util.h internal
Jack Lloyd
2020-11-28
1
-1
/
+1
*
Use -mcpu=power9 for DARN support
Jack Lloyd
2020-11-09
1
-0
/
+4
*
Remove various deprecated functions
Jack Lloyd
2020-11-08
2
-32
/
+0
*
Remove deprecated headers, make more headers internal
Jack Lloyd
2020-11-06
14
-152
/
+32
*
replace c++20 deprecated std::is_pod with std::is_standard_layout && std::is_...
Nuno Goncalves
2020-10-23
1
-1
/
+1
*
The add_entropy_T function only works with POD - check this
Jack Lloyd
2020-09-21
1
-0
/
+2
*
Remove deprecation macro from Serialized_RNG
Jack Lloyd
2020-09-14
1
-1
/
+5
*
Refactor Stateful_RNG and add a lock
Jack Lloyd
2020-09-12
7
-142
/
+183
*
Fix for systems without a hardware RNG instruction
Jack Lloyd
2020-05-08
1
-0
/
+5
*
Add Processor_RNG
Jack Lloyd
2020-05-08
8
-90
/
+260
*
Correct comment [ci skip]
Jack Lloyd
2020-02-20
1
-1
/
+1
*
Fix a crash in System_RNG on macOS 10.15
Jack Lloyd
2020-02-19
1
-1
/
+5
*
Avoid using BOTAN_ISA_FUNC on rdrand function unless needed
Jack Lloyd
2020-02-13
1
-0
/
+2
*
Fix Windows linking to consistently use .lib suffix as required
Jack Lloyd
2019-12-06
1
-1
/
+1
*
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
*
Always include a high res timestamp in the RNG additional_data
Jack Lloyd
2019-10-16
1
-3
/
+4
*
Add a variant of RandomNumberGenerator::random_vec
Jack Lloyd
2019-09-13
1
-2
/
+9
*
Use RDRAND in such a way that an internal reseed is performed
Jack Lloyd
2019-08-16
2
-99
/
+79
*
Indent conditional includes
Jack Lloyd
2019-07-19
1
-13
/
+13
*
Use 64-bit RDRAND on x86-64
Jack Lloyd
2019-07-05
1
-3
/
+47
*
Make the ISA list a list
Jack Lloyd
2019-04-17
1
-1
/
+3
*
Remove tab characters
Jack Lloyd
2019-04-10
1
-19
/
+19
*
Rename 'darwin' target to 'macos'
Jack Lloyd
2019-03-27
1
-1
/
+1
*
Renamed m_handle to m_prov as this is the variable name used elsewhere.
Ricardo Martins
2019-02-15
1
-1
/
+1
*
Remove trailing whitespace
Jack Lloyd
2019-01-13
1
-21
/
+21
*
Make exceptions easier to translate to error codes
Jack Lloyd
2018-11-23
5
-13
/
+13
*
When available use RDRAND for Stateful_RNG additional data
Jack Lloyd
2018-11-21
1
-4
/
+19
*
Fix more MSVC warnings
Jack Lloyd
2018-10-01
1
-1
/
+1
*
Add support for using Linux getrandom syscall
Jack Lloyd
2018-09-20
1
-0
/
+39
*
In AutoSeeded_RNG invoke randomize_with_ts_input on the owned RNG
Jack Lloyd
2018-09-13
1
-1
/
+1
*
Add RandomNumberGenerator::accepts_input
Jack Lloyd
2018-09-06
7
-17
/
+74
*
Expose RDRAND RNG through FFI
Jack Lloyd
2018-08-13
2
-1
/
+12
*
Add StreamCipher::write_keystream
Jack Lloyd
2018-08-08
1
-3
/
+2
*
Fix Doxygen comments for AutoSeeded_RNG [ci skip]
Jack Lloyd
2018-07-31
1
-3
/
+7
*
Correct comment on Hardware_RNG
Jack Lloyd
2018-07-17
1
-2
/
+1
*
Add back support for Windows Phone RNG, undeprecate UWP
Jack Lloyd
2018-05-28
2
-0
/
+49
*
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
[next]