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
/
entropy
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
Replace deprecated Win API calls in Win32_EntropySource
Daniel Neus
2015-12-16
1
-3
/
+3
*
|
|
Add final attribute to many classes
Jack Lloyd
2016-01-10
11
-12
/
+12
*
|
|
Mass-prefix member vars with m_
René Korthaus
2016-01-08
4
-28
/
+28
|
|
/
|
/
|
*
|
Move estimate of RDRAND/RDSEED entropy to build.h
Jack Lloyd
2015-12-19
2
-22
/
+2
*
|
add support for Intel RdSeed
Daniel Neus
2015-12-18
4
-0
/
+118
*
|
Enable RdRand on Windows/MSVC
Daniel Neus
2015-12-16
1
-0
/
+1
|
/
*
Missing adds
Jack Lloyd
2015-12-11
2
-1
/
+1
*
Reroot the exception hierarchy into a toplevel Exception class
Jack Lloyd
2015-12-11
2
-6
/
+6
*
Add differential compression test.
Jack Lloyd
2015-11-28
1
-1
/
+1
*
Push the hardcoded entropy estimates up to build.h
Jack Lloyd
2015-11-28
9
-65
/
+53
*
New reseed_with_sources call on RNGs
Jack Lloyd
2015-11-24
19
-99
/
+181
*
Add the Darwin_SecRandom entropy source
Daniel Seither
2015-09-25
4
-0
/
+84
*
Avoid concatination of chars
Simon Warta
2015-09-22
1
-1
/
+1
*
Remove alloc module; move secmem.h to base and locking_allocator to utils
Jack Lloyd
2015-08-29
1
-4
/
+0
*
entropy: Add missing overrides
Daniel Seither
2015-07-30
10
-20
/
+20
*
Fix typos
Simon Warta
2015-07-24
1
-1
/
+1
*
Add Android OS
Daniel Seither
2015-07-17
4
-0
/
+4
*
Add OS feature getsid
Daniel Seither
2015-07-17
1
-0
/
+2
*
Remove references to removed tru64 OS
Daniel Seither
2015-07-17
4
-4
/
+0
*
lib/entropy: Convert &vec[0] to vec.data()
Simon Warta
2015-06-27
5
-10
/
+10
*
Avoid 0-defining BOTAN_USE_GCC_INLINE_ASM
simon
2015-05-31
2
-2
/
+2
*
Fix various bugs found by Coverity scanner.
lloyd
2015-05-15
1
-17
/
+10
*
Use available MinGW APIs (CryptoAPI and Unix-style fds). GH#84
joerg
2015-04-27
1
-1
/
+2
*
Windows fix
lloyd
2015-03-20
2
-5
/
+4
*
This check doesn't make sense as the entropy source is shared
lloyd
2015-03-18
1
-15
/
+6
*
Remove the shared IO buffer from EntropySource_Accumulator.
lloyd
2015-03-18
13
-60
/
+51
*
Avoid requiring a system header here
lloyd
2015-03-02
1
-1
/
+1
*
Add missing include
lloyd
2015-02-24
1
-0
/
+1
*
Hide all uses of boost filesystem in fs.cpp. Use readdir as an
lloyd
2015-02-21
1
-6
/
+1
*
Add version_cstr (returns const char*) and move tag_size from AEAD to
lloyd
2015-02-11
2
-1
/
+2
*
Enable OpenSSL for providing ciphers and hashes again.
lloyd
2015-02-05
1
-1
/
+1
*
Remove algo factory, engines, global RNG, global state, etc.
lloyd
2015-02-04
10
-7
/
+143
*
Centralize where string.h/cstring is included to mem_ops.h
lloyd
2015-01-23
3
-4
/
+2
*
Ensure all files have copyright and license info.
lloyd
2015-01-10
20
-20
/
+20
*
Add MinGW support for the CryptoAPI RNG. Also disable the dependencies
lloyd
2014-12-17
1
-0
/
+1
*
Various small fixes and cleanups, new is_prime util
lloyd
2014-11-03
3
-12
/
+19
*
Don't bother polling std:: clocks if we have clock_gettime
lloyd
2014-08-09
1
-32
/
+22
*
Avoid std::chrono::steady_clock, missing in some distro gccs
lloyd
2014-04-25
1
-1
/
+0
*
Avoid crash if read returns an error. Canonical case is on the blocking device
lloyd
2014-04-24
1
-1
/
+2
*
Add rng command which can dump RNG outputs or raw entropy samples
lloyd
2014-03-22
1
-2
/
+2
*
Simpify HMAC_RNG reseeding process. Actually update HMAC_DRBG reseed counter.
lloyd
2014-03-22
3
-57
/
+19
*
Add std::chrono clock poll
lloyd
2014-02-02
1
-11
/
+30
*
Avoid Windows macro damage. Github issue 13.
lloyd
2014-02-02
1
-0
/
+2
*
Guess I won't be needing these
lloyd
2014-01-18
1
-1
/
+0
*
More unique_ptr, also cleanup MGF1 usage
lloyd
2014-01-18
2
-28
/
+12
*
Move lib into src
lloyd
2014-01-10
30
-0
/
+1909
[prev]