aboutsummaryrefslogtreecommitdiff
path: root/standalone/src/main/resources (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Add check for a=-3 in tomcrypt.J08nY2024-05-201-0/+16
* Fix Nettle issues.J08nY2024-05-102-48/+139
* 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
* Fix mbedTLS curve loading.J08nY2024-03-281-11/+36
* Use vendored mbedTLS. Remove MatrixSSL.J08nY2024-03-285-597/+6
* Vendor mbedTLS.J08nY2024-03-281-3/+6
* Try to fix LibreSSL build.J08nY2024-03-281-1/+0
* Fix mbedTLS.J08nY2024-03-281-18/+23
* Fix LibreSSL build (they removed binary curves).J08nY2024-03-271-65/+4
* Add CLI export test.J08nY2024-03-271-40/+53
* Minor cleanups.J08nY2024-03-251-1/+1
* Fix applet building.J08nY2024-03-2523-0/+10821