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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge asm into single mp_madd.h and mp_asmi.h files
Jack Lloyd
2016-07-21
27
-2183
/
+1554
*
Merge GH #548 Parallel hash tests, fix memory leak
Jack Lloyd
2016-07-21
3
-2
/
+101
|
\
|
*
improve parallel hash tests + memory leak fix
Daniel Neus
2016-07-20
3
-2
/
+101
*
|
Merge GH #547 Fix SipHash::clear, more MAC tests
Jack Lloyd
2016-07-21
2
-4
/
+23
|
\
\
|
*
|
fix SipHash::clear() and MAC test improvements
Daniel Neus
2016-07-20
2
-4
/
+23
|
|
/
*
|
Merge GH #546 Add OID tests
Jack Lloyd
2016-07-21
1
-0
/
+115
|
\
\
|
*
|
add oid tests
Daniel Neus
2016-07-20
1
-0
/
+115
|
|
/
*
|
Merge GH #545 OctetString tests
Jack Lloyd
2016-07-21
3
-0
/
+190
|
\
\
|
*
|
add OctetString unit tests
Daniel Neus
2016-07-20
3
-0
/
+190
|
|
/
*
/
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
3
-30
/
+385
|
\
|
*
add more ECIES tests
Daniel Neus
2016-07-19
3
-30
/
+385
*
|
Compile fix
Jack Lloyd
2016-07-18
1
-1
/
+1
*
|
Fix proc_walk - would always return 0 entropy collected.
Jack Lloyd
2016-07-18
3
-43
/
+13
*
|
Merge GH #520 RNG changes
Jack Lloyd
2016-07-18
56
-1360
/
+6972
|
\
\
|
*
|
Address some review comments from @cordney
Jack Lloyd
2016-07-17
10
-28
/
+30
|
*
|
Fix assignment
Jack Lloyd
2016-07-17
1
-1
/
+1
|
*
|
Revamp entropy polling
Jack Lloyd
2016-07-17
33
-433
/
+344
|
*
|
HMAC_RNG not always in build
Jack Lloyd
2016-07-17
1
-2
/
+7
|
*
|
Move poll logic to Entropy_Sources
Jack Lloyd
2016-07-17
3
-18
/
+27
|
*
|
Update rng cli - can make multiple requests
Jack Lloyd
2016-07-17
1
-5
/
+10
|
*
|
Remove useless L param from X9.31 test vector file
Jack Lloyd
2016-07-17
2
-548
/
+14
|
*
|
Add Stateful_RNG
Jack Lloyd
2016-07-17
19
-216
/
+230
|
*
|
Make the DRBG hash selectable in build.h with BOTAN_AUTO_RNG_DRBG_HASH_FUNCTION
Jack Lloyd
2016-07-17
3
-3
/
+4
|
*
|
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
15
-252
/
+6439
*
|
|
Add test vectors for RSA-KEM/KDF1
René Korthaus
2016-07-18
2
-3
/
+130
|
|
/
|
/
|
*
|
Merge GH #535 Use Cipher_Mode instead of Pipe in ECIES
Jack Lloyd
2016-07-17
4
-23
/
+20
|
\
\
|
*
|
replace (deprecated) Pipe API with Cipher_Mode in ECIES
Daniel Neus
2016-07-13
4
-23
/
+20
*
|
|
Merge GH #533 DLIES changes
Jack Lloyd
2016-07-17
5
-149
/
+1363
|
\
\
\
|
*
|
|
DLIES rework
Daniel Neus
2016-07-13
5
-149
/
+1363
|
|
/
/
*
|
|
Merge GH #537 Add test vectors for KDF1/ISO18033
Jack Lloyd
2016-07-17
3
-3
/
+27
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Add test vectors for KDF1/ISO18033
René Korthaus
2016-07-15
3
-3
/
+27
|
|
/
*
|
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
|
/
*
Rename policy 'sane' to 'modern' which better reflects intent.
Jack Lloyd
2016-07-11
1
-29
/
+36
*
Merge GH #531 Add AES/CBC/CTS tests from RFC 3962
Jack Lloyd
2016-07-11
2
-0
/
+37
|
\
|
*
Add test vectors for AES-CBC-CS3 aka AES/CBC/CTS from RFC 3962
René Korthaus
2016-07-11
2
-0
/
+37
*
|
Merge GH #530 Remove egd from BSI policy
Jack Lloyd
2016-07-11
1
-1
/
+1
|
\
\
|
*
|
Remove egd entropy sources from BSI module policy
René Korthaus
2016-07-11
1
-1
/
+1
|
|
/
*
/
Add test vectors for block cipher padding modes
René Korthaus
2016-07-11
4
-2
/
+147
|
/
*
Merge GH #526 Some PKCS #11 fixes when used with BSI policy
Jack Lloyd
2016-07-05
2
-1
/
+3
|
\
|
*
PKCS11 tests: run ECDSA software verification only if emsa_raw module is avai...
Daniel Neus
2016-07-05
1
-0
/
+3
|
*
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
9
-42
/
+27
|
\
|
*
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
|
*
check for asn1 and pubkey module presence
Daniel Neus
2016-06-28
1
-2
/
+7
|
*
reuse BigInt::encode_1363 instead of self written logic
Daniel Neus
2016-06-28
1
-6
/
+1
[next]