aboutsummaryrefslogtreecommitdiffstats
path: root/src/scripts
Commit message (Expand)AuthorAgeFilesLines
* Fix clang-tidy readability-convert-member-functions-to-staticJack Lloyd2022-02-111-1/+2
* More clang-tidy fixesJack Lloyd2022-02-101-7/+12
* Fix build problemsJack Lloyd2022-02-091-6/+14
* Fix some misc additional clang-tidy warningsJack Lloyd2022-02-061-26/+36
* Use C++17's concat namespace featureJack Lloyd2022-02-061-18/+19
* Remove static from data in anonymous namespacesJack Lloyd2022-02-061-9/+33
* Update clang-tidy configJack Lloyd2022-02-061-9/+9
* Fix clang-tidy readability-named-parameterJack Lloyd2022-02-061-6/+18
* Fix clang-tidy readability-container-size-empty warningsJack Lloyd2022-02-061-1/+1
* Fix clang-tidy performance warningsJack Lloyd2022-02-061-1/+3
* Fix LGTM warningJack Lloyd2022-02-041-0/+2
* Add a script for running clang-tidy over the codebaseJack Lloyd2022-02-041-0/+116
* Find rst2man from pkgsrcNiclas Rosenvik2022-01-301-1/+1
* Disable concurrency with sphinx-buildJack Lloyd2021-12-261-33/+0
* Merge pull request #2864 from reneme/fix/emscriptenRené Meusel2021-12-172-2/+18
|\
| * appease pylintRené Meusel2021-12-161-1/+2
| * switch to macOS as ubuntu 20.04 does not provide emscriptenRené Meusel2021-12-161-1/+6
| * CI: add a build step for emscription (build only, no tests run)René Meusel2021-12-161-1/+11
* | Add a zfec-compatible forward error correction implementationJack Lloyd2021-12-161-17/+60
|/
* Merge GH #2827 Remove OpenSSL providerJack Lloyd2021-12-112-7/+1
|\
| * Remove the OpenSSL providerJack Lloyd2021-10-282-7/+1
* | Merge pull request #2817 from reneme/ci/windows_update_boost_1_77Hannes Rantzsch2021-11-151-3/+3
|\ \
| * | AppVeyor uses boost 1.77René Meusel2021-10-121-3/+3
* | | Add amalgamation CI build (GH #2836)Jack Lloyd2021-10-281-12/+38
| |/ |/|
* | Remove the Travis CI configuration/scriptsJack Lloyd2021-10-202-121/+0
* | Merge GH #2821 Allow disabling tests from ci_buildJack Lloyd2021-10-201-5/+14
|\ \
| * | allow disabling tests in ci_build.pyRené Meusel2021-10-201-5/+14
* | | Merge GH #2804 Add shared lib support for MinGWJack Lloyd2021-10-201-0/+7
|\ \ \ | |/ / |/| |
| * | Add shared library support for mingwChristoph Reiter2021-09-251-0/+7
| |/
* | move to VS 2019 image for MinGW buildRené Meusel2021-10-191-1/+1
* | Remove AppVeyor build on Visual Studio 2019 PreviewRené Meusel2021-10-122-9/+0
|/
* Fix build problemJack Lloyd2021-07-301-0/+1
* Exclude LGTM cpp/weak-cryptographic-algorithmJack Lloyd2021-07-131-0/+1
* Capture the FFI exception string in a thread_local variableJack Lloyd2021-06-301-1/+1
* Tweak how BigInt string formatting worksJack Lloyd2021-06-241-7/+7
* Avoid LGTM warningJack Lloyd2021-05-011-1/+3
* Disable word_sub bypass for unrolled Montgomery redcJack Lloyd2021-05-011-1/+1
* More mp header cleanupsJack Lloyd2021-05-012-3/+0
* Implement draft-irtf-cfrg-hash-to-curveJack Lloyd2021-04-251-2/+2
* Avoid non-lazy Python logging invocationsJack Lloyd2021-04-163-48/+49
* Limit max CI concurrency to 16 coresJack Lloyd2021-04-031-1/+2
* Fix CLI testsJack Lloyd2021-04-011-1/+1
* Update BoringSSL tests to latest versionJack Lloyd2021-04-011-1/+1
* Add MSVC Boost buildJack Lloyd2021-03-291-0/+12
* Drop ppc64le Clang build from TravisJack Lloyd2021-03-241-6/+0
* Compare the low 32-bits of order first to avoid BigInt creationJack Lloyd2021-03-131-2/+3
* Lookup OIDs for EC_Groups using the order as a keyJack Lloyd2021-03-131-1/+15
* Fix some LGTM warningsJack Lloyd2021-03-121-4/+2
* Format small integers using decimalJack Lloyd2021-03-121-6/+11
* Autogenerate ec_named.cpp from a description of supported curvesJack Lloyd2021-03-121-0/+93