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
*
Merge GH #608 Travis CI work
Jack Lloyd
2016-08-28
1
-3
/
+34
|
\
|
*
Work around a bug in FFI
Jack Lloyd
2016-08-28
1
-3
/
+29
|
*
Travis CI additions and cleanup
Jack Lloyd
2016-08-28
1
-0
/
+5
*
|
DLIES test tweaks
Jack Lloyd
2016-08-28
2
-254
/
+87
*
|
Use Botan's interpretation of P-521 ECDSA zero padding for now
Jack Lloyd
2016-08-27
1
-1
/
+5
*
|
Merge GH #607 PK sig test vectors where H(m) has many leading 0 bits
Jack Lloyd
2016-08-27
5
-0
/
+50
|
\
\
|
|
/
|
/
|
|
*
Add tests with a message hash that contains leading zeros
Daniel Neus
2016-08-26
5
-0
/
+50
*
|
Merge GH #605: Test for HMAC_DRBG randomize_with_ts_input
Jack Lloyd
2016-08-26
1
-0
/
+39
|
\
\
|
*
|
Add unit test for HMAC_DRBG::randomize_with_ts_input()
René Korthaus
2016-08-25
1
-0
/
+39
*
|
|
Correct comment
Jack Lloyd
2016-08-25
1
-1
/
+1
|
/
/
*
/
RNG changes (GH #593)
Jack Lloyd
2016-08-24
6
-54
/
+357
|
/
*
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
[next]