aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix a couple more VC warningsJack Lloyd2017-09-102-3/+3
* | Fix bogus ffi testJack Lloyd2017-09-101-1/+1
|/
* Fix loading of plaintext PKCS#8 private keysRené Korthaus2017-09-081-3/+10
* Merge GH #1189 Correct return value of botan_pk_op_verify_finishJack Lloyd2017-09-071-9/+9
|\
| * Correct return value of botan_pk_op_verify_finishJack Lloyd2017-09-061-9/+9
* | Add support for computing SM2 ZA field to FFIJack Lloyd2017-09-061-0/+8
* | Support arbitrary hashes for SM2 signaturesJack Lloyd2017-09-062-2/+3
* | Support arbitrary hashes for SM2 encryptionJack Lloyd2017-09-051-3/+3
|/
* Simplify polynomial doubling codeJack Lloyd2017-09-051-0/+13
* Output errors to cerrJack Lloyd2017-09-021-4/+4
* Support a negative base in power_modJack Lloyd2017-09-022-0/+28
* Add a script for running TLS-Attacker, remove old shell scriptsJack Lloyd2017-09-021-0/+29
* Change http://botan.randombit.net to https URIsJack Lloyd2017-09-011-3/+3
* Merge GH #1169 Add LLVM bitcode targetJack Lloyd2017-08-311-2/+15
|\
| * Add support for LLVM bitcode targetJack Lloyd2017-08-301-2/+15
* | Fix a few more MSVC warningsJack Lloyd2017-08-313-5/+5
* | More MSVC warnings fixesJack Lloyd2017-08-312-3/+3
* | Fix various MSVC warningsJack Lloyd2017-08-312-3/+3
|/
* Remove hard-coded fuzz testsJack Lloyd2017-08-2556-455/+0
* Use correct padding mode in ARIA CBC testJack Lloyd2017-08-231-1/+1
* Cleanup ARIAJack Lloyd2017-08-231-3/+10
* Add missing ARIA test vectors (GH #1004)Jeffrey Walton2017-08-231-0/+35
* Simplify botan_privkey_create_XXXJack Lloyd2017-08-221-2/+2
* Add dh functions in ffiKonstantinos Kolelis2017-08-221-7/+128
* Add is_passhash9_alg_supported()René Korthaus2017-08-192-24/+22
* Add guards for MAC and hash algo used in passhash9 testsRené Korthaus2017-08-181-1/+16
* More ECDSA Raw(hash) testsJack Lloyd2017-08-161-0/+17
* Allow signature using `Raw(hashname)`Jack Lloyd2017-08-153-1/+41
* Add botan_hex_decode, botan_base64_encode, botan_base64_decode FFI funcsJack Lloyd2017-08-151-0/+30
* Merge GH #1151 Add SHACAL2Jack Lloyd2017-08-151-0/+4097
|\