| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add pseudoprime-p curves. | J08nY | 2024-04-25 | 7 | -0/+48 |
| | | |||||
| * | Fix CI lib build. | J08nY | 2024-04-03 | 1 | -1/+1 |
| | | |||||
| * | Build individual libraries through Gradle | Jan Kvapil | 2024-04-02 | 1 | -3/+11 |
| | | |||||
| * | Disable composite suite. | J08nY | 2024-03-31 | 1 | -1/+3 |
| | | |||||
| * | Run all test suites in CI. | J08nY | 2024-03-31 | 8 | -56/+193 |
| | | |||||
| * | Add storing of test results. | J08nY | 2024-03-31 | 4 | -17/+64 |
| | | |||||
| * | Allow output splitting for standalone as well. | J08nY | 2024-03-30 | 4 | -45/+100 |
| | | |||||
| * | Add more suites to tests. | J08nY | 2024-03-30 | 4 | -58/+141 |
| | | |||||
| * | Catch Botan exceptions on decoding. | J08nY | 2024-03-29 | 1 | -2/+15 |
| | | |||||
| * | Give libraries a name in Java. | J08nY | 2024-03-29 | 18 | -25/+25 |
| | | |||||
| * | Cleanups in provider classes. | J08nY | 2024-03-29 | 15 | -154/+245 |
| | | |||||
| * | Cleanup docs. | J08nY | 2024-03-29 | 6 | -841/+12 |
| | | |||||
| * | Add test-vector suite to tests. | J08nY | 2024-03-28 | 7 | -10/+95 |
| | | |||||
| * | Support native timing in Performance tests of native libraries. | J08nY | 2024-03-28 | 2 | -14/+23 |
| | | |||||
| * | Merge pull request #22 from crocs-muni/fix/libressl-build | Ján Jančár | 2024-03-28 | 25 | -804/+177 |
| |\ | | | | | Try to fix LibreSSL build. | ||||
| | * | Fix CI syntax. | J08nY | 2024-03-28 | 1 | -2/+2 |
| | | | |||||
| | * | Make CI LD_LIBRARY_PATH wolfCrypt entry absolute. | J08nY | 2024-03-28 | 1 | -1/+1 |
| | | | |||||
| | * | Fix BouncyCastle reader version colission in reader module. | J08nY | 2024-03-28 | 3 | -3/+7 |
| | | | |||||
| | * | Point at build incldue paths for vendored libs. | J08nY | 2024-03-28 | 3 | -4/+4 |
| | | | |||||
| | * | Fix mbedTLS curve loading. | J08nY | 2024-03-28 | 2 | -13/+38 |
| | | | |||||
| | * | Correct listings of supported libraries. | J08nY | 2024-03-28 | 3 | -58/+96 |
| | | | |||||
| | * | Fix mbedtls build. | J08nY | 2024-03-28 | 1 | -1/+1 |
| | | | |||||
| | * | Fetch tags to make sure LibreSSL finds its version. | J08nY | 2024-03-28 | 1 | -0/+2 |
| | | | |||||
| | * | Use tagged version of LibreSSL. | J08nY | 2024-03-28 | 1 | -0/+0 |
| | | | |||||
| | * | Use vendored mbedTLS. Remove MatrixSSL. | J08nY | 2024-03-28 | 16 | -721/+9 |
| | | | |||||
| | * | Vendor mbedTLS. | J08nY | 2024-03-28 | 5 | -10/+27 |
| | | | |||||
| | * | Cache whole LibreSSL build. | J08nY | 2024-03-28 | 1 | -3/+3 |
| | | | |||||
| | * | Try to fix LibreSSL build. | J08nY | 2024-03-28 | 1 | -1/+0 |
| |/ | |||||
| * | Fix mbedTLS. | J08nY | 2024-03-28 | 3 | -28/+34 |
| | | |||||
| * | Add Java version to CI lib cache key (for wolfcrypt-JNI). | J08nY | 2024-03-27 | 1 | -2/+2 |
| | | |||||
| * | Add sad codecov badge to README. | J08nY | 2024-03-27 | 1 | -1/+1 |
| | | |||||
| * | Fix LibreSSL build (they removed binary curves). | J08nY | 2024-03-27 | 2 | -68/+7 |
| | | |||||
| * | Fix wolfCrypt tests. | J08nY | 2024-03-27 | 1 | -0/+7 |
| | | |||||
| * | Add performance test. Skip Nettle. | J08nY | 2024-03-27 | 1 | -0/+27 |
| | | |||||
| * | Merge pull request #21 from crocs-muni/feat/codecov | Ján Jančár | 2024-03-27 | 18 | -83/+514 |
| |\ | | | | | Add code coverage measurement. | ||||
| | * | Add CLI export test. | J08nY | 2024-03-27 | 5 | -47/+142 |
| | | | |||||
| | * | Fix reader build. | J08nY | 2024-03-27 | 1 | -1/+1 |
| | | | |||||
| | * | Fix mbedTLS lookup. | J08nY | 2024-03-27 | 5 | -9/+12 |
| | | | |||||
| | * | Add test setup to reader app. | J08nY | 2024-03-27 | 3 | -0/+24 |
| | | | |||||
| | * | Fix wilfCrypt use in CI and tests. | J08nY | 2024-03-27 | 8 | -13/+63 |
| | | | |||||
| | * | Fix build. | J08nY | 2024-03-27 | 3 | -1/+8 |
| | | | |||||
| | * | Add more tests. | J08nY | 2024-03-27 | 6 | -30/+265 |
| | | | |||||
| | * | Fix codecov. | J08nY | 2024-03-27 | 1 | -0/+3 |
| | | | |||||
| | * | Add code coverage measurement. | J08nY | 2024-03-27 | 2 | -1/+15 |
| |/ | |||||
| * | Fix Java 8. | J08nY | 2024-03-26 | 5 | -9/+9 |
| | | |||||
| * | Minor cleanups. | J08nY | 2024-03-25 | 19 | -86/+80 |
| | | |||||
| * | Merge pull request #20 from crocs-muni/feat/gradle | Ján Jančár | 2024-03-25 | 644 | -5723/+4298 |
| |\ | | | | | Move to gradle build | ||||
| | * | Cache library builds. | J08nY | 2024-03-25 | 1 | -1/+15 |
| | | | |||||
| | * | Add first standalone unit test. | J08nY | 2024-03-25 | 4 | -0/+29 |
| | | | |||||
| | * | Add CI. | J08nY | 2024-03-25 | 8 | -317/+106 |
| | | | |||||
