aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Fix gradle.J08nY2024-04-271-1/+1
| * | Java 15 unavailable in CI.J08nY2024-04-271-2/+2
| * | Add note about required Java versions.J08nY2024-04-274-5/+8
| * | Add EdDSA to standalone CLI.J08nY2024-04-271-28/+25
| * | Add XDH to standalone CLI.J08nY2024-04-272-49/+61
| * | 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-253-11/+58
* | | Merge pull request #24 from crocs-muni/feat/pseudoprime-pJán Jančár2024-04-2713-6/+119
|\ \ \ | |/ / |/| |
| * | Add some output to tests as they run.J08nY2024-04-256-6/+71
| * | Add pseudoprime-p curves.J08nY2024-04-257-0/+48
|/ /
* | Fix CI lib build.J08nY2024-04-031-1/+1
| * Merge branch 'master' into build-with-nixquapka2024-06-19660-7876/+5946
| |\ | |/ |/|
* | Build individual libraries through GradleJan Kvapil2024-04-021-3/+11
* | Disable composite suite.J08nY2024-03-311-1/+3
* | Run all test suites in CI.J08nY2024-03-318-56/+193
* | Add storing of test results.J08nY2024-03-314-17/+64
* | Allow output splitting for standalone as well.J08nY2024-03-304-45/+100
* | Add more suites to tests.J08nY2024-03-304-58/+141
* | 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
* | Cleanup docs.J08nY2024-03-296-841/+12
* | Add test-vector suite to tests.J08nY2024-03-287-10/+95
* | Support native timing in Performance tests of native libraries.J08nY2024-03-282-14/+23
* | Merge pull request #22 from crocs-muni/fix/libressl-buildJán Jančár2024-03-2825-804/+177
|\ \
| * | Fix CI syntax.J08nY2024-03-281-2/+2
| * | Make CI LD_LIBRARY_PATH wolfCrypt entry absolute.J08nY2024-03-281-1/+1
| * | Fix BouncyCastle reader version colission in reader module.J08nY2024-03-283-3/+7
| * | Point at build incldue paths for vendored libs.J08nY2024-03-283-4/+4
| * | Fix mbedTLS curve loading.J08nY2024-03-282-13/+38
| * | Correct listings of supported libraries.J08nY2024-03-283-58/+96
| * | Fix mbedtls build.J08nY2024-03-281-1/+1
| * | Fetch tags to make sure LibreSSL finds its version.J08nY2024-03-281-0/+2
| * | Use tagged version of LibreSSL.J08nY2024-03-281-0/+0
| * | Use vendored mbedTLS. Remove MatrixSSL.J08nY2024-03-2816-721/+9
| * | Vendor mbedTLS.J08nY2024-03-285-10/+27
| * | Cache whole LibreSSL build.J08nY2024-03-281-3/+3
| * | Try to fix LibreSSL build.J08nY2024-03-281-1/+0
|/ /
* | Fix mbedTLS.J08nY2024-03-283-28/+34
* | Add Java version to CI lib cache key (for wolfcrypt-JNI).J08nY2024-03-271-2/+2
* | Add sad codecov badge to README.J08nY2024-03-271-1/+1
* | Fix LibreSSL build (they removed binary curves).J08nY2024-03-272-68/+7
* | Fix wolfCrypt tests.J08nY2024-03-271-0/+7
* | Add performance test. Skip Nettle.J08nY2024-03-271-0/+27
* | Merge pull request #21 from crocs-muni/feat/codecovJán Jančár2024-03-2718-83/+514
|\ \
| * | Add CLI export test.J08nY2024-03-275-47/+142
| * | Fix reader build.J08nY2024-03-271-1/+1
| * | Fix mbedTLS lookup.J08nY2024-03-275-9/+12
| * | Add test setup to reader app.J08nY2024-03-273-0/+24