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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix minimized build when pkcs11 module enabled
Daniel Neus
2016-08-20
3
-5
/
+23
*
Merge GH #591
Jack Lloyd
2016-08-19
2
-136
/
+497
|
\
|
*
Rename find_constraints() and let it throw instead of returning a combination
René Korthaus
2016-08-19
1
-1
/
+159
|
*
Fix leading zero bytes in DSA, ECDSA, ECGDSA and ECKCDSA signatures
René Korthaus
2016-08-17
2
-7
/
+31
|
*
Fix allowed_usage() and add tests for key usage
René Korthaus
2016-08-17
1
-126
/
+220
|
*
Fix GH #425 and run x509 tests with different signature algorithms
René Korthaus
2016-08-17
1
-25
/
+110
*
|
fix source file encoding ANSI -> UTF-8
Daniel Neus
2016-08-17
1
-2
/
+2
|
/
*
reseed test for hmac_drbg
Kai Michaelis
2016-08-10
1
-0
/
+41
*
Merge GH #551 Add frp256v1 curve
Jack Lloyd
2016-08-02
5
-2
/
+333
|
\
|
*
Added ecdsa_keygen for frp256v1
Simon Cogliani
2016-08-01
2
-3
/
+2
|
*
Added test vectors ecdsa_rfc6979 for frp256v1
Simon Cogliani
2016-08-01
1
-0
/
+22
|
*
Added test vectors ecdh_kat and ecdh_keygen for frp256v1
Simon Cogliani
2016-07-31
2
-1
/
+102
|
*
Merge branch 'master' into frp256v1
Simon Cogliani
2016-07-30
6
-7
/
+233
|
|
\
|
*
|
Added test vectors ecc point multiplication for frp256v1
Simon Cogliani
2016-07-24
1
-0
/
+209
*
|
|
Merge GH #559 PKCS #11 fixes
Jack Lloyd
2016-08-02
1
-4
/
+11
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Initialize HMAC_DRBG with token entropy
Daniel Neus
2016-07-27
1
-7
/
+10
|
*
|
fix PKCS#11 tests and build
Daniel Neus
2016-07-26
1
-2
/
+6
|
|
/
*
|
Merge GH #556 Add DH negative tests. Fix DH keygen, did not call gen_check du...
Jack Lloyd
2016-07-27
1
-1
/
+33
|
\
\
|
*
|
Add negative tests with invalid inputs for the DH key agreement operation
Daniel Neus
2016-07-26
1
-1
/
+33
|
|
/
*
|
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 #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
|
|
/
*
/
eme / pubkey test improvements
Daniel Neus
2016-07-25
1
-6
/
+19
|
/
*
Merge GH #549 MP and SIMD header refactoring
Jack Lloyd
2016-07-23
2
-0
/
+8
|
\
|
*
Merge asm into single mp_madd.h and mp_asmi.h files
Jack Lloyd
2016-07-21
2
-0
/
+8
*
|
Correct test comment
Jack Lloyd
2016-07-21
1
-2
/
+2
|
/
*
Merge GH #548 Parallel hash tests, fix memory leak
Jack Lloyd
2016-07-21
2
-1
/
+100
|
\
|
*
improve parallel hash tests + memory leak fix
Daniel Neus
2016-07-20
2
-1
/
+100
*
|
Merge GH #547 Fix SipHash::clear, more MAC tests
Jack Lloyd
2016-07-21
1
-1
/
+19
|
\
\
|
*
|
fix SipHash::clear() and MAC test improvements
Daniel Neus
2016-07-20
1
-1
/
+19
|
|
/
*
|
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
|
|
/
*
/
add OctetString unit tests
Daniel Neus
2016-07-20
3
-0
/
+190
|
/
*
Merge GH #541 More ECIES tests
Jack Lloyd
2016-07-19
2
-28
/
+383
|
\
|
*
add more ECIES tests
Daniel Neus
2016-07-19
2
-28
/
+383
*
|
Merge GH #520 RNG changes
Jack Lloyd
2016-07-18
8
-631
/
+6098
|
\
\
|
*
|
Revamp entropy polling
Jack Lloyd
2016-07-17
2
-36
/
+42
|
*
|
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
2
-36
/
+17
|
*
|
Switch to HMAC_DRBG for all RNG generation.
Jack Lloyd
2016-07-17
4
-11
/
+6025
*
|
|
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
1
-1
/
+0
|
\
\
|
*
|
replace (deprecated) Pipe API with Cipher_Mode in ECIES
Daniel Neus
2016-07-13
1
-1
/
+0
|
|
/
*
|
Merge GH #533 DLIES changes
Jack Lloyd
2016-07-17
2
-49
/
+1102
|
\
\
|
*
|
DLIES rework
Daniel Neus
2016-07-13
2
-49
/
+1102
|
|
/
*
/
Add test vectors for KDF1/ISO18033
René Korthaus
2016-07-15
1
-0
/
+24
|
/
[next]