<?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: HAB_SELF_KEY_ISSUE in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/HAB-SELF-KEY-ISSUE/m-p/891768#M134834</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; If customers need to use previously generated keys - use Hardware Security Module approach&lt;/P&gt;&lt;P&gt;as described in the documentation ( \release\code\back_end-hsm\doc\ ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Yuri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Apr 2019 07:12:24 GMT</pubDate>
    <dc:creator>Yuri</dc:creator>
    <dc:date>2019-04-29T07:12:24Z</dc:date>
    <item>
      <title>HAB_SELF_KEY_ISSUE</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HAB-SELF-KEY-ISSUE/m-p/891765#M134831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We need to generate our own key and after done the below steps I am facing some issue . please check it and do needful for me . Please check the full process .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;./hab4_pki_tree.sh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++&lt;BR /&gt; This script is a part of the Code signing tools for Freescale's&lt;BR /&gt; High Assurance Boot. It generates a basic PKI tree. The PKI&lt;BR /&gt; tree consists of one or more Super Root Keys (SRK), with each&lt;BR /&gt; SRK having two subordinate keys:&lt;BR /&gt; + a Command Sequence File (CSF) key&lt;BR /&gt; + Image key.&lt;BR /&gt; Additional keys can be added to the PKI tree but a separate&lt;BR /&gt; script is available for this. This this script assumes openssl&lt;BR /&gt; is installed on your system and is included in your search&lt;BR /&gt; path. Finally, the private keys generated are password&lt;BR /&gt; protectedwith the password provided by the file key_pass.txt.&lt;BR /&gt; The format of the file is the password repeated twice:&lt;BR /&gt; my_password&lt;BR /&gt; my_password&lt;BR /&gt; All private keys in the PKI tree are in PKCS #8 format will be&lt;BR /&gt; protected by the same password.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++&lt;BR /&gt;Do you want to use an existing CA key (y/n)?: y&lt;BR /&gt;Enter CA key name: STJ12345&lt;BR /&gt;Enter CA certificate name: STJSECUREBOOT&lt;BR /&gt;Do you want to use Elliptic Curve Cryptography (y/n)?: n&lt;BR /&gt;Enter key length in bits for PKI tree: 2048&lt;BR /&gt;Enter PKI tree duration (years): 10&lt;BR /&gt;How many Super Root Keys should be generated? 4&lt;BR /&gt;Do you want the SRK certificates to have the CA flag set? (y/n)?: y&lt;BR /&gt;A default 'serial' file was created!&lt;BR /&gt;A default file 'key_pass.txt' was created with password = test!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;++++++++++++++++++++++++++++++++++++++++&lt;BR /&gt;+ Generating SRK key and certificate 1 +&lt;BR /&gt;++++++++++++++++++++++++++++++++++++++++&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generating RSA private key, 2048 bit long modulus (2 primes)&lt;BR /&gt;..............................+++++&lt;BR /&gt;..........+++++&lt;BR /&gt;e is 65537 (0x010001)&lt;BR /&gt;Using configuration from ../ca/openssl.cnf&lt;BR /&gt;Can't open STJ12345.pem for reading, No such file or directory&lt;BR /&gt;139889208842048:error:02001002:system library:fopen:No such file or directory:crypto/bio/bss_file.c:72:fopen('STJ12345.pem','r')&lt;BR /&gt;139889208842048:error:2006D080:BIO routines:BIO_new_file:no such file:crypto/bio/bss_file.c:79:&lt;BR /&gt;unable to load CA private key&lt;BR /&gt;Can't open ../crts/SRK1_sha256_2048_65537_v3_ca_crt.pem for reading, No such file or directory&lt;BR /&gt;140669524993856:error:02001002:system library:fopen:No such file or directory:crypto/bio/bss_file.c:72:fopen('../crts/SRK1_sha256_2048_65537_v3_ca_crt.pem','r')&lt;BR /&gt;140669524993856:error:2006D080:BIO routines:BIO_new_file:no such file:crypto/bio/bss_file.c:79:&lt;BR /&gt;unable to load certificate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;++++++++++++++++++++++++++++++++++++++++&lt;BR /&gt;+ Generating CSF key and certificate 1 +&lt;BR /&gt;++++++++++++++++++++++++++++++++++++++++&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generating RSA private key, 2048 bit long modulus (2 primes)&lt;BR /&gt;..................+++++&lt;BR /&gt;.....+++++&lt;BR /&gt;e is 65537 (0x010001)&lt;BR /&gt;Using configuration from ../ca/openssl.cnf&lt;BR /&gt;Can't open ../crts/SRK1_sha256_2048_65537_v3_ca_crt.pem for reading, No such file or directory&lt;BR /&gt;140443417438016:error:02001002:system library:fopen:No such file or directory:crypto/bio/bss_file.c:72:fopen('../crts/SRK1_sha256_2048_65537_v3_ca_crt.pem','r')&lt;BR /&gt;140443417438016:error:2006D080:BIO routines:BIO_new_file:no such file:crypto/bio/bss_file.c:79:&lt;BR /&gt;unable to load certificate&lt;BR /&gt;Can't open ../crts/CSF1_1_sha256_2048_65537_v3_usr_crt.pem for reading, No such file or directory&lt;BR /&gt;140359138977600:error:02001002:system library:fopen:No such file or directory:crypto/bio/bss_file.c:72:fopen('../crts/CSF1_1_sha256_2048_65537_v3_usr_crt.pem','r')&lt;BR /&gt;140359138977600:error:2006D080:BIO routines:BIO_new_file:no such file:crypto/bio/bss_file.c:79:&lt;BR /&gt;unable to load certificate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;++++++++++++++++++++++++++++++++++++++++&lt;BR /&gt;+ Generating IMG key and certificate 1 +&lt;BR /&gt;++++++++++++++++++++++++++++++++++++++++&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generating RSA private key, 2048 bit long modulus (2 primes)&lt;BR /&gt;................................................+++++&lt;BR /&gt;.....................................+++++&lt;BR /&gt;e is 65537 (0x010001)&lt;BR /&gt;Using configuration from ../ca/openssl.cnf&lt;BR /&gt;Can't open ../crts/SRK1_sha256_2048_65537_v3_ca_crt.pem for reading, No such file or directory&lt;BR /&gt;140660236867392:error:02001002:system library:fopen:No such file or directory:crypto/bio/bss_file.c:72:fopen('../crts/SRK1_sha256_2048_65537_v3_ca_crt.pem','r')&lt;BR /&gt;140660236867392:error:2006D080:BIO routines:BIO_new_file:no such file:crypto/bio/bss_file.c:79:&lt;BR /&gt;unable to load certificate&lt;BR /&gt;Can't open ../crts/IMG1_1_sha256_2048_65537_v3_usr_crt.pem for reading, No such file or directory&lt;BR /&gt;139938271336256:error:02001002:system library:fopen:No such file or directory:crypto/bio/bss_file.c:72:fopen('../crts/IMG1_1_sha256_2048_65537_v3_usr_crt.pem','r')&lt;BR /&gt;139938271336256:error:2006D080:BIO routines:BIO_new_file:no such file:crypto/bio/bss_file.c:79:&lt;BR /&gt;unable to load certificate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;++++++++++++++++++++++++++++++++++++++++&lt;BR /&gt;+ Generating SRK key and certificate 2 +&lt;BR /&gt;++++++++++++++++++++++++++++++++++++++++&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generating RSA private key, 2048 bit long modulus (2 primes)&lt;BR /&gt;....................................................................................+++++&lt;BR /&gt;...+++++&lt;BR /&gt;e is 65537 (0x010001)&lt;BR /&gt;Using configuration from ../ca/openssl.cnf&lt;BR /&gt;Can't open STJ12345.pem for reading, No such file or directory&lt;BR /&gt;140461707548480:error:02001002:system library:fopen:No such file or directory:crypto/bio/bss_file.c:72:fopen('STJ12345.pem','r')&lt;BR /&gt;140461707548480:error:2006D080:BIO routines:BIO_new_file:no such file:crypto/bio/bss_file.c:79:&lt;BR /&gt;unable to load CA private key&lt;BR /&gt;Can't open ../crts/SRK2_sha256_2048_65537_v3_ca_crt.pem for reading, No such file or directory&lt;BR /&gt;140388714141504:error:02001002:system library:fopen:No such file or directory:crypto/bio/bss_file.c:72:fopen('../crts/SRK2_sha256_2048_65537_v3_ca_crt.pem','r')&lt;BR /&gt;140388714141504:error:2006D080:BIO routines:BIO_new_file:no such file:crypto/bio/bss_file.c:79:&lt;BR /&gt;unable to load certificate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;++++++++++++++++++++++++++++++++++++++++&lt;BR /&gt;+ Generating CSF key and certificate 2 +&lt;BR /&gt;++++++++++++++++++++++++++++++++++++++++&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generating RSA private key, 2048 bit long modulus (2 primes)&lt;BR /&gt;...................................................................................................+++++&lt;BR /&gt;...................................+++++&lt;BR /&gt;e is 65537 (0x010001)&lt;BR /&gt;Using configuration from ../ca/openssl.cnf&lt;BR /&gt;Can't open ../crts/SRK2_sha256_2048_65537_v3_ca_crt.pem for reading, No such file or directory&lt;BR /&gt;139995852949312:error:02001002:system library:fopen:No such file or directory:crypto/bio/bss_file.c:72:fopen('../crts/SRK2_sha256_2048_65537_v3_ca_crt.pem','r')&lt;BR /&gt;139995852949312:error:2006D080:BIO routines:BIO_new_file:no such file:crypto/bio/bss_file.c:79:&lt;BR /&gt;unable to load certificate&lt;BR /&gt;Can't open ../crts/CSF2_1_sha256_2048_65537_v3_usr_crt.pem for reading, No such file or directory&lt;BR /&gt;140257066841920:error:02001002:system library:fopen:No such file or directory:crypto/bio/bss_file.c:72:fopen('../crts/CSF2_1_sha256_2048_65537_v3_usr_crt.pem','r')&lt;BR /&gt;140257066841920:error:2006D080:BIO routines:BIO_new_file:no such file:crypto/bio/bss_file.c:79:&lt;BR /&gt;unable to load certificate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;++++++++++++++++++++++++++++++++++++++++&lt;BR /&gt;+ Generating IMG key and certificate 2 +&lt;BR /&gt;++++++++++++++++++++++++++++++++++++++++&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generating RSA private key, 2048 bit long modulus (2 primes)&lt;BR /&gt;.............................................................................................+++++&lt;BR /&gt;..+++++&lt;BR /&gt;e is 65537 (0x010001)&lt;BR /&gt;Using configuration from ../ca/openssl.cnf&lt;BR /&gt;Can't open ../crts/SRK2_sha256_2048_65537_v3_ca_crt.pem for reading, No such file or directory&lt;BR /&gt;140189396019008:error:02001002:system library:fopen:No such file or directory:crypto/bio/bss_file.c:72:fopen('../crts/SRK2_sha256_2048_65537_v3_ca_crt.pem','r')&lt;BR /&gt;140189396019008:error:2006D080:BIO routines:BIO_new_file:no such file:crypto/bio/bss_file.c:79:&lt;BR /&gt;unable to load certificate&lt;BR /&gt;Can't open ../crts/IMG2_1_sha256_2048_65537_v3_usr_crt.pem for reading, No such file or directory&lt;BR /&gt;140477171283776:error:02001002:system library:fopen:No such file or directory:crypto/bio/bss_file.c:72:fopen('../crts/IMG2_1_sha256_2048_65537_v3_usr_crt.pem','r')&lt;BR /&gt;140477171283776:error:2006D080:BIO routines:BIO_new_file:no such file:crypto/bio/bss_file.c:79:&lt;BR /&gt;unable to load certificate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;++++++++++++++++++++++++++++++++++++++++&lt;BR /&gt;+ Generating SRK key and certificate 3 +&lt;BR /&gt;++++++++++++++++++++++++++++++++++++++++&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generating RSA private key, 2048 bit long modulus (2 primes)&lt;BR /&gt;.......................+++++&lt;BR /&gt;................+++++&lt;BR /&gt;e is 65537 (0x010001)&lt;BR /&gt;Using configuration from ../ca/openssl.cnf&lt;BR /&gt;Can't open STJ12345.pem for reading, No such file or directory&lt;BR /&gt;140199426692928:error:02001002:system library:fopen:No such file or directory:crypto/bio/bss_file.c:72:fopen('STJ12345.pem','r')&lt;BR /&gt;140199426692928:error:2006D080:BIO routines:BIO_new_file:no such file:crypto/bio/bss_file.c:79:&lt;BR /&gt;unable to load CA private key&lt;BR /&gt;Can't open ../crts/SRK3_sha256_2048_65537_v3_ca_crt.pem for reading, No such file or directory&lt;BR /&gt;140036135479104:error:02001002:system library:fopen:No such file or directory:crypto/bio/bss_file.c:72:fopen('../crts/SRK3_sha256_2048_65537_v3_ca_crt.pem','r')&lt;BR /&gt;140036135479104:error:2006D080:BIO routines:BIO_new_file:no such file:crypto/bio/bss_file.c:79:&lt;BR /&gt;unable to load certificate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;++++++++++++++++++++++++++++++++++++++++&lt;BR /&gt;+ Generating CSF key and certificate 3 +&lt;BR /&gt;++++++++++++++++++++++++++++++++++++++++&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generating RSA private key, 2048 bit long modulus (2 primes)&lt;BR /&gt;.......+++++&lt;BR /&gt;...........+++++&lt;BR /&gt;e is 65537 (0x010001)&lt;BR /&gt;Using configuration from ../ca/openssl.cnf&lt;BR /&gt;Can't open ../crts/SRK3_sha256_2048_65537_v3_ca_crt.pem for reading, No such file or directory&lt;BR /&gt;140226137646912:error:02001002:system library:fopen:No such file or directory:crypto/bio/bss_file.c:72:fopen('../crts/SRK3_sha256_2048_65537_v3_ca_crt.pem','r')&lt;BR /&gt;140226137646912:error:2006D080:BIO routines:BIO_new_file:no such file:crypto/bio/bss_file.c:79:&lt;BR /&gt;unable to load certificate&lt;BR /&gt;Can't open ../crts/CSF3_1_sha256_2048_65537_v3_usr_crt.pem for reading, No such file or directory&lt;BR /&gt;140629534500672:error:02001002:system library:fopen:No such file or directory:crypto/bio/bss_file.c:72:fopen('../crts/CSF3_1_sha256_2048_65537_v3_usr_crt.pem','r')&lt;BR /&gt;140629534500672:error:2006D080:BIO routines:BIO_new_file:no such file:crypto/bio/bss_file.c:79:&lt;BR /&gt;unable to load certificate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;++++++++++++++++++++++++++++++++++++++++&lt;BR /&gt;+ Generating IMG key and certificate 3 +&lt;BR /&gt;++++++++++++++++++++++++++++++++++++++++&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generating RSA private key, 2048 bit long modulus (2 primes)&lt;BR /&gt;.....+++++&lt;BR /&gt;.........................+++++&lt;BR /&gt;e is 65537 (0x010001)&lt;BR /&gt;Using configuration from ../ca/openssl.cnf&lt;BR /&gt;Can't open ../crts/SRK3_sha256_2048_65537_v3_ca_crt.pem for reading, No such file or directory&lt;BR /&gt;140115059648320:error:02001002:system library:fopen:No such file or directory:crypto/bio/bss_file.c:72:fopen('../crts/SRK3_sha256_2048_65537_v3_ca_crt.pem','r')&lt;BR /&gt;140115059648320:error:2006D080:BIO routines:BIO_new_file:no such file:crypto/bio/bss_file.c:79:&lt;BR /&gt;unable to load certificate&lt;BR /&gt;Can't open ../crts/IMG3_1_sha256_2048_65537_v3_usr_crt.pem for reading, No such file or directory&lt;BR /&gt;140170731870016:error:02001002:system library:fopen:No such file or directory:crypto/bio/bss_file.c:72:fopen('../crts/IMG3_1_sha256_2048_65537_v3_usr_crt.pem','r')&lt;BR /&gt;140170731870016:error:2006D080:BIO routines:BIO_new_file:no such file:crypto/bio/bss_file.c:79:&lt;BR /&gt;unable to load certificate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;++++++++++++++++++++++++++++++++++++++++&lt;BR /&gt;+ Generating SRK key and certificate 4 +&lt;BR /&gt;++++++++++++++++++++++++++++++++++++++++&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generating RSA private key, 2048 bit long modulus (2 primes)&lt;BR /&gt;............................................................................................+++++&lt;BR /&gt;.............................................+++++&lt;BR /&gt;e is 65537 (0x010001)&lt;BR /&gt;Using configuration from ../ca/openssl.cnf&lt;BR /&gt;Can't open STJ12345.pem for reading, No such file or directory&lt;BR /&gt;139783788898112:error:02001002:system library:fopen:No such file or directory:crypto/bio/bss_file.c:72:fopen('STJ12345.pem','r')&lt;BR /&gt;139783788898112:error:2006D080:BIO routines:BIO_new_file:no such file:crypto/bio/bss_file.c:79:&lt;BR /&gt;unable to load CA private key&lt;BR /&gt;Can't open ../crts/SRK4_sha256_2048_65537_v3_ca_crt.pem for reading, No such file or directory&lt;BR /&gt;140251085322048:error:02001002:system library:fopen:No such file or directory:crypto/bio/bss_file.c:72:fopen('../crts/SRK4_sha256_2048_65537_v3_ca_crt.pem','r')&lt;BR /&gt;140251085322048:error:2006D080:BIO routines:BIO_new_file:no such file:crypto/bio/bss_file.c:79:&lt;BR /&gt;unable to load certificate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;++++++++++++++++++++++++++++++++++++++++&lt;BR /&gt;+ Generating CSF key and certificate 4 +&lt;BR /&gt;++++++++++++++++++++++++++++++++++++++++&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generating RSA private key, 2048 bit long modulus (2 primes)&lt;BR /&gt;.............................+++++&lt;BR /&gt;...+++++&lt;BR /&gt;e is 65537 (0x010001)&lt;BR /&gt;Using configuration from ../ca/openssl.cnf&lt;BR /&gt;Can't open ../crts/SRK4_sha256_2048_65537_v3_ca_crt.pem for reading, No such file or directory&lt;BR /&gt;140422708868928:error:02001002:system library:fopen:No such file or directory:crypto/bio/bss_file.c:72:fopen('../crts/SRK4_sha256_2048_65537_v3_ca_crt.pem','r')&lt;BR /&gt;140422708868928:error:2006D080:BIO routines:BIO_new_file:no such file:crypto/bio/bss_file.c:79:&lt;BR /&gt;unable to load certificate&lt;BR /&gt;Can't open ../crts/CSF4_1_sha256_2048_65537_v3_usr_crt.pem for reading, No such file or directory&lt;BR /&gt;139739998271296:error:02001002:system library:fopen:No such file or directory:crypto/bio/bss_file.c:72:fopen('../crts/CSF4_1_sha256_2048_65537_v3_usr_crt.pem','r')&lt;BR /&gt;139739998271296:error:2006D080:BIO routines:BIO_new_file:no such file:crypto/bio/bss_file.c:79:&lt;BR /&gt;unable to load certificate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;++++++++++++++++++++++++++++++++++++++++&lt;BR /&gt;+ Generating IMG key and certificate 4 +&lt;BR /&gt;++++++++++++++++++++++++++++++++++++++++&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generating RSA private key, 2048 bit long modulus (2 primes)&lt;BR /&gt;....................................+++++&lt;BR /&gt;.....................+++++&lt;BR /&gt;e is 65537 (0x010001)&lt;BR /&gt;Using configuration from ../ca/openssl.cnf&lt;BR /&gt;Can't open ../crts/SRK4_sha256_2048_65537_v3_ca_crt.pem for reading, No such file or directory&lt;BR /&gt;139869409961792:error:02001002:system library:fopen:No such file or directory:crypto/bio/bss_file.c:72:fopen('../crts/SRK4_sha256_2048_65537_v3_ca_crt.pem','r')&lt;BR /&gt;139869409961792:error:2006D080:BIO routines:BIO_new_file:no such file:crypto/bio/bss_file.c:79:&lt;BR /&gt;unable to load certificate&lt;BR /&gt;Can't open ../crts/IMG4_1_sha256_2048_65537_v3_usr_crt.pem for reading, No such file or directory&lt;BR /&gt;139792348456768:error:02001002:system library:fopen:No such file or directory:crypto/bio/bss_file.c:72:fopen('../crts/IMG4_1_sha256_2048_65537_v3_usr_crt.pem','r')&lt;BR /&gt;139792348456768:error:2006D080:BIO routines:BIO_new_file:no such file:crypto/bio/bss_file.c:79:&lt;BR /&gt;unable to load certificate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards ,&lt;/P&gt;&lt;P&gt;Pramod&lt;/P&gt;&lt;P&gt;Like •&lt;BR /&gt;Show 0 Likes&lt;BR /&gt;0&lt;BR /&gt;Reply&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Apr 2019 08:35:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HAB-SELF-KEY-ISSUE/m-p/891765#M134831</guid>
      <dc:creator>PramodKumar</dc:creator>
      <dc:date>2019-04-25T08:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: HAB_SELF_KEY_ISSUE</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HAB-SELF-KEY-ISSUE/m-p/891766#M134832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; CST requires having certificates on file system. To fulfill the requirement, you should pull the certificates,&lt;/P&gt;&lt;P&gt;used for signing to your file system using a utility which manage and use PKCS #11 security tokens.&lt;/P&gt;&lt;P&gt;&amp;nbsp; Please refer to documentation in&amp;nbsp; \release\code\back_end-hsm\doc\ folder of the CST package.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Yuri&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt; Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Apr 2019 09:29:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HAB-SELF-KEY-ISSUE/m-p/891766#M134832</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2019-04-25T09:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: HAB_SELF_KEY_ISSUE</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HAB-SELF-KEY-ISSUE/m-p/891767#M134833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Yuri ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am confuse for public key and privet key .&lt;/P&gt;&lt;P&gt;How to create and how to maintain and how it will work ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards ,&lt;/P&gt;&lt;P&gt;Pramod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Apr 2019 06:57:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HAB-SELF-KEY-ISSUE/m-p/891767#M134833</guid>
      <dc:creator>PramodKumar</dc:creator>
      <dc:date>2019-04-27T06:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: HAB_SELF_KEY_ISSUE</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HAB-SELF-KEY-ISSUE/m-p/891768#M134834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; If customers need to use previously generated keys - use Hardware Security Module approach&lt;/P&gt;&lt;P&gt;as described in the documentation ( \release\code\back_end-hsm\doc\ ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Yuri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Apr 2019 07:12:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HAB-SELF-KEY-ISSUE/m-p/891768#M134834</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2019-04-29T07:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: HAB_SELF_KEY_ISSUE</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HAB-SELF-KEY-ISSUE/m-p/891769#M134835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Yuri ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one more question to you . That after generate the fuse.bin and all there is CA1_sha256_65537_ca.pem CERTIFICATE FILE IS GENERATED where we have to put it to show that the certificate is in the imx6ul machine .&lt;/P&gt;&lt;P&gt;And how to make the uboot and zimage certified .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx &amp;amp; regards ,&lt;/P&gt;&lt;P&gt;Pramod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 May 2019 05:04:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HAB-SELF-KEY-ISSUE/m-p/891769#M134835</guid>
      <dc:creator>PramodKumar</dc:creator>
      <dc:date>2019-05-03T05:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: HAB_SELF_KEY_ISSUE</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HAB-SELF-KEY-ISSUE/m-p/891770#M134836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Follow app note AN4581 (Secure Boot on i.MX 50, i.MX 53, i.MX 6 and i.MX 7 Series using HABv4).&lt;/P&gt;&lt;P&gt;In particular, the following sections of the app note describes procedure to generate signed image:&lt;/P&gt;&lt;P&gt;3.5 (Create the CSF description file);&lt;/P&gt;&lt;P&gt;3.6 (Generate the CSF binary signature);&amp;nbsp;&lt;/P&gt;&lt;P&gt;3.7 (Attach CSF signature to U-Boot image).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;&amp;nbsp;&lt;A href="https://www.nxp.com/docs/en/application-note/AN4581.pdf"&gt;https://www.nxp.com/docs/en/application-note/AN4581.pdf&lt;/A&gt; &amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Yuri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 May 2019 04:18:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HAB-SELF-KEY-ISSUE/m-p/891770#M134836</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2019-05-06T04:18:19Z</dc:date>
    </item>
  </channel>
</rss>

