aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge GH #1743 Avoid memset/memcpy in library codeJack Lloyd2018-11-194-7/+14
|\
| * Avoid calling memset, memcpy within library codeJack Lloyd2018-11-174-7/+14
* | Avoid a crank from Sonar [ci skip]Jack Lloyd2018-11-171-1/+1
|/
* Fix Sonar warningJack Lloyd2018-11-171-1/+1
* Run RSA blinding tests only with base providerAlexander Bluhm2018-11-081-2/+9
* Compile fixJack Lloyd2018-11-071-1/+1
* Avoid throwing std:: exceptionsJack Lloyd2018-11-071-1/+1
* Avoid using std::invalid_argumentJack Lloyd2018-11-071-1/+1
* Add ChaCha using SIMD_4x32Jack Lloyd2018-11-041-0/+36
* Use 64-bit integer for seek value in stream cipher testsJack Lloyd2018-11-041-1/+1
* Add VarMap::get_opt_u64Jack Lloyd2018-11-042-8/+25
* Correct testJack Lloyd2018-11-024-3/+18
* Handle setting AD after a nonce correctly in AEADsJack Lloyd2018-10-311-4/+29
* Fixes and improvments for TSS codeJack Lloyd2018-10-293-17/+200
* Add VarMap::get_req_bin_listJack Lloyd2018-10-292-2/+30
* Add some long Blowfish testsJack Lloyd2018-10-182-0/+14
* Fix TLS signature algorithm intoleranceJack Lloyd2018-10-161-0/+10
* Correct error with XTS minimum block sizeJack Lloyd2018-10-151-0/+579
* Remove duplicated XTS test vectorsJack Lloyd2018-10-151-25/+2
* move instead of copyrumcajs2018-10-144-12/+12
* Add an explicit OS target for EmscriptenJack Lloyd2018-10-122-5/+9
* Fixes for building for LLVM bitcode/EmscriptenJack Lloyd2018-10-071-1/+1
* Add more SM2 signature testsJack Lloyd2018-10-051-0/+56
* Resolve a leak in OpenSSL ECDSA verification for old OpenSSLJack Lloyd2018-10-031-1/+11
* Remove support for Visual C++ 2013Jack Lloyd2018-10-013-4/+4
* Handle PPC crypto bit in tests [ci skip]Jack Lloyd2018-10-011-1/+1
* Fix more MSVC warningsJack Lloyd2018-10-014-7/+5
* Merge GH #1696 Fix bugs in UUID classJack Lloyd2018-09-301-0/+73
|\
| * Move UUID to utils, test it, and fix bugs.Jack Lloyd2018-09-301-0/+73
* | Add some tests of the versioning functionsJack Lloyd2018-09-301-0/+46
|/
* Add more tests for CBC, CFB, OFB, CTR and GCMJack Lloyd2018-09-296-2/+635
* Refactor mode tests, and correct bugs foundJack Lloyd2018-09-293-119/+168
* Avoid null pointer write in FFIJack Lloyd2018-09-281-0/+3
* Spell check the documentationJack Lloyd2018-09-281-1/+1
* Merge GH #1692 Fix test failure when http_util disabledJack Lloyd2018-09-261-1/+1
|\
| * Fix x509_path_x509test failing when http_util module was not enabledJose Pereira2018-09-251-1/+1
* | Fix a crash in the mode padding fuzzerJack Lloyd2018-09-231-0/+3
* | Add fuzzer for mode unpadding, and fix bugs found therebyJack Lloyd2018-09-221-0/+89
* | Simplify BigInt::get_substring a bitJack Lloyd2018-09-151-0/+29
* | Merge GH #1670 New password hashing interfaceJack Lloyd2018-09-132-9/+129
|\ \
| * | Test Scrypt private key encryptionJack Lloyd2018-09-101-3/+18
| * | Add testsJack Lloyd2018-09-102-6/+111
* | | Create proper KATs for cryptobox functionJack Lloyd2018-09-122-42/+134
* | | Fix certstore testsJack Lloyd2018-09-111-2/+3
* | | Add FFI functions for creating and getting X25519 dataJack Lloyd2018-09-101-0/+58
|/ /
* | Support SM2 raw signaturesJack Lloyd2018-09-092-0/+11
* | Merge GH #1678 Add read_kv utility functionJack Lloyd2018-09-092-0/+127
|\ \
| * | Add read_kv for parsing strings with key/value pairsJack Lloyd2018-09-092-0/+127
| |/
* | Guard certstore tests with BOTAN_HAS_X509Jack Lloyd2018-09-071-9/+12
* | Fix in-memory certificate store tests not runningJose Pereira2018-09-071-11/+9