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 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
*
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
[next]