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
/
tests.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
RNG changes (GH #593)
Jack Lloyd
2016-08-24
1
-1
/
+1
*
fix minimized build when pkcs11 module enabled
Daniel Neus
2016-08-20
1
-0
/
+12
*
add OctetString unit tests
Daniel Neus
2016-07-20
1
-0
/
+17
*
add PKCS#11 support
Daniel Neus
2016-06-17
1
-28
/
+9
*
Add more tests for ffi
René Korthaus
2016-03-25
1
-0
/
+14
*
String comparision fixes
Daniel Neus
2016-01-04
1
-2
/
+2
*
some trivial compiler/PVS-Studio warning fixes
Daniel Neus
2015-12-22
1
-3
/
+3
*
Add missing try/catch in signature verification test.
Jack Lloyd
2015-12-21
1
-6
/
+10
*
Add --data-dir option to test command
Jack Lloyd
2015-12-20
1
-26
/
+23
*
If skipping a test due to diabled algo, only print if in verbose mode.
Jack Lloyd
2015-12-19
1
-1
/
+5
*
CLI rewrite
Jack Lloyd
2015-12-19
1
-18
/
+6
*
Reroot the exception hierarchy into a toplevel Exception class
Jack Lloyd
2015-12-11
1
-14
/
+14
*
Convert const char* arguments on Test:: to std::strings
Jack Lloyd
2015-11-28
1
-32
/
+21
*
Add helper for test output files. Remove last uses of hardcoded data dir macros
Jack Lloyd
2015-11-16
1
-2
/
+15
*
Add TLS_PSK tests
Jack Lloyd
2015-11-13
1
-2
/
+2
*
Avoid calling get_files_recursive on a possible non-directory.
Jack Lloyd
2015-11-11
1
-8
/
+9
*
Fix occasional test fails
Jack Lloyd
2015-11-11
1
-0
/
+17
*
Update and consolidate the test framework.
Jack Lloyd
2015-11-11
1
-241
/
+643
*
Fix cert validation bugs found by x509test.
Jack Lloyd
2015-10-23
1
-2
/
+3
*
McEliece cleanups
Jack Lloyd
2015-09-29
1
-0
/
+2
*
Add power analysis countermeasures for ECC point multiplications.
Jack Lloyd
2015-08-21
1
-0
/
+1
*
Fix two crashes in the BER decoder found with afl.
Jack Lloyd
2015-08-02
1
-0
/
+1
*
Refactor internal/filesystem.h
Simon Warta
2015-07-16
1
-6
/
+15
*
Add initial catchy test: base64
Simon Warta
2015-07-15
1
-0
/
+19
*
Check if there are test vector files in a given test dir
Simon Warta
2015-07-15
1
-2
/
+8
*
Improve test reporting
Simon Warta
2015-07-15
1
-6
/
+8
*
Add seperator above test summary
Simon Warta
2015-07-03
1
-0
/
+1
*
Add missing test report for TSS tests
Simon Warta
2015-06-25
1
-0
/
+1
*
Replace \n by std::endl in tests to ensure proper flushing
Simon Warta
2015-06-19
1
-10
/
+10
*
Add tests for compression and SRP.
lloyd
2015-05-13
1
-0
/
+2
*
Hide all uses of boost filesystem in fs.cpp. Use readdir as an
lloyd
2015-02-21
1
-24
/
+4
*
Convert HKDF to the normal KDF interface
lloyd
2015-02-18
1
-1
/
+0
*
Remove algo factory, engines, global RNG, global state, etc.
lloyd
2015-02-04
1
-3
/
+0
*
Ensure all files have copyright and license info.
lloyd
2015-01-10
1
-0
/
+6
*
All tests now share an RNG. Uses system RNG if available
lloyd
2014-12-28
1
-0
/
+16
*
Add Curve25519 based on curve25519-donna by Adam Langley.
lloyd
2014-12-27
1
-0
/
+1
*
Add an implementation of McEliece encryption based on HyMES
fstrenzke
2014-11-26
1
-0
/
+1
*
Add some secp256k1 KATs and a randomized ECC test suggested in
lloyd
2014-10-10
1
-0
/
+1
*
Add RFC 6979 nonce generator. Also some HMAC_DRBG cleanups.
lloyd
2014-03-22
1
-0
/
+1
*
Add HMAC_DRBG
lloyd
2014-03-21
1
-2
/
+2
*
Fix a bug introduced in 1.11.6 where we tried to check CRL signatures
lloyd
2014-02-08
1
-1
/
+2
*
Add initializer for test main
lloyd
2014-01-18
1
-0
/
+3
*
Split off the keyed interfaces of transform to Keyed_Transform
lloyd
2014-01-18
1
-1
/
+1
*
Split up test vectors into per-algo files and app into botan-test for
lloyd
2014-01-10
1
-10
/
+81
*
Split up public key tests and data, use new test framework
lloyd
2014-01-05
1
-10
/
+22
*
Make test target selectable
lloyd
2014-01-04
1
-38
/
+41
*
Make tss example a test of sorts
lloyd
2014-01-01
1
-0
/
+1
*
Shuffle things around. Add NIST X.509 test to build.
lloyd
2014-01-01
1
-0
/
+190