Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | install the DLL to bin-dir rather than lib-dir | Hannes Rantzsch | 2020-01-03 | 1 | -1/+1 |
| | |||||
* | Now ccache is installed on ppc64 and s390 images | Jack Lloyd | 2019-12-14 | 1 | -2/+3 |
| | |||||
* | Merge GH #2223 Multithreaded testing of cli encryption util | Jack Lloyd | 2019-12-10 | 2 | -126/+163 |
|\ | |||||
| * | Multithread testing of cli crypto ops | Jack Lloyd | 2019-12-10 | 2 | -126/+163 |
| | | |||||
* | | Merge GH #2222 Use multithreaded under qemu | Jack Lloyd | 2019-12-10 | 1 | -4/+2 |
|\ \ | |||||
| * | | qemu can utilize multiple threads | Jack Lloyd | 2019-12-10 | 1 | -4/+2 |
| |/ | |||||
* / | Silence pylint warning | Jack Lloyd | 2019-12-10 | 1 | -1/+1 |
|/ | |||||
* | Multithread the CLI tests | Jack Lloyd | 2019-12-09 | 3 | -113/+114 |
| | |||||
* | Merge GH #2215 Use .lib suffix consistently on Windows | Jack Lloyd | 2019-12-07 | 1 | -4/+4 |
|\ | |||||
| * | Fix Windows linking to consistently use .lib suffix as required | Jack Lloyd | 2019-12-06 | 1 | -4/+4 |
| | | | | | | | | | | | | Also fix the zlib basename for Windows. Resolves #2210 | ||||
* | | Merge GH #2212 Resolve all MSVC warnings | Jack Lloyd | 2019-12-07 | 4 | -7/+14 |
|\ \ | |||||
| * | | Enable warnings-as-errors build in MSVC | Jack Lloyd | 2019-12-06 | 3 | -6/+13 |
| | | | | | | | | | | | | | | | | | | Except 2015 which has some weird false positives. Closes #2211 | ||||
| * | | Fix pylint warning | Jack Lloyd | 2019-12-06 | 1 | -1/+1 |
| |/ | |||||
* / | Fix some pylint warnings | Jack Lloyd | 2019-12-06 | 1 | -1/+1 |
|/ | |||||
* | Add CRL support for Python binding | Pavol Žáčik | 2019-12-03 | 1 | -0/+23 |
| | |||||
* | Merge GH #2206 Start building GCC/Clang with -Werror in CI | Jack Lloyd | 2019-12-03 | 1 | -0/+3 |
|\ | |||||
| * | Add -Werror mode for CI build | Jack Lloyd | 2019-12-03 | 1 | -0/+3 |
| | | |||||
* | | Add missing MPI functions to Python binding | Pavol Žáčik | 2019-12-02 | 1 | -0/+16 |
|/ | |||||
* | Merge GH #2200 Add S390x build to Travis | Jack Lloyd | 2019-11-16 | 3 | -12/+12 |
|\ | |||||
| * | Add S390x build | Jack Lloyd | 2019-11-15 | 3 | -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 output | Jack Lloyd | 2019-11-15 | 1 | -2/+2 |
|/ | | | | GH #2199 #2109 | ||||
* | Add MinGW on Windows build to AppVeyor CI | Jack Lloyd | 2019-11-13 | 3 | -13/+32 |
| | |||||
* | cli: pubkey: fingerprint: read from stdin | Nuno Goncalves | 2019-11-11 | 1 | -0/+12 |
| | | | | Signed-off-by: Nuno Goncalves <[email protected]> | ||||
* | Install lzma+bzip2 on ppc64le | Jack Lloyd | 2019-11-10 | 1 | -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 CI | Jack Lloyd | 2019-10-25 | 1 | -1/+1 |
| | | | | Ubuntu Golang is too old, so stick with what works | ||||
* | Merge GH #2181 Run fuzzer build on aarch64 | Jack Lloyd | 2019-10-25 | 2 | -1/+2 |
|\ | |||||
| * | Install missing packages on Travis aarch64 image | Jack Lloyd | 2019-10-25 | 1 | -1/+1 |
| | | |||||
| * | Run fuzzer/ASan build on aarch64 | Jack Lloyd | 2019-10-25 | 1 | -0/+1 |
| | | |||||
* | | Upgrade sccache | Jack Lloyd | 2019-10-25 | 1 | -5/+2 |
| | | | | | | | | | | Also skip agressive compression on the AppVeyor cache because sccache already compresses the cache... | ||||
* | | Rename var holding tests used in qemu | Jack Lloyd | 2019-10-25 | 1 | -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 certs | Jack Lloyd | 2019-10-25 | 2 | -6/+6 |
|\ | |||||
| * | Update XMSS CLI tests | René Korthaus | 2019-10-24 | 1 | -5/+5 |
| | | |||||
| * | Add support for XMSS X.509 certificates | René Korthaus | 2019-10-21 | 1 | -1/+1 |
| | | |||||
* | | Upgrade most Travis builds to Ubuntu 18.04 | Jack Lloyd | 2019-10-24 | 3 | -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 builds | Jack Lloyd | 2019-10-23 | 3 | -90/+135 |
| | | |||||
* | | Add Python documentation for the X509Cert class | Pavol Žáčik | 2019-10-22 | 1 | -1/+1 |
| | | |||||
* | | Improve Python allowed_usage and add tests | Pavol Žáčik | 2019-10-22 | 1 | -1/+36 |
|/ | | | | Add tests for Python verify function | ||||
* | Always save the AppVeyor cache | Jack Lloyd | 2019-10-18 | 1 | -0/+1 |
| | |||||
* | Switch MSVC preview and stable modes | Jack Lloyd | 2019-10-18 | 1 | -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 code | Jack Lloyd | 2019-10-17 | 1 | -9/+1 |
| | |||||
* | Merge GH #2143 Add Roughtime | Jack Lloyd | 2019-10-16 | 1 | -0/+155 |
|\ | |||||
| * | Add roughtime CLI | Nuno Goncalves | 2019-10-14 | 1 | -0/+155 |
| | | | | | | | | Signed-off-by: Nuno Goncalves <[email protected]> | ||||
* | | Fix cli tests | Jack Lloyd | 2019-10-12 | 1 | -8/+8 |
|/ | |||||
* | Merge GH #2140 Avoid make install trying to build unwanted targets | Jack Lloyd | 2019-10-10 | 1 | -2/+4 |
|\ | |||||
| * | install CLI only when it was built | René Meusel | 2019-10-09 | 1 | -2/+4 |
| | | |||||
* | | Fuck you nmake | Jack Lloyd | 2019-10-09 | 2 | -1/+2 |
| | | |||||
* | | Fix nmake build | Jack Lloyd | 2019-10-09 | 1 | -1/+6 |
|/ | |||||
* | Batch is not my favorite language | Jack Lloyd | 2019-09-29 | 2 | -8/+3 |
| | |||||
* | Add MSVC 2019 Release build | Jack Lloyd | 2019-09-28 | 2 | -13/+18 |
| | | | | | | Trade for the MSVC 2015 x86-64 build. Re #2120 | ||||
* | Add poly_dbl speed util | Jack Lloyd | 2019-09-28 | 1 | -1/+1 |
| |