Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

timothytrippel

timothytrippel created a review comment on a pull request on lowRISC/opentitan-provisioning
I presume in a follow up you will load the Root CA, DICE ICA, and SKU-specific CA keys for this sku too?

View on GitHub

timothytrippel created a review on a pull request on lowRISC/opentitan-provisioning

View on GitHub

timothytrippel pushed 1 commit to earlgrey_1.0.0 lowRISC/opentitan
  • sphincsplus: accept PUB key as PEM encoded ASN.1 objects Some HSMs distribute SPX pub keys as PEM encoded ANS.1 obje... b7af479

View on GitHub

timothytrippel closed a pull request on lowRISC/opentitan
sphincsplus: accept PUB key as PEM encoded ASN.1 objects
Some HSMs distribute SPX pub keys as PEM encoded ANS.1 objects. The approach so far has been to manually extract the 32 byte key material from the object. This patch adds parsing code for processin...
timothytrippel deleted a branch lowRISC/opentitan

backport-25958-to-earlgrey_1.0.0

timothytrippel pushed 3 commits to earlgrey_1.0.0 lowRISC/opentitan
  • [ujson] fix the potential signed integer overflow Using a signed integer (int64_t) to store the parsed integer value... 7e60de4
  • [perso_tlv] add buffer size check in perso_tlv_data This adds buffer size checks in `perso_tlv_data.c` to prevent po... a522355
  • [dice] remove unused cert_size output parameter in dice_cert_check_valid This removes the unused `cert_size` output ... ee9044b

View on GitHub

timothytrippel closed a pull request on lowRISC/opentitan
Cherry-pick to earlgrey_1.0.0: [ujson,perso_tlv,dice] Fix potential signed integer flow, and add buffer checks
This is an automatic cherry-pick of #25958 to branch `earlgrey_1.0.0`.
timothytrippel created a review on a pull request on lowRISC/opentitan

View on GitHub

timothytrippel created a review on a pull request on lowRISC/opentitan
Could you cherry-pick this to `earlgrey_1.0.0` too when you get a chance?

View on GitHub

timothytrippel created a review comment on a pull request on lowRISC/opentitan
where is min-int-size?

View on GitHub

timothytrippel created a review on a pull request on lowRISC/opentitan

View on GitHub

timothytrippel created a comment on a pull request on lowRISC/opentitan
Thanks @sasdf ! Overall, I like the direction of this PR, but there are some drawbacks that must be addressed. # Size Hints First the additional size hints and ranges are confusing and make it ...

View on GitHub

timothytrippel created a comment on a pull request on lowRISC/opentitan
Hmm, not that the change will be particularly useful in the master branch at the moment, but these configs are already part of the public API exposed via the CLI. They are just not accessible to co...

View on GitHub

timothytrippel created a comment on a pull request on lowRISC/opentitan
@pamaury I think the old asn1 lib may still be useful for compliance / testing. Wdyt?

View on GitHub

timothytrippel opened a pull request on lowRISC/opentitan
[opentitanlib] expose backend configs to enable downstream use
We are developing a downstream provisioning test flow harness in the `lowRISC/opentitan-provisioning` repo that makes use of opentitanlib. We need to expose backend function structs to enable progr...
timothytrippel created a branch on timothytrippel/opentitan

enable-otlib-c++-wrapper - OpenTitan: Open source silicon root of trust

timothytrippel deleted a branch timothytrippel/opentitan-provisioning

update-ot-dep

timothytrippel pushed 1 commit to main lowRISC/opentitan-provisioning
  • [bazel] update lowrisc_opentitan repo dep Several python dependencies were updated in the `lowrisc_opentitan` bazel ... 821848a

View on GitHub

timothytrippel closed a pull request on lowRISC/opentitan-provisioning
[bazel] update lowrisc_opentitan repo dep
Several python dependencies were updated in the `lowrisc_opentitan` bazel repo recently lowRISC/opentitan:#26090,#26091,#26092. This updates this repo to pull in these change which impact the abili...
timothytrippel pushed 3 commits to update-ot-dep timothytrippel/opentitan-provisioning
  • [spm] Implement EndorseCerts The `EndorseCerts` RPC takes a list of certificate bundles, each containing a signing k... 6f3b4e4
  • [github] Upgrade upload-artifacts to v4. actions/upload-artifact@v4 is deprecated as of January of 2025. Signed-off... e5ec90b
  • [bazel] update lowrisc_opentitan repo dep Several python dependencies were updated in the `lowrisc_opentitan` bazel ... a3bc7ea

View on GitHub

timothytrippel pushed 2 commits to main timothytrippel/opentitan-provisioning
  • [spm] Implement EndorseCerts The `EndorseCerts` RPC takes a list of certificate bundles, each containing a signing k... 6f3b4e4
  • [github] Upgrade upload-artifacts to v4. actions/upload-artifact@v4 is deprecated as of January of 2025. Signed-off... e5ec90b

