<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: HABv4 key management in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/HABv4-key-management/m-p/2253246#M242572</link>
    <description>Hi, unfortunately I'm not sure I understand your reply.&lt;BR /&gt;&lt;BR /&gt;1) Is it possible for someone to sign software just with an IMG key, or do they need to have the SRK?&lt;BR /&gt;2) Why would someone need more than one IMG key?&lt;BR /&gt;&lt;BR /&gt;Thank you</description>
    <pubDate>Tue, 02 Dec 2025 13:57:14 GMT</pubDate>
    <dc:creator>mssp</dc:creator>
    <dc:date>2025-12-02T13:57:14Z</dc:date>
    <item>
      <title>HABv4 key management</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HABv4-key-management/m-p/2252175#M242529</link>
      <description>&lt;P&gt;Hello everyone&lt;/P&gt;&lt;P&gt;How would you recommend managing the keys in a situation where a third party needs the capability to independently sign software releases?&amp;nbsp;&lt;/P&gt;&lt;P&gt;i.e. We need to give a key to someone to be able to sign, should we give them an SRK? Or just an "IMG" key? Can they even sign with just the IMG key?&lt;/P&gt;&lt;P&gt;As far as I understand we can only revoke SRKs and not individual IMG keys. Which means that if both us and the external partner use the same SRK, we will not be able to revoke theirs?&lt;/P&gt;&lt;P&gt;I have not been able to find any information in the documentation about having multiple IMG keys, or key management&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 01 Dec 2025 09:59:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HABv4-key-management/m-p/2252175#M242529</guid>
      <dc:creator>mssp</dc:creator>
      <dc:date>2025-12-01T09:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: HABv4 key management</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HABv4-key-management/m-p/2252355#M242536</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt; I'll address your question about managing keys when a third party needs to sign software releases independently.&lt;BR /&gt;&lt;BR /&gt;In HABv4, only SRK (Super Root Key) keys can be revoked, not individual IMG (image) keys. The system is designed with a strict hierarchical trust model.&lt;BR /&gt;&lt;BR /&gt;When working with third parties for signing:&lt;BR /&gt;&lt;BR /&gt;1. SRK keys are the root of trust and are generally managed by the device owner. These keys should be carefully protected as they represent the foundation of your security model.&lt;BR /&gt;&lt;BR /&gt;2. If you give a third party an SRK key, they would have complete signing authority at the root level. This is generally not recommended as it grants them extensive privileges.&lt;BR /&gt;&lt;BR /&gt;3. You can provide a third party with an IMG key that's under your SRK. This allows them to sign images while you maintain control of the root key.&lt;BR /&gt;&lt;BR /&gt;4. The third party cannot independently sign with just an IMG key - they need the complete certificate chain that traces back to an SRK in your device's fuses.&lt;BR /&gt;&lt;BR /&gt;5. For key isolation, it's recommended to use different SRKs for different signing entities. For example, you could use SRK1 for your internal builds and SRK2 for the external partner.&lt;BR /&gt;&lt;BR /&gt;6. You are correct that only SRKs can be revoked (not individual IMG keys), and this is done at the fuse level in HABv4. If both you and your partner use the same SRK, you cannot selectively revoke their signing ability without also revoking your own.&lt;BR /&gt;&lt;BR /&gt;The recommended approach is to assign different SRKs to different signing entities so that if revocation becomes necessary, you can revoke their SRK without affecting your own signing capabilities.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Dec 2025 14:34:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HABv4-key-management/m-p/2252355#M242536</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2025-12-01T14:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: HABv4 key management</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HABv4-key-management/m-p/2252928#M242554</link>
      <description>&lt;P&gt;Hello, thank you for the detailed reply.&lt;/P&gt;&lt;P&gt;In point 3 you mention&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;[] an IMG key ...&amp;nbsp;allows them to sign images&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;but on point 4&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;The third party cannot independently sign with just an IMG key&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I am confused to whether someone can sign images with an IMG key from our chain, or if the whole SRK is necessary. Which one is it?&lt;/P&gt;&lt;P&gt;If sharing the whole SRK is necessary and an IMG key is not enough, what is the usecase of being able to generate multiple IMG keys (if I understand correctly from the documentation, that seems to be possible)?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 02 Dec 2025 08:07:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HABv4-key-management/m-p/2252928#M242554</guid>
      <dc:creator>mssp</dc:creator>
      <dc:date>2025-12-02T08:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: HABv4 key management</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HABv4-key-management/m-p/2253229#M242568</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Yes it is possible but just one if you could manage.&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Tue, 02 Dec 2025 13:43:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HABv4-key-management/m-p/2253229#M242568</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2025-12-02T13:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: HABv4 key management</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HABv4-key-management/m-p/2253246#M242572</link>
      <description>Hi, unfortunately I'm not sure I understand your reply.&lt;BR /&gt;&lt;BR /&gt;1) Is it possible for someone to sign software just with an IMG key, or do they need to have the SRK?&lt;BR /&gt;2) Why would someone need more than one IMG key?&lt;BR /&gt;&lt;BR /&gt;Thank you</description>
      <pubDate>Tue, 02 Dec 2025 13:57:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HABv4-key-management/m-p/2253246#M242572</guid>
      <dc:creator>mssp</dc:creator>
      <dc:date>2025-12-02T13:57:14Z</dc:date>
    </item>
  </channel>
</rss>

