aboutsummaryrefslogtreecommitdiffstats
path: root/src/scripts
Commit message (Expand)AuthorAgeFilesLines
* Stop fixing version of codecov installJack Lloyd2020-06-191-1/+1
* Disable S390 build as it seems to be broken on Travis' sideJack Lloyd2020-06-181-7/+7
* Move S390 build up in queue as it is taking a while to boot right nowJack Lloyd2020-06-181-6/+6
* Switch S390 build to BionicJack Lloyd2020-06-181-0/+1
* Add DER signature handling to PythonJack Lloyd2020-05-151-3/+8
* Use the 2017 image for AppVeyor MinGW buildJack Lloyd2020-04-241-1/+1
* Merge GH #2322 Workaround GCC UbSan false positive in XMSSJack Lloyd2020-04-221-2/+1
|\
| * Enable UbSan in GCCJack Lloyd2020-04-061-2/+1
* | 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
|\