aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | 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
* | Build shared libs for BoringSSLquapka2024-07-221-5/+39
* | Set default for phasequapka2024-07-221-1/+1
* | Build LibreSSL alongside OpenSSLquapka2024-07-182-4/+4
* | Build LibreSSLShim as a separate derivationquapka2024-07-181-4/+2
* | Don't build LibreSSL from submodulequapka2024-07-183-51/+192
* | Allow running different versions of OpenSSLquapka2024-06-213-18/+902
* | Merge branch 'master' into build-with-nixquapka2024-06-2171-571/+1966
|\|
| * 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-214-5/+16
| * 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
| * More signature tests.J08nY2024-06-151-4/+44
| * Error codes in OpenSSL shim.J08nY2024-06-151-2/+2
| * Cleaner output of compound tests.J08nY2024-06-151-3/+15
| * Check return values in OpenSSL key loads.J08nY2024-06-141-3/+28
| * Fix points on composite order curves.J08nY2024-06-143-3/+3
| * Only output "Running logs" when in console.J08nY2024-06-141-7/+7
| * More detailed signature format tests.J08nY2024-06-144-35/+170
| * Allow malformed sigs in nonce recovery.J08nY2024-06-141-5/+12
| * Add check for a=-3 in tomcrypt.J08nY2024-05-201-0/+16
| * Fix bad param value in standalone wrong test suite.J08nY2024-05-201-1/+1
| * Add way of selecting tests in Standalone.J08nY2024-05-201-2/+35
| * Fix applet selection that was broken in AID suffix change.J08nY2024-05-161-1/+1
| * The signature test vectors are for SHA1 only, check this in standalone.J08nY2024-05-141-0/+4
| * Fix Nettle issues.J08nY2024-05-107-127/+293
| * Merge pull request #26 from crocs-muni/feat/signal-handlersJán Jančár2024-05-0724-180/+794
| |\
| | * Separatate C and Cpp signal handling.J08nY2024-05-074-32/+32