aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge GH #1123 Add OCSP::Response::certificates APIJack Lloyd2017-07-241-0/+31
|\
| * add OCSP::Response::certificates() + unit testRené Meusel2017-07-211-0/+31
* | Change arbitrary privkey size to a smaller arbitrary number.Jack Lloyd2017-07-241-1/+1
|/
* Remove "pkcs11" provider paramater for pk ops in handbook and testsRené Korthaus2017-07-041-8/+8
* Add SM2 signature schemeJack Lloyd2017-06-294-0/+179
* Add test for CURDLE format Ed25519 keysJack Lloyd2017-06-211-0/+40
* Add SM4 block cipherJack Lloyd2017-06-162-3/+20
* Merge GH #1074 Add ability to load ECDSA/ECDH via FFIJack Lloyd2017-06-121-54/+90
|\
| * FFI: ECDSA an ECDH keys loading from mpi. CleanupKrzysztof Kwiatkowski2017-06-101-6/+26
| * FFI: Add functions specific to ECDSA and ECDHKrzysztof Kwiatkowski2017-06-101-2/+2
| * FFI: Posibility to load EC pubkeyKrzysztof Kwiatkowski2017-06-101-7/+17
| * FFI: Posibility to load EC privkeyKrzysztof Kwiatkowski2017-06-101-47/+53
* | Update OCB ref to RFC, and add new test vectorsJack Lloyd2017-06-121-0/+98
|/
* Add FFI test and test data from PGP draftJack Lloyd2017-06-082-1/+83
* Workaround unique_ptr conversion problem with old clangJack Lloyd2017-06-071-1/+1
* Add Ed25519 key type and testsJack Lloyd2017-06-072-0/+3349
* Add basic test for TPM UUID classJack Lloyd2017-06-041-0/+29
* Add FFI func botan_scrub_memJack Lloyd2017-05-291-0/+4
* Avoid infinite loop in PGP-S2KJack Lloyd2017-05-291-0/+5
* Add (back) OpenPGP-S2KJack Lloyd2017-05-272-2/+69
* Add botan_hash_copy_state FFI function.Daniel Wyatt2017-05-251-0/+20
* Merge GH #1056 Add HashFunction::copy_state and port to OpenSSL 1.1.0Jack Lloyd2017-05-221-1/+9
|\
| * Add HashFunction::copy_stateJack Lloyd2017-05-221-1/+9
* | Merge GH #1054 Add HOTP and TOTP algorithmsJack Lloyd2017-05-223-0/+278
|\ \
| * | Doc and 32-bit build fixesJack Lloyd2017-05-221-7/+7
| * | Add HOTP (RFC 4226) and TOTP (RFC 6238)Jack Lloyd2017-05-193-0/+278
* | | Merge GH #1055 Add fallback RNG for the testsJack Lloyd2017-05-221-0/+37
|\ \ \
| * | | Add a bogus fallback RNG for the testsJack Lloyd2017-05-211-0/+37
* | | | Merge GH #844 Add support for ARMv8 SHA instructionsJack Lloyd2017-05-223-8/+402
|\ \ \ \ | |_|_|/ |/| | |
| * | | Small cleanups for ARM SHA codeJack Lloyd2017-05-201-0/+387
| * | | Add SHA-256 using ARMv8 instructionsJack Lloyd2017-05-203-8/+15
| |/ /
* | | Merge GH #1053 Fix path length constraint checking (GH #991)Jack Lloyd2017-05-2112-0/+276
|\ \ \ | |/ / |/| |
| * | fix pathLenConstraint validationDaniel Neus2017-05-1912-0/+276
* | | Fix warningsJack Lloyd2017-05-191-2/+2
| |/ |/|
* | Add support for Intel SHA-1/SHA-2 instructionsJack Lloyd2017-05-193-1/+5
* | Merge GH #1051 Extensions for PKCSv1.5 signature formattingJack Lloyd2017-05-192-0/+35
|\ \
| * | Add botan_pkcs_hash_id to FFIJack Lloyd2017-05-182-0/+35
| |/
* | Merge GH #1044 Handle IV carryover in CBC, CFB, and stream ciphersJack Lloyd2017-05-193-8/+205
|\ \ | |/ |/|
| * Handle IV carryover in CBC, CFB, and stream ciphersJack Lloyd2017-05-133-8/+205
* | Fix botan_privkey_load_rsa misleading parameter names.Daniel Wyatt2017-05-131-1/+1
|/
* Merge GH #1040 Add SP800-56A KDFJack Lloyd2017-05-061-0/+2893
|\
| * KDF SP800-56A: Add test vectors with 0 length salt to improve coverageKrzysztof Kwiatkowski2017-05-031-0/+60
| * Add vectors for HMAC backed SP800-56A KDFKrzysztof Kwiatkowski2017-05-031-2/+1417
| * Adds KDF based on SP 800-56A. Currently it is revision 1 (alternative 1). It ...Krzysztof Kwiatkowski2017-05-031-0/+1418
* | Merge GH #1036 Add FFI botan_hash_block_sizeJack Lloyd2017-05-031-0/+5
|\ \
| * | Add FFI botan_hash_block_size.Daniel Wyatt2017-04-301-0/+5
| |/
* | Merge GH #1035 Support generating RSA keys with OpenSSLJack Lloyd2017-05-034-95/+115
|\ \
| * | Generate private RSA key with OpenSSL.Alexander Bluhm2017-04-304-95/+115
| |/
* | Fix some ugly line breaks from #980 in test_ffiJack Lloyd2017-05-031-25/+26
* | Reformat code with astyle + fix code styleTomasz Frydrych2017-05-0171-1320/+1904
|/