| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Allow testing against various versions of MbedTLS | quapka | 2024-08-06 | 1 | -1/+16 | |
| | | ||||||
| * | Start adding some libgcrypt version | quapka | 2024-08-06 | 1 | -2/+9 | |
| | | ||||||
| * | Build script for fetching releases with Nix | quapka | 2024-08-06 | 1 | -0/+20 | |
| | | ||||||
| * | Make default Tomcrypt build properly | quapka | 2024-08-06 | 1 | -13/+13 | |
| | | ||||||
| * | Keep consistent ordering of libs | quapka | 2024-08-05 | 1 | -2/+4 | |
| | | ||||||
| * | Build various version of libtomcrypt | quapka | 2024-08-05 | 1 | -26/+75 | |
| | | ||||||
| * | Add autogenerated releases for OpenSSL, Crypto++ and Botan | quapka | 2024-07-30 | 1 | -26/+39 | |
| | | ||||||
| * | Clean up the Nix build a bit | quapka | 2024-07-30 | 1 | -129/+37 | |
| | | ||||||
| * | Link Nettle statically and build the shim with Nix | quapka | 2024-07-29 | 1 | -20/+9 | |
| | | ||||||
| * | Explain libtommath and libtomcrypt patches | quapka | 2024-07-29 | 1 | -2/+5 | |
| | | ||||||
| * | Don't use LTC_PTHREAD in TomCrypt | quapka | 2024-07-29 | 1 | -0/+7 | |
| | | ||||||
| * | Expose static libtommath and libtomcrypt through pkg-config | quapka | 2024-07-29 | 1 | -3/+46 | |
| | | ||||||
| * | Build Nettle shim through Nix | quapka | 2024-07-26 | 1 | -0/+2 | |
| | | ||||||
| * | Clean up Nix Gradle build | quapka | 2024-07-26 | 1 | -4/+3 | |
| | | ||||||
| * | Keep consistent shims build ordering | quapka | 2024-07-26 | 1 | -2/+2 | |
| | | ||||||
| * | Remove redundant IPP Crypto shim | quapka | 2024-07-26 | 1 | -1/+0 | |
| | | ||||||
| * | Rename IPP Crypto shim | quapka | 2024-07-25 | 1 | -0/+2 | |
| | | ||||||
| * | Clean up Nix build of MbedTLS shim | quapka | 2024-07-25 | 1 | -1/+3 | |
| | | ||||||
| * | Remove runtime lib deps unnecessary due to static linking | quapka | 2024-07-25 | 1 | -5/+0 | |
| | | ||||||
| * | Build Gcrypt shim through Nix | quapka | 2024-07-25 | 1 | -1/+2 | |
| | | ||||||
| * | Clean up Nix build of BoringSSL shim | quapka | 2024-07-25 | 1 | -11/+5 | |
| | | ||||||
| * | Build OpenSSL shim through Nix | quapka | 2024-07-25 | 1 | -5/+3 | |
| | | ||||||
| * | Build Crypto++ shim through Nix | quapka | 2024-07-25 | 1 | -0/+2 | |
| | | ||||||
| * | Link TomCrypt statically and build the shim with Nix | quapka | 2024-07-25 | 1 | -1/+12 | |
| | | ||||||
| * | Build Botan shim through Nix | quapka | 2024-07-25 | 1 | -0/+2 | |
| | | ||||||
| * | Derive common libs with Nix | quapka | 2024-07-25 | 1 | -3/+6 | |
| | | ||||||
| * | Link LibreSSL statically | quapka | 2024-07-25 | 1 | -4/+4 | |
| | | ||||||
| * | Link Nettle statically | quapka | 2024-07-25 | 1 | -0/+3 | |
| | | ||||||
| * | Link Crypto++ statically | quapka | 2024-07-25 | 1 | -0/+1 | |
| | | ||||||
| * | Static linking does not require loading botan-2 | quapka | 2024-07-25 | 1 | -1/+1 | |
| | | ||||||
| * | Linked tomcrypt statically | quapka | 2024-07-24 | 1 | -1/+4 | |
| | | ||||||
| * | Link GNU Crypto library statically | quapka | 2024-07-24 | 1 | -1/+12 | |
| | | ||||||
| * | Unify patching OpenSSL for all Flake outputs | quapka | 2024-07-24 | 1 | -28/+19 | |
| | | ||||||
| * | Don't use newer version of WolfCrypt | quapka | 2024-07-23 | 1 | -1/+14 | |
| | | ||||||
| * | Clean up old build instructions | quapka | 2024-07-23 | 1 | -86/+0 | |
| | | ||||||
| * | Build IPP Crypto from package | quapka | 2024-07-23 | 1 | -1/+12 | |
| | | ||||||
| * | Link BoringSSL statically | quapka | 2024-07-22 | 1 | -7/+5 | |
| | | | | | | | 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 one | quapka | 2024-07-22 | 1 | -5/+2 | |
| | | ||||||
| * | Build shims in separate files | quapka | 2024-07-22 | 1 | -43/+3 | |
| | | ||||||
| * | Build MbedTLS shim with packaged MbedTLS | quapka | 2024-07-22 | 1 | -0/+20 | |
| | | ||||||
| * | Clear overlays | quapka | 2024-07-22 | 1 | -14/+1 | |
| | | ||||||
| * | Build BoringSSL shim from packaged BoringSSL | quapka | 2024-07-22 | 1 | -93/+17 | |
| | | ||||||
| * | Build shared libs for BoringSSL | quapka | 2024-07-22 | 1 | -5/+39 | |
| | | ||||||
| * | Set default for phase | quapka | 2024-07-22 | 1 | -1/+1 | |
| | | ||||||
| * | Build LibreSSL alongside OpenSSL | quapka | 2024-07-18 | 1 | -2/+2 | |
| | | ||||||
| * | Build LibreSSLShim as a separate derivation | quapka | 2024-07-18 | 1 | -4/+2 | |
| | | ||||||
| * | Don't build LibreSSL from submodule | quapka | 2024-07-18 | 1 | -44/+186 | |
| | | ||||||
| * | Allow running different versions of OpenSSL | quapka | 2024-06-21 | 1 | -17/+187 | |
| | | | | | | | | | | | | | | | | | | | Currently, only running different versions of OpenSSL is implemented as PoC to see if it would work. You can either build it or run it directly with: ``` $ nix run '.?submodules=1#openssl_316' list-libs # uses OpenSSL 3.1.6 $ nix run '.?submodules=1#openssl_322' list-libs # uses OpenSSL 3.2.2 $ nix run '.?submodules=1' list-libs # uses OpenSSL 3.3.1 ``` Adding new versions is possible, check `packages` part of `flake.nix`. To see the supported versions run: ``` $ nix flake show ``` | |||||
| * | Update Nix flake environment | quapka | 2024-06-19 | 1 | -1/+51 | |
| | | ||||||
| * | Add build with Nix flakes | Jan Kvapil | 2024-03-26 | 1 | -0/+119 | |
