aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Increase minimum Blowfish key length to 64 bitsJack Lloyd2018-09-073-6/+32
* | Add RandomNumberGenerator::accepts_inputJack Lloyd2018-09-063-0/+12
|/
* Add support for hashing with CommonCryptoJose Pereira2018-09-031-2/+2
* Check PSS salt length during verificationJack Lloyd2018-08-301-1/+1
* Correct order of CPUID bit clearingsJack Lloyd2018-08-265-5/+5
* Merge GH #1662 Add AVX2 ChaChaJack Lloyd2018-08-261-1/+1
|\
| * Add AVX2 version of ChaChaJack Lloyd2018-08-261-1/+1
* | Report CPUID flags in test runnerJack Lloyd2018-08-261-0/+4
|/
* Add avx2 tag to Serpent test dataJack Lloyd2018-08-241-1/+1
* If cert extension parsing fails, replace the object with UnknownJack Lloyd2018-08-231-1/+1
* Add PBES2 as alias for PBE-PKCS5v20Jack Lloyd2018-08-231-1/+1
* Merge GH #1651 Default disable TLS v1.0/v1.1 and CBC+CCM suitesJack Lloyd2018-08-232-4/+4
|\
| * Default disable support for TLS v1.0/v1.1 and all CBC and CCM suitesJack Lloyd2018-08-222-4/+4
* | Simplify exception messagesJack Lloyd2018-08-2219-60/+60
|/
* Regenerate xchacha20poly1305-testvectorsSimon Warta2018-08-191-676/+676
* Have cipher modes also verify that the nonce is set prior to useJack Lloyd2018-08-171-1/+15
* Add a test that processing without a nonce set failsJack Lloyd2018-08-171-3/+18
* Fix an EAX bug in reset()Jack Lloyd2018-08-171-7/+4
* Add botan_cipher_reset to FFIJack Lloyd2018-08-171-0/+5
* Add some tests of HMAC with SHA-3Jack Lloyd2018-08-171-0/+134
* Add args for botan FFI cert verification for hostname and timeJack Lloyd2018-08-161-4/+4
* Add botan_x509_cert_dupJack Lloyd2018-08-161-0/+6
* Fix bug introduced in 15e149acJack Lloyd2018-08-161-0/+10
* Add TOTP to FFIJack Lloyd2018-08-161-1/+36
* Expose HOTP to FFIJack Lloyd2018-08-151-1/+36
* More FFI testsJack Lloyd2018-08-151-0/+54
* Remove support for 8 or 16 bit BigInt wordsJack Lloyd2018-08-151-2/+4
* Cleanup of BigInt encoding/decoding functionsJack Lloyd2018-08-141-4/+16
* Add some additional null pointer arg checks to FFIJack Lloyd2018-08-141-2/+5
* Merge GH #1647 Add X.509 path validation to FFIJack Lloyd2018-08-141-1/+59
|\
| * Add path validation to FFIJack Lloyd2018-08-131-1/+59