aboutsummaryrefslogtreecommitdiffstats
path: root/src/scripts
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove the entropy source reading /dev/randomJack Lloyd2021-03-011-1/+1
* Adjust tests to deal with modified RSA keygenJack Lloyd2021-02-231-2/+2
* Add FreeBSD support to TravisJack Lloyd2021-02-174-5/+25
* Fix cli crypt testsJack Lloyd2021-02-131-1/+2
* Skip downloading jom and sccache if they are already in the build cacheJack Lloyd2021-01-261-4/+6
* Add copyright and license decl to some files that were missing [ci skip]Jack Lloyd2021-01-2611-0/+31
* Starting with 0.2.15 sccache releases have a v prefixJack Lloyd2021-01-262-4/+4
* Don't bother downloading jom for MinGW buildsJack Lloyd2021-01-261-4/+5
* Cache jom and sccache downloadsJack Lloyd2021-01-261-0/+2
* Bump sccache to 0.2.15Jack Lloyd2021-01-261-1/+1
* Use an if/else in the batch scriptJack Lloyd2021-01-261-2/+5
* Switch back to building with jomJack Lloyd2021-01-261-2/+2
* Temporarily switch Windows builds to nmakeJack Lloyd2021-01-211-2/+2
* Run long tests in sanitizer modeJack Lloyd2021-01-181-3/+8
* Rewrite the encryption cli to support any cipherJack Lloyd2021-01-151-52/+53
* Fix a bug preventing use of CBC encryption via PythonJack Lloyd2020-12-281-1/+1
* Add a ppc64 clang build to CIJack Lloyd2020-12-161-0/+6
* New sizes for DL exponentsJack Lloyd2020-12-141-2/+2
* Correct DL format of DSA groups generated by the CLIJack Lloyd2020-12-121-7/+7
* Fix building Android shared objectJack Lloyd2020-12-092-5/+5
* Update the BoringSSL runner and update the shimJack Lloyd2020-12-052-12/+1
* Merge GH #2532 Add arm32 and s390x builds back to Travis CIJack Lloyd2020-12-043-9/+13
|\
| * Add back arm32 and s390x builds to TravisJack Lloyd2020-12-023-9/+13
* | Improve checks and avoid hard-coding the major version numberJack Lloyd2020-12-031-4/+15
* | Improve CI tests of the install targetJack Lloyd2020-12-023-58/+82
|/
* the linter is quite rightHannes Rantzsch2020-12-011-2/+2
* CI: validate installation after running make installHannes Rantzsch2020-12-012-2/+60
* Export the list of headers into build_config.jsonJack Lloyd2020-12-011-13/+11
* Remove some unused macro checks/includesJack Lloyd2020-11-281-6/+7
* Remove support for DHE_PSKJack Lloyd2020-11-241-3/+13
* Remove support for AES-128 OCB ciphersuitesJack Lloyd2020-11-241-9/+0
* Remove Camellia CBC TLS ciphersuitesJack Lloyd2020-11-231-1/+1
* Remove support for SEED TLS ciphersuitesJack Lloyd2020-11-231-1/+1
* Avoid two shellcheck warnings [ci skip]Jack Lloyd2020-11-231-2/+2
* Merge GH #2507 Run more tests under qemu and valgrindJack Lloyd2020-11-231-12/+11
|\