aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge GH #1648 Add XChaCha20Poly1305 tests generated by libsodiumJack Lloyd2018-08-131-0/+9362
|\ \
| * | Add XChaCha20Poly1305 test vectors generated by libsodiumSimon Warta2018-08-131-0/+9362
| |/
* / Expose RDRAND RNG through FFIJack Lloyd2018-08-131-39/+56
|/
* Add function to return the size of a key agreement outputJack Lloyd2018-08-121-1/+8
* Add botan_cipher_get_keyspecJack Lloyd2018-08-111-8/+14
* Add some useful FFI functionsJack Lloyd2018-08-101-7/+40
* Optimize computation of CTR input blocksJack Lloyd2018-08-101-1/+1
* Fix FFI testJack Lloyd2018-08-101-1/+3
* Fix ECIES tests when cipher was disabledJack Lloyd2018-08-101-14/+14
* Add a function to query output length of symmetric cipherJack Lloyd2018-08-101-3/+10
* Add functions to get size of PK ciphertext,plaintextJack Lloyd2018-08-103-22/+39
* Merge GH #1641 Add functions to get expected length of PK signatureJack Lloyd2018-08-102-11/+28
|\
| * Add FFI function to get signature output lengthJack Lloyd2018-08-101-11/+25
| * Add PK_Signer::signature_lengthJack Lloyd2018-08-101-0/+3
* | Add a "user-threadsafe" option to botan_rng_initJack Lloyd2018-08-101-0/+7
* | Allow x509 module to be optional for FFIJack Lloyd2018-08-101-4/+22
|/
* Add Tweakable_Block_Cipher classJack Lloyd2018-08-091-8/+5
* Fix shadow warningsJack Lloyd2018-08-092-10/+10
* Add test that invalid bcrypt versions are rejectedJack Lloyd2018-08-081-2/+6
* Add a test of Threefish-512 tweak functionalityJack Lloyd2018-08-082-1/+19
* Test that a stream cipher not supporting IV still accepts 0 len inputJack Lloyd2018-08-081-0/+3