aboutsummaryrefslogtreecommitdiff
path: root/standalone
Commit message (Collapse)AuthorAgeFilesLines
...
| * Add support for deterministic PRNG to OpenSSL.J08nY2024-08-055-179/+120
| |
| * Handle numeric lib versions better.J08nY2024-08-023-3/+6
| |
| * Remove runTest from the rest of the standalone suites.J08nY2024-08-022-36/+97
| |
| * Unify Invalid, Degenerate and Twist suites on standalone.J08nY2024-08-024-296/+115
| |
| * Remove runTest from composite suite.J08nY2024-08-021-25/+5
| |
| * Remove runTest from performance suite.J08nY2024-08-021-1/+1
| |
| * Fix Botan ECKCDSA.J08nY2024-08-021-2/+12
| |
| * Remove runTest from misc suite.J08nY2024-08-021-18/+10
| |
| * Remove runTest from wrong suite.J08nY2024-08-021-25/+7
| |
| * Remove runTest from edge-cases suite.J08nY2024-08-023-51/+24
| |
| * Move conversion to custom curve to params class.J08nY2024-08-021-27/+1
| |
| * Standalone cleanup.J08nY2024-08-025-12/+11
| |
| * Cleanup ident handling in standalone.J08nY2024-08-0212-295/+91
| |
| * Make standalone Cofactor suite not use runTest.J08nY2024-08-022-15/+46
| |
| * Move coverage reports where codecov finds them.J08nY2024-08-021-1/+4
| |
| * Aggregate test coverage over subprojects.J08nY2024-08-021-1/+2
| |
* | Autoformat all Nix sourcesquapka2024-08-071-4/+4
| |
* | Fix Crypto++ version calculationquapka2024-07-301-1/+1
| |
* | Link Nettle statically and build the shim with Nixquapka2024-07-292-3/+4
| |
* | Merge branch 'master' into build-with-nixquapka2024-07-261-0/+6
|\|
| * Use -bits argument for basic tests of wolfCrypt.J08nY2024-07-251-0/+6
| | | | | | | | Helps with #30.
* | Remove runtime lib deps unnecessary due to static linkingquapka2024-07-251-1/+1
| |
* | Link TomCrypt statically and build the shim with Nixquapka2024-07-252-2/+2
| |
* | Link LibreSSL staticallyquapka2024-07-251-1/+1
| |
* | Link Mbedtls staticallyquapka2024-07-251-1/+1
| |
* | Link Nettle staticallyquapka2024-07-251-1/+1
| |
* | Link Crypto++ staticallyquapka2024-07-252-2/+2
| |
* | Static linking does not require loading botan-2quapka2024-07-251-1/+1
| |
* | Link Botan staticallyquapka2024-07-241-1/+1
| |
* | Linked tomcrypt staticallyquapka2024-07-241-1/+1
| |
* | Build OpenSSL staticallyquapka2024-07-241-1/+1
| |
* | Link GNU Crypto library staticallyquapka2024-07-241-1/+1
| |
* | Unify patching OpenSSL for all Flake outputsquapka2024-07-241-1/+1
| |
* | Clean unnecessary WolfCrypt build instructionsquapka2024-07-231-10/+2
| |
* | Fix IPPCP ECLib requirementsquapka2024-07-231-1/+1
| |
* | Clear deprecated build targetsquapka2024-07-231-15/+0
| |
* | Build IPP Crypto from packagequapka2024-07-231-6/+3
| |
* | Link BoringSSL staticallyquapka2024-07-222-2/+2
| | | | | | | | | | | | In order to prevent problems with dynamic linking of OpenSSL, LibreSSL and BoringSSL -- that all have libcrypto.so -- we link statically into the providers.
* | Fix build instruction for BoringSSL and MbedTLSquapka2024-07-222-11/+19
| |
* | Remove unnecessary dependency since MbedTLS package is now usedquapka2024-07-221-1/+1
| |
* | Build LibreSSL alongside OpenSSLquapka2024-07-181-2/+2
| |
* | Don't build LibreSSL from submodulequapka2024-07-182-7/+6
|/
* Push library initialization deeper and only initialize when necessary.J08nY2024-06-211-12/+18
|
* Always write shims to shim directory, do not check for freshness.J08nY2024-06-212-5/+5
|
* Fix libgcrypt issues.J08nY2024-06-196-54/+106
|
* Fix libgcrypt with secp256k1.J08nY2024-06-191-2/+9
|
* Reformat.J08nY2024-06-199-62/+62
|
* Add point validation to Nettle.J08nY2024-06-191-2/+10
|
* Add pubkey checks to LibreSSL and BoringSSL.J08nY2024-06-192-21/+86
| | | | Fixes #28.
* Error codes in OpenSSL shim.J08nY2024-06-151-2/+2
|