aboutsummaryrefslogtreecommitdiffstats
path: root/src/scripts
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | | | Also fix the zlib basename for Windows. Resolves #2210
* | Merge GH #2212 Resolve all MSVC warningsJack Lloyd2019-12-074-7/+14
|\ \
| * | Enable warnings-as-errors build in MSVCJack Lloyd2019-12-063-6/+13
| | | | | | | | | | | | | | | | | | Except 2015 which has some weird false positives. Closes #2211
| * | 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
| |
* | Add missing MPI functions to Python bindingPavol Žáčik2019-12-021-0/+16
|/
* Merge GH #2200 Add S390x build to TravisJack Lloyd2019-11-163-12/+12
|\
| * Add S390x buildJack Lloyd2019-11-153-12/+12
| | | | | | | | | | | | Drop the MIPS build since main purpose of that is to test a big-endian build with no special support (SIMD, etc), but s390x is better for this, since it allows running the full test suite.
* | Fix cli ldflags outputJack Lloyd2019-11-151-2/+2
|/ | | | GH #2199 #2109
* Add MinGW on Windows build to AppVeyor CIJack Lloyd2019-11-133-13/+32
|
* cli: pubkey: fingerprint: read from stdinNuno Goncalves2019-11-111-0/+12
| | | | Signed-off-by: Nuno Goncalves <[email protected]>
* Install lzma+bzip2 on ppc64leJack Lloyd2019-11-101-1/+1
| | | | They were installed before but looks like there is a new image out
* Sadly we can't test with most recent BoGo in CIJack Lloyd2019-10-251-1/+1
| | | | Ubuntu Golang is too old, so stick with what works
* Merge GH #2181 Run fuzzer build on aarch64Jack Lloyd2019-10-252-1/+2
|\
| * Install missing packages on Travis aarch64 imageJack Lloyd2019-10-251-1/+1
| |
| * Run fuzzer/ASan build on aarch64Jack Lloyd2019-10-251-0/+1
| |
* | Upgrade sccacheJack Lloyd2019-10-251-5/+2
| | | | | | | | | | Also skip agressive compression on the AppVeyor cache because sccache already compresses the cache...
* | Rename var holding tests used in qemuJack Lloyd2019-10-251-8/+8
|/ | | | | Some of these tests are quite slow, actually it represents the most critical tests that we want to be sure of and run everywhere we can.
* Merge GH #2172 Add support for XMSS X.509 certsJack Lloyd2019-10-252-6/+6
|\
| * Update XMSS CLI testsRené Korthaus2019-10-241-5/+5
| |
| * Add support for XMSS X.509 certificatesRené Korthaus2019-10-211-1/+1
| |
* | Upgrade most Travis builds to Ubuntu 18.04Jack Lloyd2019-10-243-7/+22
| | | | | | | | | | | | | | | | | | Leaves coverage, ppc32 and mips64 builds on Xenial. Coverage because for unknown reason the coverage build becomes much slower on Bionic. ppc32 and mips64 because for those builds qemu in Bionic crashes.
* | Reorganize Travis matrix. Add aarch64 and ppc64le buildsJack Lloyd2019-10-233-90/+135
| |
* | Add Python documentation for the X509Cert classPavol Žáčik2019-10-221-1/+1
| |
* | Improve Python allowed_usage and add testsPavol Žáčik2019-10-221-1/+36
|/ | | | Add tests for Python verify function
* Always save the AppVeyor cacheJack Lloyd2019-10-181-0/+1
|
* Switch MSVC preview and stable modesJack Lloyd2019-10-181-4/+4
| | | | | | | | | Since AppVeyor moved from 19.24.28117 to 19.24.28207 building test_simd.cpp has failed with some kind of compiler crash or timeout - the log isn't clear. Try switching the preview build to static and run the sanitizer build on the stable compiler to see if this helps anything.
* Avoid redundant drbg seed options in cli test codeJack Lloyd2019-10-171-9/+1
|
* Merge GH #2143 Add RoughtimeJack Lloyd2019-10-161-0/+155
|\
| * Add roughtime CLINuno Goncalves2019-10-141-0/+155
| | | | | | | | Signed-off-by: Nuno Goncalves <[email protected]>
* | Fix cli testsJack Lloyd2019-10-121-8/+8
|/
* Merge GH #2140 Avoid make install trying to build unwanted targetsJack Lloyd2019-10-101-2/+4
|\
| * install CLI only when it was builtRené Meusel2019-10-091-2/+4
| |
* | Fuck you nmakeJack Lloyd2019-10-092-1/+2
| |
* | Fix nmake buildJack Lloyd2019-10-091-1/+6
|/
* Batch is not my favorite languageJack Lloyd2019-09-292-8/+3
|
* Add MSVC 2019 Release buildJack Lloyd2019-09-282-13/+18
| | | | | | Trade for the MSVC 2015 x86-64 build. Re #2120
* Add poly_dbl speed utilJack Lloyd2019-09-281-1/+1
|