aboutsummaryrefslogtreecommitdiff
path: root/standalone/src/main (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Output full library name in machine-readable test reports.J08nY2024-05-064-3/+7
* Add signal handling to BoringSSL.J08nY2024-05-063-14/+30
* 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-308-4/+293
* Add EdDSA to standalone CLI.J08nY2024-04-271-28/+25
* Add XDH to standalone CLI.J08nY2024-04-271-43/+13
* Add XDH and EdDSA identsJ08nY2024-04-262-1/+23
* Sort lists of items in standalone CLI.J08nY2024-04-261-4/+4
* Add XDH and EdDSA keygen.J08nY2024-04-252-10/+57
* Run all test suites in CI.J08nY2024-03-315-45/+93
* Allow output splitting for standalone as well.J08nY2024-03-302-27/+58
* Add more suites to tests.J08nY2024-03-302-44/+73
* Catch Botan exceptions on decoding.J08nY2024-03-291-2/+15
* Give libraries a name in Java.J08nY2024-03-2918-25/+25
* Cleanups in provider classes.J08nY2024-03-2914-151/+245
* Add test-vector suite to tests.J08nY2024-03-284-10/+52
* Support native timing in Performance tests of native libraries.J08nY2024-03-282-14/+23
* 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-2813-703/+6
* Vendor mbedTLS.J08nY2024-03-282-4/+7
* 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-272-43/+60
* Fix wilfCrypt use in CI and tests.J08nY2024-03-271-0/+10
* Fix Java 8.J08nY2024-03-265-9/+9
* Minor cleanups.J08nY2024-03-2519-86/+80
* Add first standalone unit test.J08nY2024-03-251-0/+4
* Add CI.J08nY2024-03-251-2/+14
* Fix applet building.J08nY2024-03-2524-7/+8
* Basic Gradle setup.J08nY2024-03-2576-0/+17631