aboutsummaryrefslogtreecommitdiffstats
path: root/src/scripts
Commit message (Expand)AuthorAgeFilesLines
* Script the Windows CI buildJack Lloyd2017-09-084-59/+117
* Merge GH #1193 Improve Apple Clang detection logicJack Lloyd2017-09-081-0/+25
|\
| * Adjust min version for non "based on LLVM" appleclangSimon Warta2017-09-071-1/+1
| * Improve appleclang version logicSimon Warta2017-09-071-0/+25
* | Add missing pip3 installationSimon Warta2017-09-081-0/+2
|/
* Add appleclang compiler version testsSimon Warta2017-09-071-0/+14
* Name files as codecov script expectsJack Lloyd2017-09-051-3/+6
* Small cleanups in ci_build.pyJack Lloyd2017-09-041-13/+20
* Move travis.yml to src/scripts/ciJack Lloyd2017-09-041-0/+132
* Merge GH #1178 Use botan-ci-tools repo for binaries needed by CIJack Lloyd2017-09-021-11/+14
|\
| * Fix qemu packageJack Lloyd2017-09-021-1/+1
| * Use botan-ci-tools repo for packagesJack Lloyd2017-09-021-11/+14
* | Add --dump-traces option to tls_serverJack Lloyd2017-09-021-1/+1
* | Add a script for running TLS-Attacker, remove old shell scriptsJack Lloyd2017-09-026-0/+300
|/
* Change http://botan.randombit.net to https URIsJack Lloyd2017-09-011-1/+1
* Merge GH #1174 Simplify AppVeyor build config closes #1172Jack Lloyd2017-09-011-50/+22
|\
| * Simplifiy AppVeyor config, single debug build on VC2017Jack Lloyd2017-09-011-50/+22
* | Just skip Sonar build if SONAR_TOKEN is not setJack Lloyd2017-09-011-10/+5
|/
* Remove python3 dep from cli_testsJack Lloyd2017-08-311-1/+1
* Make shellcheck happyJack Lloyd2017-08-311-6/+0
* Avoid variable overwriteJack Lloyd2017-08-311-7/+7
* Ensure --unsafe-fuzzer-mode buildsJack Lloyd2017-08-311-0/+2
* Some attempts at speeding up CIJack Lloyd2017-08-312-11/+8
* Use multiprocessing in the fuzzer test scriptJack Lloyd2017-08-311-29/+37
* Revert f16c3df4fc4edJack Lloyd2017-08-291-1/+1
* Seems Sonar wants coverage infoJack Lloyd2017-08-291-1/+1
* For cross builds, build everything but test only a limited subsetJack Lloyd2017-08-291-6/+13
* Use Xenial ccache on TravisJack Lloyd2017-08-291-4/+4
* Drop CircleCIJack Lloyd2017-08-295-50/+0
* Rename (and fix) Sonar targetJack Lloyd2017-08-292-2/+2
* Rename Travis setup scriptJack Lloyd2017-08-291-0/+0
* Further fixes to ci build scriptJack Lloyd2017-08-292-57/+96
* Skip PKCS11 tests if SoftHSM library isn't thereJack Lloyd2017-08-291-3/+7
* We've always been at war with shell scriptsJack Lloyd2017-08-298-415/+208
* CI build using Python script to orchestrateJack Lloyd2017-08-292-1/+259
* Run fuzzers under coverage tests as wellJack Lloyd2017-08-251-6/+8
* Flush stdout for CIJack Lloyd2017-08-251-0/+1
* Report corpus counts, add --gdb optionJack Lloyd2017-08-251-15/+66
* Create new fuzzer build modeJack Lloyd2017-08-253-1/+138
* Add ARIA option to TLS suite info generatorJack Lloyd2017-08-231-1/+9
* Fix TLS ciphersuite generator for ARIAJack Lloyd2017-08-231-2/+2
* Add support for ECDHE_PSK AEAD ciphersuitesJack Lloyd2017-08-221-2/+5
* Handle and test error cases in prepend_destdir()Simon Warta2017-08-042-44/+50
* Fix typo in script nameSimon Warta2017-08-042-1/+1
* Pull out python_unittests_unix.pySimon Warta2017-08-043-30/+56
* Turn --destdir option into an environment variable, fixes #1101, fixes #996, ...Zoltan Gyarmati2017-08-042-26/+105
* Add two digit clang version test from crystax ndkSimon Warta2017-08-011-0/+14
* Use native compiler versioning of MSVCSimon Warta2017-07-311-1/+7
* Merge GH #1133 Fix MSVC compiler detection fixing #1125Jack Lloyd2017-07-311-0/+74
|\
| * Use _MSC_VER to get MSVC versionSimon Warta2017-07-301-13/+3