| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | 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 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 | |
| | |\ | ||||||
| | | * | 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 | |
| | | * | Fix applet building. | J08nY | 2024-03-25 | 495 | -631/+335 | |
| | | * | Basic Gradle setup. | J08nY | 2024-03-25 | 633 | -5009/+4048 | |
| | |/ | ||||||
| | * | Bump BouncyCastle. | J08nY | 2024-03-16 | 5 | -4/+4 | |
| | * | Do not try to recover signature nonces where we do not know how. | J08nY | 2024-03-16 | 4 | -9/+33 | |
| | * | Fix PLAIN and CVC ECDSA parsing. | J08nY | 2024-03-16 | 3 | -22/+12 | |
| | * | Fix DER decoding. | J08nY | 2024-03-16 | 1 | -5/+8 | |
| * | | Update Nix flake environment | quapka | 2024-06-19 | 1 | -1/+51 | |
| * | | Add build with Nix flakes | Jan Kvapil | 2024-03-26 | 2 | -0/+180 | |
| |/ | ||||||
| * | Bump Commons CLI version. | J08nY | 2023-03-03 | 8 | -4/+4 | |
| * | Fixes for Java 19. Fixes #17. | J08nY | 2023-01-30 | 3 | -23/+37 | |
| * | Bump BouncyCastle and fix resource loading. | J08nY | 2023-01-30 | 8 | -5/+24 | |
| * | Now works with Java 11! | J08nY | 2023-01-30 | 11 | -21/+40 | |
| * | Vendor ipp-crypto and bump its version. | J08nY | 2023-01-30 | 5 | -5/+20 | |
| * | Bump BoringSSL and LibreSSL versions. | J08nY | 2023-01-30 | 2 | -0/+0 | |
| * | Bump BoringSSL. | J08nY | 2022-08-19 | 1 | -0/+0 | |
| * | Bump LibreSSL to 3.5.3. | J08nY | 2022-08-19 | 1 | -0/+0 | |
| * | Add tabulate to requirements to fix MyBinder notebooks. | J08nY | 2022-08-19 | 1 | -1/+2 | |
| * | Test with default curve if possible. | davidhofman | 2021-12-09 | 8 | -30/+75 | |
| * | Add 2 scripts for testing libraries. Change suites to prevent error in some l... | davidhofman | 2021-10-08 | 9 | -21/+123 | |
