<?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>Secure AuthenticationのトピックRe: Error trying to make a TLS connection between server and SE05x with raspberry pi 3</title>
    <link>https://community.nxp.com/t5/Secure-Authentication/Error-trying-to-make-a-TLS-connection-between-server-and-SE05x/m-p/1744304#M1406</link>
    <description>&lt;P&gt;OpenSSL 3.0.11&lt;BR /&gt;Distributor ID: Raspbian&lt;BR /&gt;Description: Raspbian GNU/Linux 12 (bookworm)&lt;BR /&gt;Release: 12&lt;BR /&gt;Codename: bookworm&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 23 Oct 2023 08:12:49 GMT</pubDate>
    <dc:creator>raul22520</dc:creator>
    <dc:date>2023-10-23T08:12:49Z</dc:date>
    <item>
      <title>Error trying to make a TLS connection between server and SE05x with raspberry pi 3</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/Error-trying-to-make-a-TLS-connection-between-server-and-SE05x/m-p/1743733#M1402</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;**Subject:** Issue with EdgeLock Middleware on Raspberry Pi 3 - Seeking Assistance&lt;/P&gt;&lt;P&gt;**Message:**&lt;/P&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm facing a challenging problem while using the EdgeLock middleware on my Raspberry Pi 3, trying to make a TLS client with se05x connected to a TLS server. The issue pertains to the execution of libraries and a specific error that I've encountered during compilation and linking.&lt;/P&gt;&lt;P&gt;Here is the error message I'm encountering:&lt;/P&gt;&lt;P&gt;```&lt;BR /&gt;root@raspberrypi:/home/pi/simw-top/demos/linux/tls_client/build# cmake --build .&lt;BR /&gt;[ 25%] Building CXX object CMakeFiles/tlsSe050Client.dir/home/pi/simw-top/demos/linux/common/snw_sss.cpp.o&lt;BR /&gt;[ 50%] Building CXX object CMakeFiles/tlsSe050Client.dir/home/pi/simw-top/demos/linux/common/snw_util.cpp.o&lt;BR /&gt;[ 75%] Building CXX object CMakeFiles/tlsSe050Client.dir/src/tlsSe050Client.cpp.o&lt;BR /&gt;/home/pi/simw-top/demos/linux/tls_client/src/tlsSe050Client.cpp: In function 'int main(int, char**)':&lt;BR /&gt;/home/pi/simw-top/demos/linux/tls_client/src/tlsSe050Client.cpp:268:27: warning: 'ENGINE* ENGINE_by_id(const char*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]&lt;BR /&gt;268 | if (!(e = ENGINE_by_id(engineId)))&lt;BR /&gt;| ~~~~~~~~~~~~^~~~~~~~~~&lt;BR /&gt;/usr/include/openssl/engine.h:336:31: note: declared here&lt;BR /&gt;336 | OSSL_DEPRECATEDIN_3_0 ENGINE *ENGINE_by_id(const char *id);&lt;BR /&gt;| ^~~~~~~~~~~~&lt;BR /&gt;/home/pi/simw-top/demos/linux/tls_client/src/tlsSe050Client.cpp:283:20: warning: 'int ENGINE_ctrl(ENGINE*, int, long int, void*, void (*)())' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]&lt;BR /&gt;283 | ENGINE_ctrl(e, ENGINE_CMD_BASE, logLevel, NULL, NULL);&lt;BR /&gt;| ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;/usr/include/openssl/engine.h:429:27: note: declared here&lt;BR /&gt;429 | OSSL_DEPRECATEDIN_3_0 int ENGINE_ctrl(ENGINE *e, int cmd, long i, void *p,&lt;BR /&gt;| ^~~~~~~~~~~&lt;BR /&gt;/home/pi/simw-top/demos/linux/tls_client/src/tlsSe050Client.cpp:406:16: warning: 'int ENGINE_ctrl(ENGINE*, int, long int, void*, void (*)())' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]&lt;BR /&gt;406 | ENGINE_ctrl(e, ENGINE_CMD_BASE+2, 0, NULL, NULL);&lt;BR /&gt;| ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;/usr/include/openssl/engine.h:429:27: note: declared here&lt;BR /&gt;429 | OSSL_DEPRECATEDIN_3_0 int ENGINE_ctrl(ENGINE *e, int cmd, long i, void *p,&lt;BR /&gt;| ^~~~~~~~~~~&lt;BR /&gt;/home/pi/simw-top/demos/linux/tls_client/src/tlsSe050Client.cpp:434:16: warning: 'int ENGINE_ctrl(ENGINE*, int, long int, void*, void (*)())' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]&lt;BR /&gt;434 | ENGINE_ctrl(e, ENGINE_CMD_BASE+1, 0, NULL, NULL);&lt;BR /&gt;| ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;/usr/include/openssl/engine.h:429:27: note: declared here&lt;BR /&gt;429 | OSSL_DEPRECATEDIN_3_0 int ENGINE_ctrl(ENGINE *e, int cmd, long i, void *p,&lt;BR /&gt;| ^~~~~~~~~~~&lt;BR /&gt;[100%] Linking CXX executable tlsSe050Client&lt;BR /&gt;/usr/bin/ld: cannot find -l-la7x_utils: No such file or directory&lt;BR /&gt;collect2: error: ld returned 1 exit status&lt;BR /&gt;gmake[2]: *** [CMakeFiles/tlsSe050Client.dir/build.make:131: tlsSe050Client] Error 1&lt;BR /&gt;gmake[1]: *** [CMakeFiles/Makefile2:83: CMakeFiles/tlsSe050Client.dir/all] Error 2&lt;BR /&gt;```&lt;/P&gt;&lt;P&gt;I am using the EdgeLock middleware on my Raspberry Pi 3, and this issue is preventing the proper execution of libraries. I would greatly appreciate any insights or guidance on how to resolve this problem.&lt;/P&gt;&lt;P&gt;Thank you in advance for your assistance.&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;Raul&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Oct 2023 14:15:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/Error-trying-to-make-a-TLS-connection-between-server-and-SE05x/m-p/1743733#M1402</guid>
      <dc:creator>raul22520</dc:creator>
      <dc:date>2023-10-20T14:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: Error trying to make a TLS connection between server and SE05x with raspberry pi 3</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/Error-trying-to-make-a-TLS-connection-between-server-and-SE05x/m-p/1744046#M1404</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/220448"&gt;@raul22520&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;May I have your openssl version on the raspberry pi 3? and also what is the raspbian version ? Buster?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a great day,&lt;BR /&gt;Kan&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;BR /&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;</description>
      <pubDate>Mon, 23 Oct 2023 02:08:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/Error-trying-to-make-a-TLS-connection-between-server-and-SE05x/m-p/1744046#M1404</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2023-10-23T02:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: Error trying to make a TLS connection between server and SE05x with raspberry pi 3</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/Error-trying-to-make-a-TLS-connection-between-server-and-SE05x/m-p/1744304#M1406</link>
      <description>&lt;P&gt;OpenSSL 3.0.11&lt;BR /&gt;Distributor ID: Raspbian&lt;BR /&gt;Description: Raspbian GNU/Linux 12 (bookworm)&lt;BR /&gt;Release: 12&lt;BR /&gt;Codename: bookworm&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Oct 2023 08:12:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/Error-trying-to-make-a-TLS-connection-between-server-and-SE05x/m-p/1744304#M1406</guid>
      <dc:creator>raul22520</dc:creator>
      <dc:date>2023-10-23T08:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: Error trying to make a TLS connection between server and SE05x with raspberry pi 3</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/Error-trying-to-make-a-TLS-connection-between-server-and-SE05x/m-p/1745094#M1407</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/220448"&gt;@raul22520&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the information! Actually this demo supports openssl 1.1.1l, I think that is why you could not build it from your side, but we are&amp;nbsp;&lt;SPAN&gt;&lt;SPAN class="ui-provider ed bll blm bln blo blp blq blr bls blt blu blv blw blx bly blz bma bmb bmc bmd bme bmf bmg bmh bmi bmj bmk bml bmm bmn bmo bmp bmq bmr bms"&gt;working on evaluating this topic, I will let you know if I have any more info.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a great day,&lt;BR /&gt;Kan&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;BR /&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;</description>
      <pubDate>Tue, 24 Oct 2023 08:02:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/Error-trying-to-make-a-TLS-connection-between-server-and-SE05x/m-p/1745094#M1407</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2023-10-24T08:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: Error trying to make a TLS connection between server and SE05x with raspberry pi 3</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/Error-trying-to-make-a-TLS-connection-between-server-and-SE05x/m-p/1745287#M1408</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have installed the raspbian version and openssl that you mentioned (re-building all the EdgeLock middleware from zero), but the error still remains when building the tls_se050Client example:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="raul22520_0-1698157511055.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/246571i3A70183E5CAC2BC2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="raul22520_0-1698157511055.png" alt="raul22520_0-1698157511055.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Openssl version 1.1.1i&lt;/P&gt;&lt;P&gt;root@raspberrypi:/home/pi/simw-top/demos/linux/tls_client/build# cat /etc/os-release&lt;BR /&gt;PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"&lt;BR /&gt;NAME="Raspbian GNU/Linux"&lt;BR /&gt;VERSION_ID="10"&lt;BR /&gt;VERSION="10 (buster)"&lt;BR /&gt;VERSION_CODENAME=buster&lt;BR /&gt;ID=raspbian&lt;BR /&gt;ID_LIKE=debian&lt;BR /&gt;HOME_URL="&lt;A href="http://www.raspbian.org/" target="_blank"&gt;http://www.raspbian.org/&lt;/A&gt;"&lt;BR /&gt;SUPPORT_URL="&lt;A href="http://www.raspbian.org/RaspbianForums" target="_blank"&gt;http://www.raspbian.org/RaspbianForums&lt;/A&gt;"&lt;BR /&gt;BUG_REPORT_URL="&lt;A href="http://www.raspbian.org/RaspbianBugs" target="_blank"&gt;http://www.raspbian.org/RaspbianBugs&lt;/A&gt;"&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance,&lt;/P&gt;&lt;P&gt;R.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Oct 2023 14:27:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/Error-trying-to-make-a-TLS-connection-between-server-and-SE05x/m-p/1745287#M1408</guid>
      <dc:creator>raul22520</dc:creator>
      <dc:date>2023-10-24T14:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: Error trying to make a TLS connection between server and SE05x with raspberry pi 3</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/Error-trying-to-make-a-TLS-connection-between-server-and-SE05x/m-p/1745536#M1410</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/220448"&gt;@raul22520&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This issue is due to the demo supports A71CH and SE05x_C only, if you build the MW for other applets such as SE050_E, you have to update the CMakeLists.txt file in&amp;nbsp;"/home/pi/simw-top/demos/linux/tls_client" manually as below:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Kan_Li_0-1698200416497.png" style="width: 683px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/246630i1FC58EC4F0170615/image-dimensions/683x298?v=v2" width="683" height="298" role="button" title="Kan_Li_0-1698200416497.png" alt="Kan_Li_0-1698200416497.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope that helps,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a great day,&lt;BR /&gt;Kan&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;BR /&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;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Oct 2023 02:20:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/Error-trying-to-make-a-TLS-connection-between-server-and-SE05x/m-p/1745536#M1410</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2023-10-25T02:20:44Z</dc:date>
    </item>
  </channel>
</rss>

