aboutsummaryrefslogtreecommitdiff
path: root/standalone/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-212-5/+5
* 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
* Error codes in OpenSSL shim.J08nY2024-06-151-2/+2
* Check return values in OpenSSL key loads.J08nY2024-06-141-3/+28
* More detailed signature format tests.J08nY2024-06-141-1/+1
* Add check for a=-3 in tomcrypt.J08nY2024-05-201-0/+16
* Add way of selecting tests in Standalone.J08nY2024-05-201-2/+35
* The signature test vectors are for SHA1 only, check this in standalone.J08nY2024-05-141-0/+4
* Fix Nettle issues.J08nY2024-05-106-127/+282
* Separatate C and Cpp signal handling.J08nY2024-05-074-32/+32
* Attempt to enable signal handling for Cpp, fail.J08nY2024-05-076-63/+228
* 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 bad tests via comment instead of @Disable.J08nY2024-05-071-0/+4
* Disable signal handling in Crypto++.J08nY2024-05-071-0/+4
* Fix signal restoration in signal handling.J08nY2024-05-072-4/+3
* Add signal handling to Crypto++.J08nY2024-05-073-41/+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
* Disable composite suite.J08nY2024-03-311-1/+3
* Run all test suites in CI.J08nY2024-03-316-52/+186
* Add storing of test results.J08nY2024-03-312-13/+39
* Allow output splitting for standalone as well.J08nY2024-03-302-27/+58
* Add more suites to tests.J08nY2024-03-303-57/+135
* 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-2915-154/+245
* Add test-vector suite to tests.J08nY2024-03-286-10/+92
* 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