aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Build various version of libtomcryptquapka2024-08-056-28/+118
| |
| * Add autogenerated releases for OpenSSL, Crypto++ and Botanquapka2024-07-306-63/+388
| |
| * Fix Crypto++ version calculationquapka2024-07-303-1/+73
| |
| * Clean up the Nix build a bitquapka2024-07-303-129/+68
| |
| * Link Nettle statically and build the shim with Nixquapka2024-07-294-23/+15
| |
| * Explain libtommath and libtomcrypt patchesquapka2024-07-291-2/+5
| |
| * Don't use LTC_PTHREAD in TomCryptquapka2024-07-291-0/+7
| |
| * Expose static libtommath and libtomcrypt through pkg-configquapka2024-07-291-3/+46
| |
| * Build Nettle shim through Nixquapka2024-07-262-0/+25
| |
| * 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.
| * Clean up Nix Gradle buildquapka2024-07-261-4/+3
| |
| * Keep consistent shims build orderingquapka2024-07-261-2/+2
| |
| * Remove redundant IPP Crypto shimquapka2024-07-261-1/+0
| |
| * Rename IPP Crypto shimquapka2024-07-252-3/+5
| |
| * Clean up Nix build of MbedTLS shimquapka2024-07-251-1/+3
| |
| * Remove runtime lib deps unnecessary due to static linkingquapka2024-07-252-6/+1
| |
| * Build Gcrypt shim through Nixquapka2024-07-252-1/+27
| |
| * Clean up Nix build of BoringSSL shimquapka2024-07-252-14/+5
| |
| * Build OpenSSL shim through Nixquapka2024-07-252-5/+26
| |
| * Build Crypto++ shim through Nixquapka2024-07-252-0/+25
| |
| * Add missing Nix derivation for TomCrypt shimquapka2024-07-251-0/+25
| |
| * Add missing Nix derivation for Botan shimquapka2024-07-251-0/+22
| |
| * Link TomCrypt statically and build the shim with Nixquapka2024-07-253-3/+14
| |
| * Build Botan shim through Nixquapka2024-07-251-0/+2
| |
| * Derive common libs with Nixquapka2024-07-252-3/+33
| |
| * Link LibreSSL staticallyquapka2024-07-252-5/+5
| |
| * Link Mbedtls staticallyquapka2024-07-251-1/+1
| |
| * Link Nettle staticallyquapka2024-07-252-1/+4
| |
| * Link Crypto++ staticallyquapka2024-07-253-2/+3
| |
| * Static linking does not require loading botan-2quapka2024-07-252-2/+2
| |
| * Link Botan staticallyquapka2024-07-241-1/+1
| |
| * Linked tomcrypt staticallyquapka2024-07-242-2/+5
| |
| * Build OpenSSL staticallyquapka2024-07-241-1/+1
| |
| * Link GNU Crypto library staticallyquapka2024-07-242-2/+13
| |
| * Unify patching OpenSSL for all Flake outputsquapka2024-07-242-29/+20
| |
| * Clean unnecessary WolfCrypt build instructionsquapka2024-07-231-10/+2
| |
| * Don't use newer version of WolfCryptquapka2024-07-232-5/+18
| |
| * Fix IPPCP ECLib requirementsquapka2024-07-231-1/+1
| |
| * Clean up old build instructionsquapka2024-07-231-86/+0
| |
| * Clear deprecated build targetsquapka2024-07-231-15/+0
| |
| * Build IPP Crypto from packagequapka2024-07-234-7/+58
| |
| * Link BoringSSL staticallyquapka2024-07-223-9/+7
| | | | | | | | | | | | In order to prevent problems with dynamic linking of OpenSSL, LibreSSL and BoringSSL -- that all have libcrypto.so -- we link statically into the providers.
| * Match the packaged BoringSSL to the submodule onequapka2024-07-221-5/+2
| |
| * 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 shims in separate filesquapka2024-07-224-43/+76
| |
| * Build MbedTLS shim with packaged MbedTLSquapka2024-07-221-0/+20
| |
| * Clear overlaysquapka2024-07-221-14/+1
| |
| * Build BoringSSL shim from packaged BoringSSLquapka2024-07-221-93/+17
| |