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
*
add X509_Time::to_std_timepoint()
Daniel Neus
2016-07-28
2
-0
/
+8
*
Merge GH #556 Add DH negative tests. Fix DH keygen, did not call gen_check du...
Jack Lloyd
2016-07-27
2
-2
/
+41
|
\
|
*
Add negative tests with invalid inputs for the DH key agreement operation
Daniel Neus
2016-07-26
1
-1
/
+33
|
*
fix: load_check() was called instead of gen_check() during DH private key gen...
Daniel Neus
2016-07-26
1
-1
/
+8
*
|
Merge GH #555 Add tests for charset conversions
Jack Lloyd
2016-07-27
2
-0
/
+166
|
\
\
|
*
|
add copyright
Daniel Neus
2016-07-25
1
-0
/
+1
|
*
|
add some basic charset tests
Daniel Neus
2016-07-25
2
-0
/
+165
*
|
|
Merge GH #554 Add PKCS #1 v1.5 ID for SHA-512/256 signatures
Jack Lloyd
2016-07-27
1
-0
/
+8
|
\
\
\
|
*
|
|
add SHA-512/256 PKCS#1 hash identifier
Daniel Neus
2016-07-25
1
-0
/
+8
|
|
/
/
*
|
|
Merge GH #557 Test BlockCipher::clear
Jack Lloyd
2016-07-27
1
-0
/
+6
|
\
\
\
|
*
|
|
add test for BlockCipher::clear()
Daniel Neus
2016-07-26
1
-0
/
+6
|
|
|
/
|
|
/
|
*
|
|
Merge GH #558 Test BigInt::operator%=(word y)
Jack Lloyd
2016-07-27
1
-0
/
+9
|
\
\
\
|
*
|
|
test BigInt::operator%=(word y)
Daniel Neus
2016-07-26
1
-0
/
+9
|
|
/
/
*
|
|
Merge GH #553 EME/pubkey test improvements. Small EME refactor.
Jack Lloyd
2016-07-27
3
-17
/
+32
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
eme / pubkey test improvements
Daniel Neus
2016-07-25
3
-17
/
+32
|
|
/
*
/
SSE2 had been disabled for testing, missed it on checkin of 6907e196
Jack Lloyd
2016-07-25
1
-1
/
+1
|
/
*
Merge GH #549 MP and SIMD header refactoring
Jack Lloyd
2016-07-23
27
-2183
/
+1554
|
\
|
*
Merge asm into single mp_madd.h and mp_asmi.h files
Jack Lloyd
2016-07-21
27
-2183
/
+1554
*
|
Correct test comment
Jack Lloyd
2016-07-21
1
-2
/
+2
*
|
Merge GH #543 Add RDRAND_RNG
Jack Lloyd
2016-07-21
8
-40
/
+186
|
\
\
|
|
/
|
/
|
|
*
Fix header guard format
Jack Lloyd
2016-07-20
1
-2
/
+2
|
*
Add RDRAND_RNG
Jack Lloyd
2016-07-19
8
-40
/
+186
*
|
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
[next]