aboutsummaryrefslogtreecommitdiff
path: root/standalone/src/main/resources
Commit message (Collapse)AuthorAgeFilesLines
* 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-291-2/+3
|
* Link TomCrypt statically and build the shim with Nixquapka2024-07-251-1/+1
|
* 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-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
|
* Clear deprecated build targetsquapka2024-07-231-15/+0
|
* Build IPP Crypto from packagequapka2024-07-231-6/+3
|
* Link BoringSSL staticallyquapka2024-07-221-1/+1
| | | | | | 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
|
* Build LibreSSL alongside OpenSSLquapka2024-07-181-2/+2
|
* Don't build LibreSSL from submodulequapka2024-07-181-6/+5
|
* Fix libgcrypt issues.J08nY2024-06-191-22/+8
|
* Fix libgcrypt with secp256k1.J08nY2024-06-191-2/+9
|
* 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
|
* Check return values in OpenSSL key loads.J08nY2024-06-141-3/+28
| | | | Fixes #28.
* Add check for a=-3 in tomcrypt.J08nY2024-05-201-0/+16
|
* Fix Nettle issues.J08nY2024-05-102-48/+139
| | | | Fixes #23.
* Separatate C and Cpp signal handling.J08nY2024-05-074-32/+32
|
* Attempt to enable signal handling for Cpp, fail.J08nY2024-05-075-61/+224
|
* Add signal handling to gcrypt.J08nY2024-05-071-12/+25
|
* Add signal handling to ipp-cp.J08nY2024-05-071-27/+43
|
* Add signal handling to LibreSSL.J08nY2024-05-071-12/+26
|
* Add signal handling to mbedTLS.J08nY2024-05-071-12/+22
|
* Fix OpenSSL build with signals.J08nY2024-05-071-1/+1
|
* Add signal handling to Nettle.J08nY2024-05-071-12/+24
|
* Add signal handling to OpenSSL.J08nY2024-05-071-12/+26
|
* Add signal handling to tomcrypt.J08nY2024-05-071-12/+25
|
* Disable signal handling in Crypto++.J08nY2024-05-071-0/+4
|
* Fix signal restoration in signal handling.J08nY2024-05-071-3/+3
|
* Add signal handling to Crypto++.J08nY2024-05-072-33/+63
|
* Add signal handling to BoringSSL.J08nY2024-05-062-13/+29
|
* Add lib_signals to all shims.J08nY2024-05-061-17/+17
|
* Allow for timeouts in native code.J08nY2024-05-064-20/+39
|
* Add way of handling SIGSEGV and SIGABRT in native code.J08nY2024-04-304-3/+169
|
* Run all test suites in CI.J08nY2024-03-312-42/+90
|
* Add more suites to tests.J08nY2024-03-301-40/+61
|
* Catch Botan exceptions on decoding.J08nY2024-03-291-2/+15
|
* Give libraries a name in Java.J08nY2024-03-291-4/+1
|
* Cleanups in provider classes.J08nY2024-03-2913-145/+238
|
* Add test-vector suite to tests.J08nY2024-03-284-10/+52
|
* Point at build incldue paths for vendored libs.J08nY2024-03-281-2/+2
|