| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | 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 | 2 | -4/+4 | |
| | | | ||||||
| | * | Build LibreSSLShim as a separate derivation | quapka | 2024-07-18 | 1 | -4/+2 | |
| | | | ||||||
| | * | Don't build LibreSSL from submodule | quapka | 2024-07-18 | 3 | -51/+192 | |
| | | | ||||||
| | * | Allow running different versions of OpenSSL | quapka | 2024-06-21 | 3 | -18/+902 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 ``` | |||||
| | * | Merge branch 'master' into build-with-nix | quapka | 2024-06-21 | 71 | -571/+1966 | |
| | |\ | |/ |/| | ||||||
| * | | Push library initialization deeper and only initialize when necessary. | J08nY | 2024-06-21 | 1 | -12/+18 | |
| | | | ||||||
| * | | Always write shims to shim directory, do not check for freshness. | J08nY | 2024-06-21 | 4 | -5/+16 | |
| | | | ||||||
| * | | Fix libgcrypt issues. | J08nY | 2024-06-19 | 6 | -54/+106 | |
| | | | ||||||
| * | | Fix libgcrypt with secp256k1. | J08nY | 2024-06-19 | 1 | -2/+9 | |
| | | | ||||||
| * | | Reformat. | J08nY | 2024-06-19 | 9 | -62/+62 | |
| | | | ||||||
| * | | Add point validation to Nettle. | J08nY | 2024-06-19 | 1 | -2/+10 | |
| | | | ||||||
| * | | Add pubkey checks to LibreSSL and BoringSSL. | J08nY | 2024-06-19 | 2 | -21/+86 | |
| | | | | | | | | | Fixes #28. | |||||
| * | | More signature tests. | J08nY | 2024-06-15 | 1 | -4/+44 | |
| | | | ||||||
| * | | Error codes in OpenSSL shim. | J08nY | 2024-06-15 | 1 | -2/+2 | |
| | | | ||||||
| * | | Cleaner output of compound tests. | J08nY | 2024-06-15 | 1 | -3/+15 | |
| | | | ||||||
| * | | Check return values in OpenSSL key loads. | J08nY | 2024-06-14 | 1 | -3/+28 | |
| | | | | | | | | | Fixes #28. | |||||
| * | | Fix points on composite order curves. | J08nY | 2024-06-14 | 3 | -3/+3 | |
| | | | | | | | | | Fixes #27. | |||||
| * | | Only output "Running logs" when in console. | J08nY | 2024-06-14 | 1 | -7/+7 | |
| | | | ||||||
| * | | More detailed signature format tests. | J08nY | 2024-06-14 | 4 | -35/+170 | |
| | | | ||||||
| * | | Allow malformed sigs in nonce recovery. | J08nY | 2024-06-14 | 1 | -5/+12 | |
| | | | ||||||
| * | | Add check for a=-3 in tomcrypt. | J08nY | 2024-05-20 | 1 | -0/+16 | |
| | | | ||||||
| * | | Fix bad param value in standalone wrong test suite. | J08nY | 2024-05-20 | 1 | -1/+1 | |
| | | | ||||||
| * | | Add way of selecting tests in Standalone. | J08nY | 2024-05-20 | 1 | -2/+35 | |
| | | | ||||||
| * | | Fix applet selection that was broken in AID suffix change. | J08nY | 2024-05-16 | 1 | -1/+1 | |
| | | | ||||||
| * | | The signature test vectors are for SHA1 only, check this in standalone. | J08nY | 2024-05-14 | 1 | -0/+4 | |
| | | | ||||||
| * | | Fix Nettle issues. | J08nY | 2024-05-10 | 7 | -127/+293 | |
| | | | | | | | | | Fixes #23. | |||||
| * | | Merge pull request #26 from crocs-muni/feat/signal-handlers | Ján Jančár | 2024-05-07 | 24 | -180/+794 | |
| |\ \ | | | | | | | Handle signals and timeout | |||||
| | * | | Separatate C and Cpp signal handling. | J08nY | 2024-05-07 | 4 | -32/+32 | |
| | | | | ||||||
| | * | | Attempt to enable signal handling for Cpp, fail. | J08nY | 2024-05-07 | 6 | -63/+228 | |
| | | | | ||||||
| | * | | Add signal handling to gcrypt. | J08nY | 2024-05-07 | 1 | -12/+25 | |
| | | | | ||||||
| | * | | Add signal handling to ipp-cp. | J08nY | 2024-05-07 | 1 | -27/+43 | |
| | | | | ||||||
| | * | | Add signal handling to LibreSSL. | J08nY | 2024-05-07 | 1 | -12/+26 | |
| | | | | ||||||
| | * | | Add signal handling to mbedTLS. | J08nY | 2024-05-07 | 1 | -12/+22 | |
| | | | | ||||||
| | * | | Fix OpenSSL build with signals. | J08nY | 2024-05-07 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Add signal handling to Nettle. | J08nY | 2024-05-07 | 1 | -12/+24 | |
| | | | | ||||||
| | * | | Add signal handling to OpenSSL. | J08nY | 2024-05-07 | 1 | -12/+26 | |
| | | | | ||||||
| | * | | Add signal handling to tomcrypt. | J08nY | 2024-05-07 | 1 | -12/+25 | |
| | | | | ||||||
| | * | | Disable bad tests via comment instead of @Disable. | J08nY | 2024-05-07 | 1 | -0/+4 | |
| | | | | ||||||
| | * | | Disable signal handling in Crypto++. | J08nY | 2024-05-07 | 1 | -0/+4 | |
| | | | | ||||||
| | * | | Fix signal restoration in signal handling. | J08nY | 2024-05-07 | 2 | -4/+3 | |
| | | | | ||||||
| | * | | Add signal handling to Crypto++. | J08nY | 2024-05-07 | 3 | -41/+63 | |
| | | | | ||||||
| | * | | Output full library name in machine-readable test reports. | J08nY | 2024-05-06 | 4 | -3/+7 | |
| | | | | ||||||
| | * | | Add signal handling to BoringSSL. | J08nY | 2024-05-06 | 3 | -14/+30 | |
| | | | | ||||||
| | * | | Do not test with Java 22 yet (Gradle does not support it fully). | J08nY | 2024-05-06 | 1 | -2/+2 | |
| | | | | ||||||
| | * | | Add lib_signals to all shims. | J08nY | 2024-05-06 | 1 | -17/+17 | |
| | | | | ||||||
| | * | | Allow for timeouts in native code. | J08nY | 2024-05-06 | 4 | -20/+39 | |
| | | | | ||||||
| | * | | Add way of handling SIGSEGV and SIGABRT in native code. | J08nY | 2024-04-30 | 8 | -4/+293 | |
| |/ / | ||||||
| * | | Merge pull request #25 from crocs-muni/feat/xdh-eddsa | Ján Jančár | 2024-04-27 | 10 | -56/+137 | |
| |\ \ | | | | | | | Add XDH and EdDSA | |||||
