aboutsummaryrefslogtreecommitdiffstats
path: root/src/scripts
Commit message (Expand)AuthorAgeFilesLines
...
* | Blacklist only Sphinx 3.0Jack Lloyd2020-04-091-1/+1
* | If regex doesn't match, default to disabling use of -jJack Lloyd2020-04-081-2/+9
* | Avoid using concurrency with Sphinx 3.0 due to a bug in that versionJack Lloyd2020-04-081-1/+8
* | Fix flaky GOST 34.10 signature testJack Lloyd2020-04-071-4/+2
* | Fixes for test_all_configs scriptJack Lloyd2020-04-071-4/+11
|/
* Fix an undefined shift operation when DTLS reconnection occursJack Lloyd2020-04-051-1/+7
* Build and link the tests and cli on baremetal as wellJack Lloyd2020-03-152-10/+5
* Fix build targetsJack Lloyd2020-03-151-2/+6
* Add baremetal (gcc-arm-none-eabi) buildJack Lloyd2020-03-143-28/+49
* Now ccache, libbz2 and liblzma are installed on the Travis arm buildersJack Lloyd2020-03-141-5/+0
* Appease pylintRené Meusel2020-03-101-2/+2
* add ./botan-test --data-dir handlingRené Meusel2020-03-101-1/+2
* extend [DY]LD_LIBRARY_PATH instead of overwriting itRené Meusel2020-03-101-12/+5
* add check.py to pylint listRené Meusel2020-03-101-0/+1
* read build_config.json from --build-dirRené Meusel2020-03-101-16/+23
* set 'LD_LIBRARY_PATH=' in `make check` on LinuxRené Meusel2020-03-101-5/+19
* add `make check`René Meusel2020-03-101-0/+74
* Merge GH #2298 Clean up prime generation logicJack Lloyd2020-03-061-6/+6
|\
| * Clean up prime generation logic slightlyJack Lloyd2020-03-061-6/+6
* | Remove support for running macOS binaries from local dirJack Lloyd2020-03-042-15/+1
|/
* Remove use of Binary Extended Euclidean Algorithm for inversionJack Lloyd2020-03-011-1/+1
* Disable certstore system test on Wine (cross-mingw64 target) - fixes CIPGP2020-02-221-0/+4
* Move Clang 8 build down in the Travis listJack Lloyd2020-02-181-8/+8
* Merge GH #2277 Avoid double free in PKCS8::load_key under Clang 8Jack Lloyd2020-02-182-0/+12
|\
| * travis: run tests on Ubuntu with Clang 8Hannes Rantzsch2020-02-182-0/+12
* | Run the ARM32 build on Aarch64Jack Lloyd2020-02-103-6/+7
* | Missing variableJack Lloyd2020-02-101-0/+2
* | Increase wait time when testing TLS cli utilsJack Lloyd2020-02-101-6/+9
* | Add more tests for speed utilJack Lloyd2020-02-091-1/+62
* | Define _UNICODE as wellJack Lloyd2020-02-072-4/+4
* | Add Unicode build to AppVeyor CIJack Lloyd2020-02-062-2/+10
|/
* Add a testJack Lloyd2020-01-291-0/+14
* Remove support for splitting the amalgamation by ABIJack Lloyd2020-01-221-3/+0
* install the DLL to bin-dir rather than lib-dirHannes Rantzsch2020-01-031-1/+1
* Now ccache is installed on ppc64 and s390 imagesJack Lloyd2019-12-141-2/+3
* Merge GH #2223 Multithreaded testing of cli encryption utilJack Lloyd2019-12-102-126/+163
|\
| * Multithread testing of cli crypto opsJack Lloyd2019-12-102-126/+163
* | Merge GH #2222 Use multithreaded under qemuJack Lloyd2019-12-101-4/+2
|\ \
| * | qemu can utilize multiple threadsJack Lloyd2019-12-101-4/+2
| |/
* / Silence pylint warningJack Lloyd2019-12-101-1/+1
|/
* Multithread the CLI testsJack Lloyd2019-12-093-113/+114
* Merge GH #2215 Use .lib suffix consistently on WindowsJack Lloyd2019-12-071-4/+4
|\
| * Fix Windows linking to consistently use .lib suffix as requiredJack Lloyd2019-12-061-4/+4
* | Merge GH #2212 Resolve all MSVC warningsJack Lloyd2019-12-074-7/+14
|\ \
| * | Enable warnings-as-errors build in MSVCJack Lloyd2019-12-063-6/+13
| * | Fix pylint warningJack Lloyd2019-12-061-1/+1
| |/
* / Fix some pylint warningsJack Lloyd2019-12-061-1/+1
|/
* Add CRL support for Python bindingPavol Žáčik2019-12-031-0/+23
* Merge GH #2206 Start building GCC/Clang with -Werror in CIJack Lloyd2019-12-031-0/+3
|\
| * Add -Werror mode for CI buildJack Lloyd2019-12-031-0/+3