<?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: Enabling OpenSSL on U-Boot in i.MX Solutions</title>
    <link>https://community.nxp.com/t5/i-MX-Solutions/Enabling-OpenSSL-on-U-Boot/m-p/1315868#M165</link>
    <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/108251"&gt;@kanimozhi_t&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think it makes sense to apply to NXP ProSupport regarding OpenSSL support in U-boot.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;A href="https://www.nxp.com/support/support/nxp-engineering-services/professional-support-for-processors-and-microcontrollers:PREMIUM-SUPPORT" target="_blank"&gt;https://www.nxp.com/support/support/nxp-engineering-services/professional-support-for-processors-and-microcontrollers:PREMIUM-SUPPORT &lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;A href="https://www.nxp.com/support/support/professional-support-faq:PRO-SUPPORT-FAQ" target="_blank"&gt;https://www.nxp.com/support/support/professional-support-faq:PRO-SUPPORT-FAQ&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Yuri.&lt;/P&gt;</description>
    <pubDate>Fri, 30 Jul 2021 09:12:52 GMT</pubDate>
    <dc:creator>Yuri</dc:creator>
    <dc:date>2021-07-30T09:12:52Z</dc:date>
    <item>
      <title>Enabling OpenSSL on U-Boot</title>
      <link>https://community.nxp.com/t5/i-MX-Solutions/Enabling-OpenSSL-on-U-Boot/m-p/1309101#M163</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want to add OpenSSL to U-Boot and referred code on&amp;nbsp;&lt;A href="https://source.codeaurora.org/external/imx/uboot-imx/tree/?h=imx_v2019.04_4.19.35_1.1.0" target="_blank"&gt;root&lt;/A&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;A href="https://source.codeaurora.org/external/imx/uboot-imx/tree/lib?h=imx_v2019.04_4.19.35_1.1.0" target="_blank"&gt;lib&lt;/A&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;A href="https://source.codeaurora.org/external/imx/uboot-imx/tree/lib/rsa?h=imx_v2019.04_4.19.35_1.1.0" target="_blank"&gt;rsa&lt;/A&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;A href="https://source.codeaurora.org/external/imx/uboot-imx/tree/lib/rsa/rsa-sign.c?h=imx_v2019.04_4.19.35_1.1.0" target="_blank"&gt;rsa-sign.c&lt;/A&gt;. However, when I try to build with added openssl headers in &lt;STRONG&gt;hab.c&lt;/STRONG&gt; I'm receiving "&lt;FONT color="#FF0000"&gt;openssl/pem.h: No such file or directory&lt;/FONT&gt;" this error.&lt;/P&gt;&lt;P&gt;The modified make command is as follows:&lt;/P&gt;&lt;PRE&gt;make CFLAGS="-lcrypto -lssl" ARCH=arm CROSS_COMPILE=$toolchain&lt;/PRE&gt;&lt;P&gt;Can someone help me in adding the OpenSSL support on U-Boot? Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jul 2021 11:33:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Solutions/Enabling-OpenSSL-on-U-Boot/m-p/1309101#M163</guid>
      <dc:creator>kanimozhi_t</dc:creator>
      <dc:date>2021-07-16T11:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling OpenSSL on U-Boot</title>
      <link>https://community.nxp.com/t5/i-MX-Solutions/Enabling-OpenSSL-on-U-Boot/m-p/1315868#M165</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/108251"&gt;@kanimozhi_t&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think it makes sense to apply to NXP ProSupport regarding OpenSSL support in U-boot.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;A href="https://www.nxp.com/support/support/nxp-engineering-services/professional-support-for-processors-and-microcontrollers:PREMIUM-SUPPORT" target="_blank"&gt;https://www.nxp.com/support/support/nxp-engineering-services/professional-support-for-processors-and-microcontrollers:PREMIUM-SUPPORT &lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;A href="https://www.nxp.com/support/support/professional-support-faq:PRO-SUPPORT-FAQ" target="_blank"&gt;https://www.nxp.com/support/support/professional-support-faq:PRO-SUPPORT-FAQ&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Yuri.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jul 2021 09:12:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Solutions/Enabling-OpenSSL-on-U-Boot/m-p/1315868#M165</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2021-07-30T09:12:52Z</dc:date>
    </item>
  </channel>
</rss>

