aboutsummaryrefslogtreecommitdiff
path: root/standalone/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
...
* | Remove unnecessary dependency since MbedTLS package is now usedquapka2024-07-221-1/+1
| |
* | Don't build LibreSSL from submodulequapka2024-07-181-1/+1
|/
* 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-195-32/+98
|
* Reformat.J08nY2024-06-199-62/+62
|
* More detailed signature format tests.J08nY2024-06-141-1/+1
|
* 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-103-64/+143
| | | | Fixes #23.
* Attempt to enable signal handling for Cpp, fail.J08nY2024-05-071-2/+4
|
* Output full library name in machine-readable test reports.J08nY2024-05-064-3/+7
|
* Add signal handling to BoringSSL.J08nY2024-05-061-1/+1
|
* Add way of handling SIGSEGV and SIGABRT in native code.J08nY2024-04-304-1/+124
|
* 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-313-3/+3
|
* Allow output splitting for standalone as well.J08nY2024-03-302-27/+58
|
* Add more suites to tests.J08nY2024-03-301-4/+12
|
* Give libraries a name in Java.J08nY2024-03-2917-21/+24
|
* Cleanups in provider classes.J08nY2024-03-291-6/+7
|
* Support native timing in Performance tests of native libraries.J08nY2024-03-282-14/+23
|
* Use vendored mbedTLS. Remove MatrixSSL.J08nY2024-03-288-106/+0
|
* Vendor mbedTLS.J08nY2024-03-281-1/+1
|
* Add CLI export test.J08nY2024-03-271-3/+7
|
* Fix wilfCrypt use in CI and tests.J08nY2024-03-271-0/+10
|
* Fix Java 8.J08nY2024-03-265-9/+9
|
* Minor cleanups.J08nY2024-03-2518-85/+79
|
* Add first standalone unit test.J08nY2024-03-251-0/+4
|
* Add CI.J08nY2024-03-251-2/+14
|
* Fix applet building.J08nY2024-03-2524-10821/+1
|
* Basic Gradle setup.J08nY2024-03-2576-0/+17631