home.social

#opentitan — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #opentitan, aggregated by home.social.

fetched live
  1. 🚢 "OpenTitan Shipping" — a riveting saga about #Google finally deploying yet another open-source project that nobody asked for. Kudos to the team for turning "coming soon" into "finally arrived," only about 5 years later. 🕒🎉
    opensource.googleblog.com/2026 #OpenTitan #OpenSource #TechNews #ShippingSaga #FinallyArrived #HackerNews #ngated

  2. Chromebooks are about to get a lot more secure. Google has begun production of the first commercially available open-source security chip designed to provide transparency & trust in hardware security.

    #google #chromebook #opentitan #opensource #security
    androidpolice.com/google-opent

  3. FPGA-based CI is also run on every repository change request to the OpenTitan repository.

    It takes a lot of maintenance to keep the stack of FPGAs working.

    This is expensive hardware, the latest ones cost up to $10k for each board.

    #OSFC #OSFC2024 #OpenTitan

  4. James Wainwright is now presenting "Open source all the way down: developing firmware in parallel with open silicon".

    In the context of the OpenTitan open source root-of-trust project, the hardware, its tests and firmware are all developed in lockstep in a monorepo.

    #OSFC #OSFC2024 #OpenTitan

  5. Exciting milestone for the #OpenTitan project and for open-source silicon! We're proud to be able to work with lowRISC CIC and their partners to contribute to this project!
    eetimes.com/ushering-in-a-new-

  6. CW: research review

    P. Nasal and S. Mangard, "SCRAMBLE-CFI: Mitigating Fault-Induced Control-Flow Attacks on OpenTitan"¹

    Secure elements physically exposed to adversaries are frequently targeted by fault attacks. These attacks can be utilized to hijack the control-flow of software allowing the attacker to bypass security measures, extract sensitive data, or gain full code execution. In this paper, we systematically analyze the threat vector of fault-induced control-flow manipulations on the open-source OpenTitan secure element. Our thorough analysis reveals that current countermeasures of this chip either induce large area overheads or still cannot prevent the attacker from exploiting the identified threats. In this context, we introduce SCRAMBLE-CFI, an encryption-based control-flow integrity scheme utilizing existing hardware features of OpenTitan. SCRAMBLE-CFI confines, with minimal hardware overhead, the impact of fault-induced control-flow attacks by encrypting each function with a different encryption tweak at load-time. At runtime, code only can be successfully decrypted when the correct decryption tweak is active. We open-source our hardware changes and release our LLVM toolchain automatically protecting programs. Our analysis shows that SCRAMBLE-CFI complementarily enhances security guarantees of OpenTitan with a negligible hardware overhead of less than 3.97 % and a runtime overhead of 7.02 % for the Embench-IoT benchmarks.

    #ResearchPapers #arXiv #OpenTitan #FaultInducedControlFlowAttacks #AttackMitigation #IoT
    __
    ¹ arxiv.org/abs/2303.03711