aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge GH #2140 Avoid make install trying to build unwanted targetsJack Lloyd2019-10-102-3/+5
|\
| * install CLI only when it was builtRené Meusel2019-10-091-2/+4
| * dynamically decide on required install targetsRené Meusel2019-10-091-1/+1
* | Fuck you nmakeJack Lloyd2019-10-092-1/+2
* | Fix nmake buildJack Lloyd2019-10-092-2/+7
|/
* Enable SSE2 for RDSEEDJack Lloyd2019-10-091-0/+1
* Improve Doxygen front page referencesJack Lloyd2019-10-071-2/+2
* Bump version to 2.13.0-preJack Lloyd2019-10-071-1/+1
* Fix FFI test failure when Scrypt is disabled in buildJack Lloyd2019-10-061-2/+2
* Add a test that (0,0) is not a valid point on any curveJack Lloyd2019-10-061-0/+4
* Fix test failures in some configurationJack Lloyd2019-10-062-2/+2
* Fix warning in XTSJack Lloyd2019-10-061-1/+1
* Merge GH #2131 Merge rest of 2131Jack Lloyd2019-10-061-1/+1
|\
| * Quote the path to python to handle spaces in install path.Jack Lloyd2019-10-061-1/+1
* | Throw if you attempt to use GOST 34.10-2012 with invalid paramsJack Lloyd2019-10-062-6/+26
* | Switch to using -fsanitize=fuzzer-no-link with ClangJack Lloyd2019-10-061-1/+1
|/
* Tweak block cipher encryption perf testJack Lloyd2019-10-031-2/+3
* Threaded tests don't rely on thread local anymoreJack Lloyd2019-10-031-1/+5
* Build fixJack Lloyd2019-10-031-1/+2
* Merge GH #2129 Fix Klocwork warningJack Lloyd2019-10-022-6/+6
|\
| * fix for botan issue #2128: klocwork warning - get_affine_x() andMartin Ostertag2019-10-022-6/+6
* | Some post merge fixups/reindentJack Lloyd2019-10-023-120/+90
* | Merge GH #2115 Improve PKCS11 testsJack Lloyd2019-10-023-152/+182
|\ \ | |/ |/|
| * fixing indentation to match botan styleMichael Boric2019-10-021-16/+16
| * Review changesMichael Boric2019-10-023-1686/+1085
| * Improve ECC PKCS#11 testsMichael Boric2019-09-242-954/+1585
* | Have Clang print the deprecated messageJack Lloyd2019-10-011-1/+1
* | fix deprecation warnings on MSVCPatrick Schmidt2019-10-011-2/+2
* | Batch is not my favorite languageJack Lloyd2019-09-292-8/+3
* | Add MSVC 2019 Release buildJack Lloyd2019-09-282-13/+18
* | Avoid Coverity warningJack Lloyd2019-09-281-2/+2
* | Merge GH #2124 Add poly_dbl speed utilJack Lloyd2019-09-283-3/+33
|\ \
| * | Add poly_dbl speed utilJack Lloyd2019-09-283-3/+33
* | | Merge GH #2123 XTS optimizationsJack Lloyd2019-09-282-16/+19
|\ \ \
| * | | XTS optimizationsJack Lloyd2019-09-282-16/+19
| |/ /
* / / OCB optimizationsJack Lloyd2019-09-283-21/+24
|/ /
* | Disable AVX2 Serpent on MSVCJack Lloyd2019-09-271-0/+6
* | Merge GH #2119 Optimize CTR_BE::seekJack Lloyd2019-09-271-1/+20
|\ \
| * | Optimize CTR_BE::seekJack Lloyd2019-09-261-1/+20
* | | Fix small bug in is_prime speed testJack Lloyd2019-09-271-2/+2
* | | Merge GH #2117 ChaCha20Poly1305 optimizationsJack Lloyd2019-09-261-7/+10
|\ \ \ | |/ / |/| |
| * | Avoid memory allocations during ChaCha20Poly1305 start and finishJack Lloyd2019-09-261-7/+10
* | | Merge GH #2116 Merge CLMUL and PMULL handlingJack Lloyd2019-09-2617-517/+305
|\ \ \
| * | | Add tests for SIMD_4x32::shift_elems_{left,right}Jack Lloyd2019-09-252-0/+14
| * | | Merge CLMUL and PMULL codeJack Lloyd2019-09-2516-517/+291
| |/ /
* | | Merge GH #2109 Handle absolute path libdir/bindir optionsJack Lloyd2019-09-263-4/+4
|\ \ \ | |/ / |/| |
| * | support full-path styled --libdir and --bindir options刘群2019-09-212-3/+3
| * | build-data: fix up a bug in botan.pc.in刘群2019-09-211-1/+1
* | | Fix warning "type attributes ignored after type is already defined"Jack Lloyd2019-09-251-1/+1
* | | Merge GH #2110 Properly decode error-status OCSP responsesJack Lloyd2019-09-245-6/+31
|\ \ \