View on GitHub

timothytrippel pushed 2 commits to main lowRISC/opentitan-provisioning
  • [spm] Implement EndorseCerts The `EndorseCerts` RPC takes a list of certificate bundles, each containing a signing k... 6f3b4e4
  • [github] Upgrade upload-artifacts to v4. actions/upload-artifact@v4 is deprecated as of January of 2025. Signed-off... e5ec90b

View on GitHub

timothytrippel closed a pull request on lowRISC/opentitan-provisioning
[spm] Implement EndorseCerts
The `EndorseCerts` RPC takes a list of certificate bundles, each containing a signing key and a list of TBS certificates to sign. The SPM hashes the TBS based on the signing key configuration, ca...
timothytrippel created a review on a pull request on lowRISC/opentitan

View on GitHub

timothytrippel opened a pull request on lowRISC/opentitan-provisioning
[bazel] update lowrisc_opentitan repo dep
Several python dependencies were updated in the `lowrisc_opentitan` bazel repo recently lowRISC/opentitan:#26090,#26091,#26092. This updates this repo to pull in these change which impact the abili...
timothytrippel created a branch on timothytrippel/opentitan-provisioning

update-ot-dep - Reference OpenTitan Provisioning Infrastructure

timothytrippel pushed 1 commit to main timothytrippel/opentitan-provisioning
  • [bazel] rev opentitan bazel dep version Additionally, add support for PROVISIONING_EXTS external repo. Signed-off-b... 7bc3e71

View on GitHub

timothytrippel deleted a branch lowRISC/opentitan

backport-21773-to-master

timothytrippel closed a pull request on lowRISC/opentitan
Cherry-pick to master: [silicon] Add proda sku
This is an automatic cherry-pick of #21773 to branch `master`.
timothytrippel pushed 36 commits to master timothytrippel/opentitan
  • [hw,pinmux,lint] Read unused mio_mux signals to avoid lint errors For pinmux configurations with NMioPads + 2 < NDio... b300450
  • [pinmux] Correct computation of WKUP_DETECTOR_PADSEL width The `dio_in_i` signal going into the wakeup detector mult... 70c7391
  • [top,darjeeling] Fix typo in xbar_main.hjson This was found while tightening topgen validation. Signed-off-by: Guil... baf3c34
  • [pwm] Fix flakeness on smoketest Make the host to wait for the ottf to print the "running" message before start the ... 175e0a6
  • [hw,sram_ctrl,rtl,racl] Enable RACL for sram_ctrl (for its regs interface) Signed-off-by: David Schrammel <davidschr... 99bfb21
  • [sram_ctrl] Reformatting of source. No functional changes. Signed-off-by: David Schrammel <[email protected]> db5e1e7
  • [hw,gpio,rtl] Add support for RACL Signed-off-by: Robert Schilling <[email protected]> bc1c4c7
  • [dd, aon_timer cov_closure] CCOV exclusion file for aon_timer All the exclusions in this file are unreachable In add... abeb276
  • [aon_timer,rtl,lint] Add an unused_ signal to avoid a lint error This was suggested by @vogelpi in the discussion of... 1343c8c
  • [hw,racl_ctrl,doc] Uniquify hjson path when calling regtool Signed-off-by: Robert Schilling <[email protected]> 318a12a
  • [racl] Fix RACL parameter names and update template note. Signed-off-by: David Schrammel <[email protected]> 5b2d0eb
  • [hw,spi_device,rtl,racl] Enable RACL for spi_device Signed-off-by: David Schrammel <[email protected]> 282dd8d
  • [dd, prim] Simplyfing condition to ease coverage closure The acknoledgement can't be set unless the request is set. ... b63a8de
  • [rom_ext, sival] Temporarily disable SPX signing of ROM_EXT See #26060 for the rationale and plan for re-enabling SP... ed4f6fa
  • [signing] Support SPX signing with `hsmtool` 1. Enhance the signing rules to use the spx signing commands added to ... 5cf33af
  • [sphincsplus] Use NIST standard algorithm names 1. Use the formal NIST names for SPHINCS+ algorithms when saving or ... d245293
  • [hw,racl_ctrl,rtl] Fix syntax errors and add Bazel files Signed-off-by: Robert Schilling <[email protected]> 6ee6db2
  • [hw,racl_pkg,rtl] Correct param type for role definition Signed-off-by: Robert Schilling <[email protected]> 4d2095f
  • [toplevel,templates] Add if name to window param and sync Signed-off-by: Robert Schilling <[email protected]> 1556bbe
  • [darjeeling,racl] Instantiate RACL with an initial config Signed-off-by: Robert Schilling <[email protected]> 667e8b7
  • and 16 more ...

View on GitHub

Load more