aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Merge GH #1142 Add SM2 encryption schemeJack Lloyd2017-08-076-5/+146
|\
| * Add SM2 encryption to FFIJack Lloyd2017-08-041-1/+72
| * Add SM2 encryption schemeJack Lloyd2017-08-045-4/+74
* | Merge GH #1114 Add Streebog hash (GOST 34.11-2012)Jack Lloyd2017-08-071-0/+796
|\ \ | |/ |/|
| * Add Streebog hash (GOST R 34.11-2012).Daniel Wyatt2017-08-041-0/+796
* | Complete merge of #1137 ChaCha_RNGJack Lloyd2017-08-044-370/+471
|\ \ | |/ |/|
| * Add Stateful_RNG::reset_reseed_counterJack Lloyd2017-08-032-2/+2
| * Refactor stateful RNG tests to cover both HMAC_DRBG and ChaCha_RNGJack Lloyd2017-08-034-366/+468
| * Add ChaCha_RNGJack Lloyd2017-08-032-1/+178
* | Merge GH #1137 Add ChaCha_RNGJack Lloyd2017-08-032-1/+178
|\ \
| * | Add ChaCha_RNGJack Lloyd2017-07-312-1/+182
* | | Test encoding of challenge password in PKCS10 requestsJack Lloyd2017-08-031-0/+5
* | | Add a test of PGP S2K iteration encodingJack Lloyd2017-08-031-0/+53
| |/ |/|
* | Add explicit tests for RDRAND_RNG and System_RNGJack Lloyd2017-08-031-0/+98
* | Fix some maintainer mode warningsJack Lloyd2017-08-032-3/+3
* | Merge GH #1094 Add initial BearSSL providerJack Lloyd2017-08-021-2/+2
|\ \ | |/ |/|
| * BearSSL: Support for ECDSAPatrick Wildt2017-07-051-2/+2
* | Merge GH #1132 Fix Doxygen errors and add -Wdocumentation flag to clang maint...Jack Lloyd2017-07-311-1/+1
|\ \
| * | Add missing override annotationJack Lloyd2017-07-281-1/+1
* | | Add test for FFI keywrap, and constify argsJack Lloyd2017-07-311-0/+37
|/ /
* | 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