aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests
Commit message (Expand)AuthorAgeFilesLines
* add a failing test for an UTF-8 string and a successful test for ASCIIRene Meusel2017-11-091-0/+57
* Add UCS-2 and UCS-4 to UTF-8 conversion functionsJack Lloyd2017-11-092-5/+34
* Add SHACAL2 test from Bouncy CastleJack Lloyd2017-11-051-0/+5
* Fix shadow warningJack Lloyd2017-11-051-2/+3
* Add support for ARIA GCM ciphersuitesJack Lloyd2017-11-031-0/+5
* Add some KDF2 values from Bouncy CastleJack Lloyd2017-11-021-0/+19
* Use a simple PRNG for the testsJack Lloyd2017-10-294-123/+114
* Add checks that keyed algorithms are actually keyed before useJack Lloyd2017-10-264-3/+115
* Add more SipHash testsJack Lloyd2017-10-261-0/+187
* Fix botan-test --helpJack Lloyd2017-10-243-36/+48
* Inline Test::run_test into only callerJack Lloyd2017-10-243-45/+21
* Merge GH #1273 Refactor test and cli runner codeJack Lloyd2017-10-243-411/+403
|\
| * Refactor option parsing in cli and test codeJack Lloyd2017-10-243-411/+403
* | Avoid "using namespace" in test codeJack Lloyd2017-10-243-64/+51
|/
* Merge GH #1263 Support FFDHE negotiation in TLSJack Lloyd2017-10-225-8/+19
|\
| * Add supported groups TLS extension (RFC 7919)René Korthaus2017-10-175-8/+19
* | Merge GH #1270 Support verification of PSS X.509 objectsJack Lloyd2017-10-22233-0/+8971
|\ \
| * | review changesDaniel Neus2017-10-211-225/+225
| * | X.509 RSA-PSS verificationDaniel Neus2017-10-20233-0/+8971
* | | Allow setting CTR width via stringJack Lloyd2017-10-201-0/+18
* | | Add GHASH using SSSE3Jack Lloyd2017-10-201-1/+1
|/ /
* / GMAC test fixesJack Lloyd2017-10-182-2/+2
|/
* Additional final annotationsJack Lloyd2017-10-152-2/+2
* Optimize GCMJack Lloyd2017-10-131-0/+2
* Add compile-time rotation functionsJack Lloyd2017-10-121-17/+15
* Avoid <thread>Jack Lloyd2017-10-111-2/+6
* Update test for new error returnJack Lloyd2017-10-111-1/+1
* Restart state in Text_Based_Test after test is overJack Lloyd2017-10-061-0/+2
* Correct the SHA-3 PKCSv1.5 IDsJack Lloyd2017-10-051-0/+94
* Avoid empty methods, use =default or add a commentJack Lloyd2017-10-031-1/+0
* Remove various unused variablesJack Lloyd2017-10-025-9/+7
* Remove protected data from Fixed_Output_RNG in test codeJack Lloyd2017-10-021-31/+15
* Avoid protected data member in TLS testsJack Lloyd2017-10-021-4/+5
* Remove redundant "virtual override" declarations.Jack Lloyd2017-10-021-2/+2
* Remove another expensive keygen testJack Lloyd2017-10-011-1/+1
* Fix some cast warnings from SonarJack Lloyd2017-10-012-9/+12
* Use explicit :: or std:: to refer to functions in namespacesJack Lloyd2017-10-011-1/+1
* Remove 2048-bit keygen testsJack Lloyd2017-10-012-2/+2
* Address some MSVC warningsJack Lloyd2017-09-301-1/+1
* Windows!!!!!!!Jack Lloyd2017-09-291-1/+1
* Work around some MSVC 2013 sillynessJack Lloyd2017-09-291-1/+3
* Ensure files are closed before trying to remove itJack Lloyd2017-09-291-0/+4
* Avoid using std::rand in test codeJack Lloyd2017-09-291-2/+4
* Check return value of std::remove in testJack Lloyd2017-09-291-2/+5
* Fix test error if mceies disabledJack Lloyd2017-09-291-3/+5
* Avoid crash in DLIES tests if AEADs disabledJack Lloyd2017-09-291-0/+6
* Unused variableJack Lloyd2017-09-291-1/+1
* In TLS CBC padding check, only need to verify last 256 bytesJack Lloyd2017-09-291-2/+26
* Add a test of TLS CBC padding verificationJack Lloyd2017-09-292-0/+76
* Further header cleanupsJack Lloyd2017-09-2811-13/+35