aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Be consistent in nix build callsquapka2025-06-211-7/+7
| | | | | | | | | | | | | | | | | | | | | I've prefix the build path with a dot (`'.?submodules=1'` instead of `'?submodules=1'`). With an older Nix, the dot was needed. Also, the whole submodules part might not be necessary anymore, but I need it on my local machines and thus prefer to keep it for now.
| * | Simplify build functionsquapka2025-06-211-10/+6
| | |
| * | Autoformat with Neoformatquapka2025-06-211-49/+63
| | |
| * | Show how to preserve Nix build results locallyquapka2025-06-211-3/+3
| | |
| * | Build also all applets as part of the matrix strategyquapka2025-06-212-22/+2
| | |
| * | Add building applets via Nix to CIquapka2025-06-211-0/+50
| | |
| * | Run, not build the reader as part of CIquapka2025-06-211-1/+1
| | |
| * | Add building reader via Nix to CIquapka2025-06-211-0/+29
| | |
| * | Wrap building applet, reader and common with Nixquapka2025-06-202-0/+91
|/ /
* | Merge pull request #37 from crocs-muni/cleanup/remove-jinja2-deadcodeJán Jančár2025-06-121-139/+10
|\ \ | |/ |/| nix: remove Jinja2 deadcode and unused imports from fetch_releases.py
| * nix: remove Jinja2 deadcode and unused imports from fetch_releases.pyJán Jančár2025-06-121-139/+10
|/
* Ignore nix outputs.J08nY2025-04-161-0/+5
|
* Move util to analysis directory.J08nY2025-04-167-41/+12
|
* Cherry-pick the manually evaluated versionquapka2025-04-111-1/+5
|
* Autoformatquapka2025-04-071-86/+208
|
* Fix example command invocationquapka2025-04-071-1/+1
|
* Fix maven repo for javacard.pro.J08nY2025-03-251-2/+2
|
* Build on push to any branch.J08nY2025-03-252-6/+3
|
* Default to both keybuilders in reader.J08nY2025-03-121-2/+15
|
* Fix multiple runs in standalone.J08nY2025-03-014-12/+93
|
* Fix test object overwriting in multiple repeats.J08nY2025-02-2711-16/+32
|
* Add number and shuffle params to standalone.J08nY2025-02-278-103/+108
|
* Add more signature tests for completeness.J08nY2025-02-271-6/+46
|
* Add test-shuffle and document.J08nY2025-02-269-13/+38
|
* Fix List.addFirstJán Jančár2025-02-251-2/+2
|
* Add repeated card tests.J08nY2025-02-257-17/+63
|
* Fix mbedtls hash issue (for now).J08nY2025-02-242-5/+11
|
* Bump library versions in nix.J08nY2025-02-244-15/+103
|
* Add newer IPP-CP versions.J08nY2025-02-242-3/+17
|
* Add architeccture overview image to docs.J08nY2025-02-242-0/+391
|
* Remove IPPCP from tests.J08nY2025-01-312-0/+18
|
* Compile nasm ourselves in CI.J08nY2025-01-301-1/+8
|
* Bump to ubuntu 24.04 in CI.J08nY2025-01-301-3/+3
|
* Fix point length check.J08nY2025-01-304-1/+103
|
* Bump ipp-crypto, hope to fix CI.J08nY2025-01-301-0/+0
|
* Add exception to the set command that checks the generator and pubkey size.J08nY2025-01-302-3/+28
|
* Fix padding of points and public keys sent to cards, add a test.J08nY2025-01-307-5/+124
|
* Add mmore result value types to distinguish tests that do not matter.J08nY2024-12-033-13/+21
|
* Add composite order cofactor points from @vojtechsu.J08nY2024-12-032-37/+433
|
* Remove forgotten print.J08nY2024-08-191-2/+0
|
* Unify shim nix files and add versions to them.J08nY2024-08-1911-33/+63
|
* Allow for no-preload option and correctly handle PRNG support.J08nY2024-08-1910-27/+53
|
* Handle misplaced options better in the standalone CLI.J08nY2024-08-193-31/+38
|
* Measure and log duration of individual tests in output.J08nY2024-08-195-4/+35
|
* Use proper library name in test_all.J08nY2024-08-181-1/+23
|
* Shut up nix in test_all.J08nY2024-08-181-1/+1
|
* Only test if build worked in test_all.J08nY2024-08-181-4/+4
|
* Fix txt not choosing the correct output type in standalone.J08nY2024-08-182-2/+3
|
* Fix typo.J08nY2024-08-181-3/+3
|
* Split off results in test_all script.J08nY2024-08-181-4/+13
|