Ilulu Kobayashi chaosrebel
  • Joined on 2025-12-10
chaosrebel synced commits to refs/heads/main at chaosrebel/pico-keys-sdk from mirror 2026-07-17 02:54:47 +01:00
4390947b87 Support multi-sector flash files with 32-bit lengths and cache draining
e740b7be7d Fix esp32 build
5f3bfaf4a1 Rename file_metadata to file_static_entry to avoid confusion with EF_META.
c8e90824ae Expand dynamic file index to 2048 entries
Compare 4 commits »
chaosrebel synced commits to refs/heads/plugin at chaosrebel/pico-keys-sdk from mirror 2026-07-16 18:45:25 +01:00
8ee7be69f3 Add more api functions.
2776b39a49 Add more imports
Compare 2 commits »
chaosrebel synced commits to refs/heads/plugin at chaosrebel/pico-fido from mirror 2026-07-16 18:36:46 +01:00
8d46606ed6 Improve generalization of ABI.
9639e1d56c Moving pointer
36edf8d3fd Merge branch 'main' into plugin
636f593747 Add FORCE_BUTTON_WAIT option.
Compare 4 commits »
chaosrebel synced commits to refs/tags/nightly-master at chaosrebel/pico-hsm from mirror 2026-07-16 10:42:53 +01:00
7da850f91a New key objects use a self-identifying AEAD record. Keep accepting the legacy CFB layout so firmware upgrades do not invalidate deployed keys.
050f449b1b Reduce latency without unneeded mutex take and release.
a2e1e1082c Check no re-login in test not auth.
b46db209b2 Generate master seed requires user auth.
0ab33f47db Add general authentication reject test.
Compare 26 commits »
chaosrebel synced commits to refs/tags/nightly-development at chaosrebel/pico-hsm from mirror 2026-07-16 10:42:53 +01:00
7da850f91a New key objects use a self-identifying AEAD record. Keep accepting the legacy CFB layout so firmware upgrades do not invalidate deployed keys.
050f449b1b Reduce latency without unneeded mutex take and release.
a2e1e1082c Check no re-login in test not auth.
b46db209b2 Generate master seed requires user auth.
0ab33f47db Add general authentication reject test.
Compare 26 commits »
chaosrebel synced commits to refs/heads/master at chaosrebel/pico-hsm from mirror 2026-07-16 10:42:53 +01:00
a2fea57c8f Fix domain mutation before auth.
201a806d75 Add masked mkek.
Compare 2 commits »
chaosrebel synced commits to refs/heads/master at chaosrebel/pico-hsm from mirror 2026-07-16 02:32:57 +01:00
7da850f91a New key objects use a self-identifying AEAD record. Keep accepting the legacy CFB layout so firmware upgrades do not invalidate deployed keys.
050f449b1b Reduce latency without unneeded mutex take and release.
a2e1e1082c Check no re-login in test not auth.
b46db209b2 Generate master seed requires user auth.
0ab33f47db Add general authentication reject test.
Compare 26 commits »
chaosrebel synced commits to refs/heads/main at chaosrebel/pico-keys-sdk from mirror 2026-07-16 02:24:15 +01:00
31b4db939c Not necessary enter and leave since mutex stays held from the begining.
e4bad7453a RP2350 secure-boot key indices are restricted to slots 0..5 before OTP address/bit calculations.
9d7fb8bd61 Rejected empty/misaligned secure-message ciphertext and bounded secure-message response/MAC buffers
09c61abe2d Fixed extended-APDU length arithmetic, chained final-fragment overflow, and stale GET RESPONSE continuation handling
Compare 4 commits »
chaosrebel synced commits to refs/tags/nightly-master at chaosrebel/pico-hsm from mirror 2026-07-15 10:13:05 +01:00
5a8a27fa83 Refactor and delegate CVC handling to libcvc
5bf5ae3d1a Fix serial in CI builds.
28706875fe Add libtss to autobuild.
f4959f650a Add support for external device id for CI.
483496600f Use helpers to generate memory flash file for doing CI/CD.
Compare 7 commits »
chaosrebel synced commits to refs/tags/nightly-development at chaosrebel/pico-hsm from mirror 2026-07-15 10:13:05 +01:00
5a8a27fa83 Refactor and delegate CVC handling to libcvc
5bf5ae3d1a Fix serial in CI builds.
28706875fe Add libtss to autobuild.
f4959f650a Add support for external device id for CI.
483496600f Use helpers to generate memory flash file for doing CI/CD.
Compare 7 commits »
chaosrebel synced commits to refs/heads/master at chaosrebel/pico-hsm from mirror 2026-07-15 02:03:06 +01:00
5a8a27fa83 Refactor and delegate CVC handling to libcvc
5bf5ae3d1a Fix serial in CI builds.
Compare 2 commits »
chaosrebel synced commits to refs/heads/main at chaosrebel/pico-keys-sdk from mirror 2026-07-15 01:54:56 +01:00
5a56cebb22 Fix serial in CI builds.
chaosrebel synced commits to refs/heads/master at chaosrebel/pico-hsm from mirror 2026-07-14 17:54:00 +01:00
28706875fe Add libtss to autobuild.
f4959f650a Add support for external device id for CI.
483496600f Use helpers to generate memory flash file for doing CI/CD.
0b1594c5a7 Switch to bookworm test.
121d426439 Upgrade Pico Keys SDK.
Compare 5 commits »
chaosrebel synced commits to refs/heads/main at chaosrebel/pico-keys-sdk from mirror 2026-07-14 17:45:06 +01:00
38079c3fef Add support for external device id for CI.
1251b1e63a Merge remote-tracking branch 'origin/main'
a7991e0b5f Unpack lv_data and ec_curve_mbed_id.
Compare 3 commits »
chaosrebel synced commits to refs/tags/nightly-main at chaosrebel/pico-fido from mirror 2026-07-14 09:28:17 +01:00
e0c69de98c Add test for OTP
847ab03c6d Add thirdPartyPayment tests.
3acac02794 Add alwaysUv and complexityPolicy tests.
290196f7ee Add hmac-secret-mc tests.
2cc8adcab8 Add FIDO_2_3 test.
Compare 8 commits »
chaosrebel synced commits to refs/tags/nightly-development at chaosrebel/pico-fido from mirror 2026-07-14 09:28:17 +01:00
e0c69de98c Add test for OTP
847ab03c6d Add thirdPartyPayment tests.
3acac02794 Add alwaysUv and complexityPolicy tests.
290196f7ee Add hmac-secret-mc tests.
2cc8adcab8 Add FIDO_2_3 test.
Compare 8 commits »
chaosrebel synced commits to refs/heads/main at chaosrebel/pico-keys-sdk from mirror 2026-07-14 01:24:24 +01:00
b0c7faee9c Add board_millis for emulation.
chaosrebel synced commits to refs/heads/main at chaosrebel/pico-fido from mirror 2026-07-14 01:18:49 +01:00
e0c69de98c Add test for OTP
chaosrebel synced new reference refs/heads/preview_sign to chaosrebel/pico-fido from mirror 2026-07-14 01:18:49 +01:00
chaosrebel synced commits to refs/heads/preview_sign at chaosrebel/pico-fido from mirror 2026-07-14 01:18:49 +01:00