aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* OpenSSL 1.1.0.J08nY2024-08-151-1/+4
|
* More OpenSSL.J08nY2024-08-151-2/+14
|
* Fix many more OpenSSLs.J08nY2024-08-151-18/+24
|
* Fix mbedtls v2.26.0.J08nY2024-08-151-1/+14
|
* Fix broken nettle.J08nY2024-08-152-10/+4
|
* Add more OpenSSL versions.J08nY2024-08-152-14/+682
|
* Fix mbedtls 3.2.0:J08nY2024-08-151-1/+11
| | | | https://github.com/Mbed-TLS/mbedtls/releases/tag/v3.2.1
* Fix mbedtls 3.4.0.J08nY2024-08-151-2/+2
| | | | https://github.com/Mbed-TLS/mbedtls/commit/50745e7e352d3422643320ad900d786dc4e10c63
* Fixup many libressl versions.J08nY2024-08-151-19/+14
|
* Fixup libressl >= 3.8.2.J08nY2024-08-151-3/+23
|
* Create tables with all resultsquapka2024-08-151-19/+5
|
* Plot tables with differences in resultsquapka2024-08-152-0/+114
|
* Fix mbedtls shim build for many versions.J08nY2024-08-153-14/+56
|
* Fix building Mbed-TLS version 2.25.0quapka2024-08-151-2/+3
|
* Dumb shit, checkFlags don't work.J08nY2024-08-152-0/+97
|
* Improve formattingquapka2024-08-131-3/+3
|
* Fix Crypto++ 7.J08nY2024-08-131-0/+1
|
* Fix mbedTLS and Botan default builds.J08nY2024-08-125-80/+91
|
* Acutally use the last version in build.J08nY2024-08-121-2/+2
|
* Add version define to shim build.J08nY2024-08-1210-9/+23
|
* Fix order of versions in lib version files.J08nY2024-08-1211-915/+916
|
* Fix Botan include directory.J08nY2024-08-122-10/+63
|
* Do not fail fast in Nix in CI.J08nY2024-08-121-0/+1
|
* Cleanup passing of CFLAGS and LFLAGS to shims.J08nY2024-08-123-6/+6
|
* Add default targets for all lib and shim buildsquapka2024-08-121-7/+18
|
* Add Nix build in CI.J08nY2024-08-121-0/+52
|
* Fix Botan builds.J08nY2024-08-123-8/+35
|
* Fix creating cryptopp dotted versionquapka2024-08-121-1/+1
|
* Fix typoquapka2024-08-121-1/+1
|
* Fix Botan 2.0.0 and 2.0.1 build.J08nY2024-08-122-0/+21
|
* Save results of building all libs and shim to simplify debuggingquapka2024-08-122-9/+43
|
* Build shims and libs with a single scriptJan Kvapil2024-08-122-3/+3
|
* Allow building target libs separatelyJan Kvapil2024-08-122-4/+59
|
* Show the correct version when building for all shims except TomCrypt (for now)Jan Kvapil2024-08-111-155/+188
|
* Build library shims only when selectedJan Kvapil2024-08-111-12/+19
|
* Build prng and preload as part of common libsJan Kvapil2024-08-101-1/+1
|
* Log error in test shim build.J08nY2024-08-091-2/+3
|
* Merge branch 'master' into build-with-nixJán Jančár2024-08-09102-1357/+3423
|\
| * Merge pull request #34 from crocs-muni/feat/deterministic-prngJán Jančár2024-08-0980-377/+2390
| |\ | | | | | | Support deterministic PRNG where possible.
| | * Do not test deterministic LibreSSL in CI.J08nY2024-08-091-1/+2
| | |
| | * Fix orphan import.J08nY2024-08-091-1/+0
| | |
| | * Ditch preload.cJ08nY2024-08-091-0/+0
| | |
| | * Add deterministic PRNG via preload of RNG functions.J08nY2024-08-0926-272/+1228
| | |
| | * Make gcrypt amenable to deterministic RNG by enabling FIPS PRNG.J08nY2024-08-082-10/+9
| | |
| | * Add preload library for spoofing system RNG outputs.J08nY2024-08-083-4/+263
| | |
| | * Do not ignore failures in standalone tests.J08nY2024-08-081-2/+1
| | |
| | * Fix test path for codecov.J08nY2024-08-082-4/+6
| | |
| | * Try to see what goes wrong in the tests.J08nY2024-08-082-0/+19
| | |
| | * Continue on test errors.J08nY2024-08-072-4/+4
| | |
| | * Add deterministic PRNG example to docs.J08nY2024-08-072-44/+79
| | |