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
/
main.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
In threaded mode tests, disable mlock pool unless requested
Jack Lloyd
2019-08-21
1
-0
/
+11
*
Default to running the tests in threaded mode
Jack Lloyd
2019-08-17
1
-10
/
+1
*
Using preprocessor for the tests
David Carlier
2019-04-12
1
-2
/
+1
*
Run the test suite in multiple threads
Jack Lloyd
2019-01-31
1
-1
/
+11
*
Add ability to skip a few named tests
Jack Lloyd
2018-12-31
1
-1
/
+2
*
Make exceptions easier to translate to error codes
Jack Lloyd
2018-11-23
1
-1
/
+1
*
Resolve a leak in OpenSSL ECDSA verification for old OpenSSL
Jack Lloyd
2018-10-03
1
-1
/
+11
*
Fix the botan-test --verbose flag, which did nothing
Jack Lloyd
2018-04-11
1
-0
/
+1
*
Make tests pass by default in UBSAN mode
Matthias Gierlings
2018-04-06
1
-2
/
+2
*
Add Test_Options class
Jack Lloyd
2018-04-02
1
-18
/
+14
*
Add --avoid-undefined option
Jack Lloyd
2018-03-31
1
-3
/
+6
*
Add new test option --abort-on-first-fail
Jack Lloyd
2018-03-28
1
-2
/
+3
*
Fix botan-test --help
Jack Lloyd
2017-10-24
1
-3
/
+48
*
Refactor option parsing in cli and test code
Jack Lloyd
2017-10-24
1
-411
/
+28
*
Work around some MSVC 2013 sillyness
Jack Lloyd
2017-09-29
1
-1
/
+3
*
Avoid using std::rand in test code
Jack Lloyd
2017-09-29
1
-2
/
+4
*
Further header cleanups
Jack Lloyd
2017-09-28
1
-1
/
+0
*
Fix for threadless builds
Jack Lloyd
2017-09-25
1
-0
/
+5
*
Further build/test fixes for restricted configurations
Jack Lloyd
2017-09-24
1
-8
/
+10
*
Refactor how test RNG is created
Jack Lloyd
2017-09-24
1
-81
/
+82
*
Add final annotations as appropriate in the test code
Jack Lloyd
2017-09-22
1
-2
/
+2
*
Output errors to cerr
Jack Lloyd
2017-09-02
1
-4
/
+4
*
Add support for LLVM bitcode target
Jack Lloyd
2017-08-30
1
-2
/
+15
*
Add a bogus fallback RNG for the tests
Jack Lloyd
2017-05-21
1
-0
/
+37
*
Reformat code with astyle + fix code style
Tomasz Frydrych
2017-05-01
1
-23
/
+34
*
Show OpenSSL error messages if test fails.
Alexander Bluhm
2017-04-28
1
-0
/
+10
*
Run tests for a specific provider.
Alexander Bluhm
2017-04-21
1
-2
/
+10
*
Merge GH #960 Check name of test suite.
Jack Lloyd
2017-04-02
1
-0
/
+11
|
\
|
*
Check name of test suite.
Alexander Bluhm
2017-03-31
1
-0
/
+11
*
|
Print test name before running test.
Alexander Bluhm
2017-03-31
1
-0
/
+1
|
/
*
Add --test-runs option to test binary
Jack Lloyd
2017-03-29
1
-5
/
+9
*
Fix various SunCC and Solaris warnings and build problems.
Jack Lloyd
2017-01-24
1
-1
/
+1
*
Avoid blocking tests from running if no RNG enabled
Jack Lloyd
2017-01-22
1
-5
/
+0
*
Add test option --run-long-tests
Jack Lloyd
2016-12-24
1
-7
/
+9
*
Better OCSP tests including online tests
Jack Lloyd
2016-11-23
1
-2
/
+4
*
Add TPM and PKCS #11 to coverage build
Jack Lloyd
2016-10-24
1
-8
/
+11
*
Add missing try/catch blocks.
Jack Lloyd
2016-10-07
1
-7
/
+22
*
Add try/catch block at top-level test runner
Jack Lloyd
2016-09-16
1
-3
/
+17
*
RNG changes (GH #593)
Jack Lloyd
2016-08-24
1
-5
/
+19
*
Switch to HMAC_DRBG for all RNG generation.
Jack Lloyd
2016-07-17
1
-2
/
+3
*
add PKCS#11 support
Daniel Neus
2016-06-17
1
-2
/
+26
*
Avoid having Command* objects be created until requested.
Jack Lloyd
2015-12-30
1
-2
/
+2
*
Fix a few clang warnings. Set clang sanitizer flags
Jack Lloyd
2015-12-24
1
-2
/
+4
*
Add missing try/catch in signature verification test.
Jack Lloyd
2015-12-21
1
-1
/
+1
*
Add --data-dir option to test command
Jack Lloyd
2015-12-20
1
-71
/
+61
*
If skipping a test due to diabled algo, only print if in verbose mode.
Jack Lloyd
2015-12-19
1
-30
/
+32
*
CLI rewrite
Jack Lloyd
2015-12-19
1
-119
/
+148
*
Fix for minimized builds
Jack Lloyd
2015-12-11
1
-1
/
+1
*
Reroot the exception hierarchy into a toplevel Exception class
Jack Lloyd
2015-12-11
1
-1
/
+1
*
Enhance tests main readability
Simon Warta
2015-11-23
1
-0
/
+249