commit | 2807f454179b593fd978449c7af7ddab0946328e | [log] [tgz] |
---|---|---|
author | Pirmin Vogel <vogelpi@lowrisc.org> | Wed Nov 16 01:47:56 2022 +0100 |
committer | Pirmin Vogel <vogelpi@lowrisc.org> | Thu Nov 17 09:02:32 2022 +0100 |
tree | e573f96331360fcffdec741b286fb166d2bc401b | |
parent | f76c18cba6b16896af1179f9859376bae1d368f0 [diff] |
Revert "[csrng] Temporarily hack-in disable handling" The reverted commit was originally introduced as part of lowRISC/OpenTitan#14410 to work around a temporary issue until lowRISC/OpenTitan#14534 got merged. It seems we forgot to remove that temporary workaround before merging the PR. The workaround is critical because it weakens a security countermeasure inside CSRNG: errors injected into the command stage FSMs are no longer fatal. By disabling and re-enabling the module these FSMs can be made to leave the "terminal" error state. For this reason, we need to remove this workaround. This reverts commit f4df12fa7e2bc1f4249ae21e94e258ad00aa9756. Signed-off-by: Pirmin Vogel <vogelpi@lowrisc.org>
OpenTitan is an open source silicon Root of Trust (RoT) project. OpenTitan will make the silicon RoT design and implementation more transparent, trustworthy, and secure for enterprises, platform providers, and chip manufacturers. OpenTitan is administered by lowRISC CIC as a collaborative project to produce high quality, open IP for instantiation as a full-featured product. See the OpenTitan site and OpenTitan docs for more information about the project.
This repository contains hardware, software and utilities written as part of the OpenTitan project. It is structured as monolithic repository, or “monorepo”, where all components live in one repository. It exists to enable collaboration across partners participating in the OpenTitan project.
The project contains comprehensive documentation of all IPs and tools. You can access it online at docs.opentitan.org.
Have a look at CONTRIBUTING and our documentation on project organization and processes for guidelines on how to contribute code to this repository.
Unless otherwise noted, everything in this repository is covered by the Apache License, Version 2.0 (see LICENSE for full text).