aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Additional test fixesJack Lloyd2017-09-231-8/+8
* Fix test compile error when filters is enabled but codec_filt is notRené Korthaus2017-09-231-1/+1
* Deprecate modification of Pipe objectsJack Lloyd2017-09-221-11/+23
* Reject very small inputs to the package transformJack Lloyd2017-09-221-30/+32
* Update cryptobox decryptionJack Lloyd2017-09-221-5/+21
* Cryptobox code modernizationJack Lloyd2017-09-221-22/+20
* Slight improvements to RNG testsJack Lloyd2017-09-221-3/+3
* Improve compression tests slightlyJack Lloyd2017-09-221-2/+14
* Test reading an invalid message number from a PipeJack Lloyd2017-09-221-0/+4
* Test a couple more functions of PKCS11_RNGJack Lloyd2017-09-221-1/+9
* Test a couple of SecureQueue functionsJack Lloyd2017-09-221-0/+4
* Avoid using namespace in testJack Lloyd2017-09-221-5/+3
* Add some tests of the test framework itselfJack Lloyd2017-09-221-0/+148
* Additional finalsJack Lloyd2017-09-221-3/+3
* Add final annotations as appropriate in the test codeJack Lloyd2017-09-2272-155/+155
* Remove some using declarations in test codeJack Lloyd2017-09-224-32/+30
* Add a test of Pipe io on Unix file descriptorsJack Lloyd2017-09-211-0/+37
* More include header cleanupsJack Lloyd2017-09-2120-33/+10
* Header file cleanupsJack Lloyd2017-09-214-0/+4
* Fix the SM2 FFI testJack Lloyd2017-09-211-3/+4
* Update SM2 to use ASN.1 encoding for ciphertextsJack Lloyd2017-09-203-5/+39
* Merge GH #1212 Add support for 'raw' PSS signaturesJack Lloyd2017-09-207-140/+803
|\
| * Support PSSR_RawJack Lloyd2017-09-167-140/+803
* | Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-204-8/+8
* | Reorder calls to avoid UBSan false positiveJack Lloyd2017-09-201-3/+4
* | Another memory leak fixJack Lloyd2017-09-201-2/+4
* | At end of fork test, exec /bin/true to avoid valgrind false positive.Jack Lloyd2017-09-201-1/+8
* | Fix leaks in FFI testsJack Lloyd2017-09-201-0/+6
* | Avoid deprecation warnings in testJack Lloyd2017-09-201-2/+2
* | Add missing overrideJack Lloyd2017-09-201-1/+4
* | Merge GH #1215 Deprecate package transformJack Lloyd2017-09-191-1/+5
|\ \
| * | Deprecate package transformJack Lloyd2017-09-191-0/+2
| * | Disable broken package transform testJack Lloyd2017-09-191-1/+3
* | | Add basic tests for const time utilsJack Lloyd2017-09-193-0/+41
|/ /
* | Merge GH #1205 Support large blocks in OCB modeJack Lloyd2017-09-195-1/+345
|\ \ | |/ |/|
| * Change wide block OCBJack Lloyd2017-09-155-19/+94
| * Fix bugs in OCB long testJack Lloyd2017-09-111-5/+7
| * Support larger block sizes in OCBJack Lloyd2017-09-104-0/+267
* | Merge duplicated logic for clearing CPUID bitsJack Lloyd2017-09-161-40/+1
* | Update Wycheproof GCM testsJack Lloyd2017-09-151-6/+38
* | some formattingAtanas Filyanov2017-09-151-1/+5
* | reenable 8 byte gcm tagsAtanas Filyanov2017-09-151-0/+9
* | Allow GCM tag size in the range 96..128 bitsAtanas Filyanov2017-09-141-15/+43
* | Merge GH #1208 Fix decoding of RFC 5915 ECC keysJack Lloyd2017-09-132-2/+31
|\ \
| * | Remove inner/outer OID check in EC_PrivateKey ctorRené Korthaus2017-09-132-2/+31
* | | allow 12 byte GCM tags and add test vectorsAtanas Filyanov2017-09-131-0/+48
|/ /
* | Reference the right pipeJack Lloyd2017-09-111-1/+1
* | Merge GH #1202 Fix CFB IV carryover closes #1200Jack Lloyd2017-09-111-0/+71
|\ \ | |/ |/|
| * Address CFB carryover bugJack Lloyd2017-09-101-0/+71
* | Change SM2 encryption to match updated standard.Jack Lloyd2017-09-101-1/+2