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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge GH #548 Parallel hash tests, fix memory leak
Jack Lloyd
2016-07-21
1
-1
/
+1
|
\
|
*
improve parallel hash tests + memory leak fix
Daniel Neus
2016-07-20
1
-1
/
+1
*
|
Merge GH #547 Fix SipHash::clear, more MAC tests
Jack Lloyd
2016-07-21
1
-3
/
+4
|
\
\
|
*
|
fix SipHash::clear() and MAC test improvements
Daniel Neus
2016-07-20
1
-3
/
+4
|
|
/
*
/
Make Stream_Cipher::set_iv() pure virtual
René Korthaus
2016-07-20
5
-7
/
+15
|
/
*
Merge GH #541 More ECIES tests
Jack Lloyd
2016-07-19
1
-2
/
+2
|
\
|
*
add more ECIES tests
Daniel Neus
2016-07-19
1
-2
/
+2
*
|
Compile fix
Jack Lloyd
2016-07-18
1
-1
/
+1
*
|
Fix proc_walk - would always return 0 entropy collected.
Jack Lloyd
2016-07-18
2
-7
/
+10
*
|
Merge GH #520 RNG changes
Jack Lloyd
2016-07-18
43
-695
/
+837
|
\
\
|
|
/
|
/
|
|
*
Address some review comments from @cordney
Jack Lloyd
2016-07-17
9
-27
/
+29
|
*
Fix assignment
Jack Lloyd
2016-07-17
1
-1
/
+1
|
*
Revamp entropy polling
Jack Lloyd
2016-07-17
30
-377
/
+294
|
*
Move poll logic to Entropy_Sources
Jack Lloyd
2016-07-17
3
-18
/
+27
|
*
Add Stateful_RNG
Jack Lloyd
2016-07-17
13
-170
/
+199
|
*
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
11
-241
/
+414
*
|
Merge GH #535 Use Cipher_Mode instead of Pipe in ECIES
Jack Lloyd
2016-07-17
3
-22
/
+20
|
\
\
|
*
|
replace (deprecated) Pipe API with Cipher_Mode in ECIES
Daniel Neus
2016-07-13
3
-22
/
+20
*
|
|
Merge GH #533 DLIES changes
Jack Lloyd
2016-07-17
3
-100
/
+261
|
\
\
\
|
*
|
|
DLIES rework
Daniel Neus
2016-07-13
3
-100
/
+261
|
|
/
/
*
|
|
Merge GH #537 Add test vectors for KDF1/ISO18033
Jack Lloyd
2016-07-17
2
-3
/
+3
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Add test vectors for KDF1/ISO18033
René Korthaus
2016-07-15
2
-3
/
+3
|
|
/
*
|
Fix SecRandomCopyBytes call with older OS X SDKs
Jack Lloyd
2016-07-15
1
-0
/
+1
*
|
Fix undefined behavior in donna128 type
Jack Lloyd
2016-07-15
1
-6
/
+12
|
/
*
Add test vectors for block cipher padding modes
René Korthaus
2016-07-11
2
-2
/
+5
*
Merge GH #526 Some PKCS #11 fixes when used with BSI policy
Jack Lloyd
2016-07-05
1
-1
/
+0
|
\
|
*
remove rfc6979 module dependency for pkcs11
Daniel Neus
2016-07-05
1
-1
/
+0
*
|
prevent massive amount of MSVC C4100 warnings
Daniel Neus
2016-07-05
1
-0
/
+5
|
/
*
Merge GH #507 Add PKCS #11 support. Previous merge 360a3a5 missed later commits
Jack Lloyd
2016-07-04
7
-37
/
+12
|
\
|
*
remove unnecessary include
Daniel Neus
2016-06-28
1
-1
/
+0
|
*
fix some warnings and one compile error
Daniel Neus
2016-06-28
4
-6
/
+7
|
*
reuse BigInt::encode_1363 instead of self written logic
Daniel Neus
2016-06-28
1
-6
/
+1
|
*
use NULL_RNG to make clear that the RNG is not used
Daniel Neus
2016-06-28
2
-24
/
+4
*
|
Merge GH #522 Update BSI policy, fix TLS
Jack Lloyd
2016-07-04
2
-3
/
+8
|
\
\
|
*
|
Remove unused kdf2 dependency from tls module
René Korthaus
2016-07-04
1
-1
/
+0
|
*
|
Various fixes with bsi module policy
René Korthaus
2016-07-04
2
-2
/
+8
*
|
|
Merge GH #507 Add PKCS #11 support
Jack Lloyd
2016-07-04
29
-12
/
+7304
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
add PKCS#11 support
Daniel Neus
2016-06-17
29
-12
/
+7304
*
|
Add missing override annotation. Fix formatting in ECIES tests
Jack Lloyd
2016-06-30
1
-1
/
+1
*
|
Add ECKDSA OIDs for SHA signatures
Jack Lloyd
2016-06-22
1
-0
/
+4
*
|
Update KDF1-ISO 18033 with KDF label argument
Jack Lloyd
2016-06-20
2
-2
/
+5
*
|
Merge GH #504 Add ECKCDSA
Jack Lloyd
2016-06-20
19
-26
/
+431
|
\
\
|
*
|
Add ECKCDSA signature algorithm
René Korthaus
2016-06-14
21
-26
/
+439
|
|
/
*
|
Merge GH #483 Add ECIES and KDF1 from ISO 18033
Jack Lloyd
2016-06-20
7
-0
/
+782
|
\
\
|
*
\
Merge remote-tracking branch 'remotes/origin/master' into ecies
Philipp Weber
2016-05-30
27
-90
/
+82
|
|
\
\
|
*
|
|
ecies review change: decrypt only if mac is correct and catch exceptions duri...
Philipp Weber
2016-05-23
1
-11
/
+25
|
*
|
|
add ecies implementation according to iso-18033
Philipp Weber
2016-04-27
3
-0
/
+687
|
*
|
|
add kdf1 implementation according to iso-18033 (preparation for ecies)
Philipp Weber
2016-04-27
4
-0
/
+81
[next]