Commit Graph

1262 Commits

Author SHA1 Message Date
Ilka Schulz bd9b1626aa remove RUSTSEC-2024-0370 from ignore list as libcrux is no longer used 2026-06-08 13:53:08 +02:00
Ilka Schulz 039c8ef341 cargo update 2026-06-08 13:53:02 +02:00
Ilka Schulz e0e9362046 also remove libcrux as it is no longer needed 2026-06-08 11:06:38 +02:00
Ilka Schulz be2b002fe4 remove libcrux-* (see PR for reasons) but leave libcrux and libcrux-test-utils in 2026-06-08 10:58:13 +02:00
Ilka Schulz 39479aba65 cargo: update rand to 0.10.1 (required by security advisory) and fix regressions (#783) 2026-06-08 06:14:26 +02:00
Ilka Schulz 82a407ec61 fix a regression from upgrading rustix 2026-06-07 16:15:01 +02:00
Ilka Schulz e0b0cbfea1 fix another regression from upgrading rand which was hidden behind a feature flag 2026-06-07 16:00:56 +02:00
Ilka Schulz 1a3beed2f7 nix fmt 2026-06-07 15:54:04 +02:00
Ilka Schulz 475d69333d upgrade netlink dependency 2026-06-07 15:52:13 +02:00
Ilka Schulz ebdf7ddfe6 fix regression from upgrading rustix 2026-06-07 15:51:48 +02:00
Ilka Schulz 583a205961 workaround: install cargo-fuzz without --locked (see #792) 2026-06-07 14:50:25 +02:00
Ilka Schulz f0a4526426 upgrade thiserror and genetlink 2026-06-07 14:50:15 +02:00
Ilka Schulz 8d2b23d73e cargo update --workspace tempfile 2026-06-07 14:01:44 +02:00
Ilka Schulz 78664898fd upgrade rustix (old version not compatible with Rust edition2024 anymore, ) 2026-06-07 13:56:33 +02:00
Ilka Schulz c658c7258b crate ctrl-async has been renamed to ctrlc 2026-06-07 13:52:21 +02:00
Ilka Schulz d71bce4e93 WIP 2026-06-07 13:39:12 +02:00
Ilka Schulz a3e9268698 remove unused import 2026-06-07 12:52:45 +02:00
Ilka Schulz 99b769ee32 fix regression from upgrading rand dependency: RngCore is renamed to Rng (https://rust-random.github.io/book/update-0.10.html) 2026-06-07 12:52:09 +02:00
Ilka Schulz e733a5575e upgrade oqs-sys from 0.9.1 to 0.11.0 2026-06-07 12:37:35 +02:00
Ilka Schulz 4498c6165c fix regression from upgrading rand dependency: further occurences of thread_rng are renamed to rng (https://rust-random.github.io/book/update-0.9.html) 2026-06-07 12:19:18 +02:00
Ilka Schulz 4b4f1edcf8 CI: fix bug: only install cargo-fuzz if not already installed in cache 2026-06-07 12:07:41 +02:00
Ilka Schulz ef8382672d increase minimum supported Rust version from 1.77.0 to 1.85.0 (required for edition2024 required by crate rand) 2026-06-07 11:54:41 +02:00
Ilka Schulz d54646a248 nix fmt 2026-06-07 11:35:01 +02:00
Ilka Schulz 400e24c64c fix minor typo 2026-06-07 11:31:34 +02:00
Ilka Schulz c842fa8fdc fix warnings: remove no longer needed imports 2026-06-07 11:31:14 +02:00
Ilka Schulz b1c8067fce fix regression from upgrading rand dependency: thread_rng is renamed to rng (https://rust-random.github.io/book/update-0.9.html) 2026-06-07 11:25:08 +02:00
Ilka Schulz 4443a1a332 fix regressions from updating dependency rand:
trait `Fill` has changed:
https://docs.rs/rand/0.8.5/rand/trait.Fill.html
https://docs.rs/rand/0.10.1/rand/trait.Fill.html

It now randomizes `[Self]` (a slice) instead of `Self`.

Also removed dead trait impementation of `Fill` which was never used.
2026-06-07 11:11:33 +02:00
Ilka Schulz eec3ee6308 cargo: update rand to 0.10.1 (required by security advisory) 2026-06-07 10:29:09 +02:00
Ilka Schulz d510106a53 CI: remove ubuntu-2404 specifications for runners and just use defalt ubicloud OS (currently Ubuntu 24.04) (#782) 2026-06-07 10:26:32 +02:00
Ilka Schulz 1fd3aa32b1 CI: remove ubuntu-2404 specifications for runners and just use default ubicloud OS (currently Ubuntu 24.04) 2026-06-07 10:07:19 +02:00
Ilka Schulz 9cc7c2b4fd CI: Move GitHub workflows to ubicloud (#781) 2026-06-07 10:04:55 +02:00
Ilka Schulz c02b965f71 CI: increase compute resources for ARM build 2026-06-07 10:00:17 +02:00
Ilka Schulz 0141a8b9d3 CI: use ubicloud instead of GitHub's own runners 2026-06-07 10:00:03 +02:00
Ilka Schulz 0f80f7452d CI: minor reformat of runs-on attribute in GH Workflows for bette readability 2026-06-07 09:54:34 +02:00
Ilka Schulz 5b591a9daf CI: rework cargo audit (#778) 2026-06-07 09:53:35 +02:00
Ilka Schulz 9f21326dfb remove old cargo-deny job (bad trigger conditions) 2026-06-07 09:23:55 +02:00
Ilka Schulz 94f29addf6 nix fmt 2026-06-07 09:23:55 +02:00
Ilka Schulz e7b2296145 add cargo-deny to nix dev-shell (fullEnv) 2026-06-07 09:23:55 +02:00
Ilka Schulz 6ca850b18d CI: rework cargo audit (use maintained workflow, use cargo-deny instead of cargo-audit) 2026-06-07 09:23:55 +02:00
Ilka Schulz 86e7b50a83 Fix rosenpass tool link in readme.md (#777) 2026-06-07 09:22:45 +02:00
Kat Fox d87e83182e chore: Fix rosenpass tool link in readme.md 2026-06-07 09:21:28 +02:00
Ilka Schulz c9fd0b041f merge PR #771: CI: update host OS 2026-06-06 13:31:35 +02:00
Ilka Schulz ce3c9f5914 CI: use Ubuntu 24.04 as CI host, because 26.04 is not availalbe yet on ubicloud 2026-06-06 13:12:58 +02:00
Ilka Schulz a84a9cc837 CI: use Ubuntu 26.04 instead of 22.04 as CI host 2026-06-06 12:57:52 +02:00
Ilka Schulz 505272c2d4 nix flake update (PR #761) 2026-06-06 12:56:45 +02:00
Ilka Schulz 13e4f94812 CI: nix flake check runs concurrent again instead (finished with debugging) 2026-06-06 11:41:52 +02:00
Ilka Schulz 8f2c30e900 CI: use bigger VM for benchmark tests 2026-06-06 11:39:41 +02:00
Ilka Schulz 9ff260464e CI: increase compute resources for code coverage test 2026-06-06 11:31:25 +02:00
Ilka Schulz 17873a085a fix error: nix integration tests: add more robust check to wait for network-online.status 2026-06-06 11:29:02 +02:00
Ilka Schulz de5c13a0f1 fix: define %{_bindir} for rpmbuild, because Nix would otherwise overwrite it 2026-06-05 18:49:28 +02:00