<?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 EdgeLock SE050 OpenSSL, pkcs11-tool, and SM_Connect Failed. Status 7012 in Other NXP Products</title>
    <link>https://community.nxp.com/t5/Other-NXP-Products/EdgeLock-SE050-OpenSSL-pkcs11-tool-and-SM-Connect-Failed-Status/m-p/1160035#M9474</link>
    <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&amp;nbsp;I am trying to get&amp;nbsp;&lt;SPAN&gt;EdgeLock SE050 (&lt;/SPAN&gt;&lt;SPAN&gt;AN12570&lt;/SPAN&gt;&lt;SPAN&gt;) to work on Raspberry Pi (both 3 and 4, OpenSSL 1.0.2 and 1.1.1).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;I am getting errors with every utility I could lay my hands on, besides the seTool from the demos, which works. Here come the details:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1. seTool (works)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;root@raspberrypi:/home/se050_middleware/simw-top/doc/demos/se05x/seTool# /home/se050_middleware/simw-top_build/raspbian_native_se050_t1oi2c/bin/seTool genECC 0x01010101 /dev/i2c-1
App   :INFO :PlugAndTrust_v02.16.01_20200818
App   :INFO :Running /home/se050_middleware/simw-top_build/raspbian_native_se050_t1oi2c/bin/seTool
App   :INFO :Using PortName='/dev/i2c-1' (CLI)
sss   :INFO :atr (Len=35)
      00 A0 00 00    03 96 04 03    E8 00 FE 02    0B 03 E8 08
      01 00 00 00    00 64 00 00    0A 4A 43 4F    50 34 20 41
      54 50 4F
sss   :WARN :Communication channel is Plain.
sss   :WARN :!!!Not recommended for production use.!!!
sss   :WARN :Object id 0x1010101 exists
App   :INFO :ex_sss Finished&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2. the pkcs11-tool (does not work, fails to connect to i2c device)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;root@raspberrypi:/home/se050_middleware/simw-top/sss/plugin/openssl/scripts# pkcs11-tool --module $PKCS11_MODULE --keypairgen --key-type rsa:1024 --label "sss:20202020"
ssse-flw: EmbSe_Init(): Entry
App   :INFO :Using PortName='/dev/i2c-1' (ENV: EX_SSS_BOOT_SSS_PORT=/dev/i2c-1)
smCom :ERROR:Failed writing data (nrWritten=-1).

smCom :ERROR: - Error in I2C Write.....
smCom :ERROR:phNxpEseProto7816_SendRawFrame Error phNxpEse_WriteFrame
smCom :ERROR:TransceiveProcess Transceive send failed, going to recovery!
smCom :ERROR:phNxpEseProto7816_Open failed
smCom :ERROR: Failed to Open session
sss   :ERROR:SM_Connect Failed. Status 7012
App   :ERROR:sss_session_open failed
App   :WARN :nxEnsure:'kStatus_SSS_Success == status' failed. At Line:356 Function:engineSessionOpen
ssse-flw: EmbSe_Init(): Failed to initialize
ssse-flw: EmbSe_Finish(): Entry
ssse-flw: EmbSe_Finish(): Exit
Using slot 0 with a present token (0x1)
smCom :ERROR:phNxpEseProto7816_SendRawFrame Error phNxpEse_WriteFrame
smCom :ERROR:TransceiveProcess Transceive send failed, going to recovery!
smCom :ERROR:phNxpEseProto7816_Close TransceiveProcess failed
smCom :ERROR:Failed to close session
App   :INFO :Using PortName='/dev/i2c-1' (ENV: EX_SSS_BOOT_SSS_PORT=/dev/i2c-1)
smCom :ERROR:Failed writing data (nrWritten=-1).

smCom :ERROR: - Error in I2C Write.....
smCom :ERROR:phNxpEseProto7816_SendRawFrame Error phNxpEse_WriteFrame
smCom :ERROR:TransceiveProcess Transceive send failed, going to recovery!
smCom :ERROR:phNxpEseProto7816_Open failed
smCom :ERROR: Failed to Open session
sss   :ERROR:SM_Connect Failed. Status 7012
App   :ERROR:sss_session_open failed
App   :ERROR:Session Open Failed
App   :INFO :Destroyed mutex
error: PKCS11 function C_OpenSession failed: rv = CKR_GENERAL_ERROR (0x5)
Aborting.
ssse-flw: EmbSe_Destroy(): Entry&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now here it is where it gets interesting: comparing the straces of seTool and any of the commands that do not work, reveal one difference in the i2c connect sequence: `write(3, "Z\300\0\377\374", 5)` call fails in the latter case, while works for the former. Here come the two strace snippets:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;# seTools, (works):
18659 10:12:30.522584 openat(AT_FDCWD, "/dev/i2c-1", O_RDWR) = 3 &amp;lt;0.000063&amp;gt;
18659 10:12:30.522760 ioctl(3, _IOC(_IOC_NONE, 0x7, 0x3, 0), 0x48) = 0 &amp;lt;0.000047&amp;gt;
18659 10:12:30.522928 ioctl(3, _IOC(_IOC_NONE, 0x7, 0x8, 0), 0) = 0 &amp;lt;0.000032&amp;gt;
18659 10:12:30.523316 ioctl(3, _IOC(_IOC_NONE, 0x7, 0x5, 0), 0x7ee2187c) = 0 &amp;lt;0.000037&amp;gt;
18659 10:12:30.523509 nanosleep({tv_sec=0, tv_nsec=5000000}, NULL) = 0 &amp;lt;0.007258&amp;gt;
18659 10:12:30.531005 read(3, 0x7ee2161c, 260) = -1 EREMOTEIO (Remote I/O error) &amp;lt;0.000179&amp;gt;
18659 10:12:30.531346 nanosleep({tv_sec=0, tv_nsec=1000000}, NULL) = 0 &amp;lt;0.001129&amp;gt;
18659 10:12:30.532644 write(3, "Z\300\0\377\374", 5) = 5 &amp;lt;0.000640&amp;gt;&lt;/LI-CODE&gt;&lt;LI-CODE lang="python"&gt;# pkcs11-tool (does not work)
18684 10:13:47.901991 openat(AT_FDCWD, "/dev/i2c-1", O_RDWR) = 3 &amp;lt;0.000071&amp;gt;
18684 10:13:47.902200 ioctl(3, _IOC(_IOC_NONE, 0x7, 0x3, 0), 0x48) = 0 &amp;lt;0.000041&amp;gt;
18684 10:13:47.902344 ioctl(3, _IOC(_IOC_NONE, 0x7, 0x8, 0), 0) = 0 &amp;lt;0.000034&amp;gt;
18684 10:13:47.902473 ioctl(3, _IOC(_IOC_NONE, 0x7, 0x5, 0), 0x7ecf65c4) = 0 &amp;lt;0.000034&amp;gt;
18684 10:13:47.902662 nanosleep({tv_sec=0, tv_nsec=5000000}, NULL) = 0 &amp;lt;0.005108&amp;gt;
18684 10:13:47.907892 read(3, 0x7ecf6364, 260) = -1 EREMOTEIO (Remote I/O error) &amp;lt;0.000176&amp;gt;
18684 10:13:47.908185 nanosleep({tv_sec=0, tv_nsec=1000000}, NULL) = 0 &amp;lt;0.001099&amp;gt;
18684 10:13:47.909392 write(3, "Z\300\0\377\374", 5) = -1 EREMOTEIO (Remote I/O error) &amp;lt;0.000169&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Every other attempt with:&lt;/P&gt;&lt;P&gt;* the python scripts (/home/se050_middleware/simw-top/sss/plugin/openssl/scripts) `export EX_SSS_BOOT_SSS_PORT=/dev/i2c-1; export OPENSSL_CONF=/etc/ssl/nxp_openssl.cnf; python3 openssl_provisionEC.py --key_type prime256v1`&lt;/P&gt;&lt;P&gt;* the openssl command `openssl req -new -x509 -subj "/CN=Units" -engine e4sss -keyform engine -key 'pkcs11:id=xxxx;type=private' -out cert.pem` (with openssl configured with /usr/local/lib/libsss_engine.so),&lt;/P&gt;&lt;P&gt;* ssscli&lt;/P&gt;&lt;P&gt;fails in the same way.&lt;/P&gt;&lt;P&gt;&amp;nbsp;any help would be greatly appreciated! It is crucial from the business perspective for me to get it working.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;P&gt;peter&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 10:34:43 GMT</pubDate>
    <dc:creator>peter_nt</dc:creator>
    <dc:date>2020-09-28T10:34:43Z</dc:date>
    <item>
      <title>EdgeLock SE050 OpenSSL, pkcs11-tool, and SM_Connect Failed. Status 7012</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/EdgeLock-SE050-OpenSSL-pkcs11-tool-and-SM-Connect-Failed-Status/m-p/1160035#M9474</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&amp;nbsp;I am trying to get&amp;nbsp;&lt;SPAN&gt;EdgeLock SE050 (&lt;/SPAN&gt;&lt;SPAN&gt;AN12570&lt;/SPAN&gt;&lt;SPAN&gt;) to work on Raspberry Pi (both 3 and 4, OpenSSL 1.0.2 and 1.1.1).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;I am getting errors with every utility I could lay my hands on, besides the seTool from the demos, which works. Here come the details:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1. seTool (works)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;root@raspberrypi:/home/se050_middleware/simw-top/doc/demos/se05x/seTool# /home/se050_middleware/simw-top_build/raspbian_native_se050_t1oi2c/bin/seTool genECC 0x01010101 /dev/i2c-1
App   :INFO :PlugAndTrust_v02.16.01_20200818
App   :INFO :Running /home/se050_middleware/simw-top_build/raspbian_native_se050_t1oi2c/bin/seTool
App   :INFO :Using PortName='/dev/i2c-1' (CLI)
sss   :INFO :atr (Len=35)
      00 A0 00 00    03 96 04 03    E8 00 FE 02    0B 03 E8 08
      01 00 00 00    00 64 00 00    0A 4A 43 4F    50 34 20 41
      54 50 4F
sss   :WARN :Communication channel is Plain.
sss   :WARN :!!!Not recommended for production use.!!!
sss   :WARN :Object id 0x1010101 exists
App   :INFO :ex_sss Finished&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2. the pkcs11-tool (does not work, fails to connect to i2c device)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;root@raspberrypi:/home/se050_middleware/simw-top/sss/plugin/openssl/scripts# pkcs11-tool --module $PKCS11_MODULE --keypairgen --key-type rsa:1024 --label "sss:20202020"
ssse-flw: EmbSe_Init(): Entry
App   :INFO :Using PortName='/dev/i2c-1' (ENV: EX_SSS_BOOT_SSS_PORT=/dev/i2c-1)
smCom :ERROR:Failed writing data (nrWritten=-1).

smCom :ERROR: - Error in I2C Write.....
smCom :ERROR:phNxpEseProto7816_SendRawFrame Error phNxpEse_WriteFrame
smCom :ERROR:TransceiveProcess Transceive send failed, going to recovery!
smCom :ERROR:phNxpEseProto7816_Open failed
smCom :ERROR: Failed to Open session
sss   :ERROR:SM_Connect Failed. Status 7012
App   :ERROR:sss_session_open failed
App   :WARN :nxEnsure:'kStatus_SSS_Success == status' failed. At Line:356 Function:engineSessionOpen
ssse-flw: EmbSe_Init(): Failed to initialize
ssse-flw: EmbSe_Finish(): Entry
ssse-flw: EmbSe_Finish(): Exit
Using slot 0 with a present token (0x1)
smCom :ERROR:phNxpEseProto7816_SendRawFrame Error phNxpEse_WriteFrame
smCom :ERROR:TransceiveProcess Transceive send failed, going to recovery!
smCom :ERROR:phNxpEseProto7816_Close TransceiveProcess failed
smCom :ERROR:Failed to close session
App   :INFO :Using PortName='/dev/i2c-1' (ENV: EX_SSS_BOOT_SSS_PORT=/dev/i2c-1)
smCom :ERROR:Failed writing data (nrWritten=-1).

smCom :ERROR: - Error in I2C Write.....
smCom :ERROR:phNxpEseProto7816_SendRawFrame Error phNxpEse_WriteFrame
smCom :ERROR:TransceiveProcess Transceive send failed, going to recovery!
smCom :ERROR:phNxpEseProto7816_Open failed
smCom :ERROR: Failed to Open session
sss   :ERROR:SM_Connect Failed. Status 7012
App   :ERROR:sss_session_open failed
App   :ERROR:Session Open Failed
App   :INFO :Destroyed mutex
error: PKCS11 function C_OpenSession failed: rv = CKR_GENERAL_ERROR (0x5)
Aborting.
ssse-flw: EmbSe_Destroy(): Entry&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now here it is where it gets interesting: comparing the straces of seTool and any of the commands that do not work, reveal one difference in the i2c connect sequence: `write(3, "Z\300\0\377\374", 5)` call fails in the latter case, while works for the former. Here come the two strace snippets:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;# seTools, (works):
18659 10:12:30.522584 openat(AT_FDCWD, "/dev/i2c-1", O_RDWR) = 3 &amp;lt;0.000063&amp;gt;
18659 10:12:30.522760 ioctl(3, _IOC(_IOC_NONE, 0x7, 0x3, 0), 0x48) = 0 &amp;lt;0.000047&amp;gt;
18659 10:12:30.522928 ioctl(3, _IOC(_IOC_NONE, 0x7, 0x8, 0), 0) = 0 &amp;lt;0.000032&amp;gt;
18659 10:12:30.523316 ioctl(3, _IOC(_IOC_NONE, 0x7, 0x5, 0), 0x7ee2187c) = 0 &amp;lt;0.000037&amp;gt;
18659 10:12:30.523509 nanosleep({tv_sec=0, tv_nsec=5000000}, NULL) = 0 &amp;lt;0.007258&amp;gt;
18659 10:12:30.531005 read(3, 0x7ee2161c, 260) = -1 EREMOTEIO (Remote I/O error) &amp;lt;0.000179&amp;gt;
18659 10:12:30.531346 nanosleep({tv_sec=0, tv_nsec=1000000}, NULL) = 0 &amp;lt;0.001129&amp;gt;
18659 10:12:30.532644 write(3, "Z\300\0\377\374", 5) = 5 &amp;lt;0.000640&amp;gt;&lt;/LI-CODE&gt;&lt;LI-CODE lang="python"&gt;# pkcs11-tool (does not work)
18684 10:13:47.901991 openat(AT_FDCWD, "/dev/i2c-1", O_RDWR) = 3 &amp;lt;0.000071&amp;gt;
18684 10:13:47.902200 ioctl(3, _IOC(_IOC_NONE, 0x7, 0x3, 0), 0x48) = 0 &amp;lt;0.000041&amp;gt;
18684 10:13:47.902344 ioctl(3, _IOC(_IOC_NONE, 0x7, 0x8, 0), 0) = 0 &amp;lt;0.000034&amp;gt;
18684 10:13:47.902473 ioctl(3, _IOC(_IOC_NONE, 0x7, 0x5, 0), 0x7ecf65c4) = 0 &amp;lt;0.000034&amp;gt;
18684 10:13:47.902662 nanosleep({tv_sec=0, tv_nsec=5000000}, NULL) = 0 &amp;lt;0.005108&amp;gt;
18684 10:13:47.907892 read(3, 0x7ecf6364, 260) = -1 EREMOTEIO (Remote I/O error) &amp;lt;0.000176&amp;gt;
18684 10:13:47.908185 nanosleep({tv_sec=0, tv_nsec=1000000}, NULL) = 0 &amp;lt;0.001099&amp;gt;
18684 10:13:47.909392 write(3, "Z\300\0\377\374", 5) = -1 EREMOTEIO (Remote I/O error) &amp;lt;0.000169&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Every other attempt with:&lt;/P&gt;&lt;P&gt;* the python scripts (/home/se050_middleware/simw-top/sss/plugin/openssl/scripts) `export EX_SSS_BOOT_SSS_PORT=/dev/i2c-1; export OPENSSL_CONF=/etc/ssl/nxp_openssl.cnf; python3 openssl_provisionEC.py --key_type prime256v1`&lt;/P&gt;&lt;P&gt;* the openssl command `openssl req -new -x509 -subj "/CN=Units" -engine e4sss -keyform engine -key 'pkcs11:id=xxxx;type=private' -out cert.pem` (with openssl configured with /usr/local/lib/libsss_engine.so),&lt;/P&gt;&lt;P&gt;* ssscli&lt;/P&gt;&lt;P&gt;fails in the same way.&lt;/P&gt;&lt;P&gt;&amp;nbsp;any help would be greatly appreciated! It is crucial from the business perspective for me to get it working.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;P&gt;peter&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 10:34:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/EdgeLock-SE050-OpenSSL-pkcs11-tool-and-SM-Connect-Failed-Status/m-p/1160035#M9474</guid>
      <dc:creator>peter_nt</dc:creator>
      <dc:date>2020-09-28T10:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: EdgeLock SE050 OpenSSL, pkcs11-tool, and SM_Connect Failed. Status 7012</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/EdgeLock-SE050-OpenSSL-pkcs11-tool-and-SM-Connect-Failed-Status/m-p/1160107#M9475</link>
      <description>&lt;P&gt;an update: when I have the gdb running:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;root@raspberrypi:/home/se050_middleware/simw-top/demos/se05x/seTool# ps axuw | grep gdb
root     19894  0.3  4.6  53500 44184 pts/2    S+   13:33   0:06 gdb --args /home/se050_middleware/simw-top_build/raspbian_native_se050_t1oi2c/bin/seTool genECC 0x01010101 /dev/i2c-1&lt;/LI-CODE&gt;&lt;P&gt;the pkcs11-tool command works, (as well as the python scripts examples)&lt;/P&gt;&lt;LI-CODE lang="python"&gt;root@raspberrypi:/home/se050_middleware/simw-top/demos/se05x/seTool# pkcs11-tool --module $PKCS11_MODULE --keypairgen --key-type rsa:1024 --label "sss:20202020"
ssse-flw: EmbSe_Init(): Entry
App   :INFO :Using PortName='/dev/i2c-1' (ENV: EX_SSS_BOOT_SSS_PORT=/dev/i2c-1)
sss   :INFO :atr (Len=35)
      00 A0 00 00    03 96 04 03    E8 00 FE 02    0B 03 E8 08
      01 00 00 00    00 64 00 00    0A 4A 43 4F    50 34 20 41
      54 50 4F
sss   :WARN :Communication channel is Plain.
sss   :WARN :!!!Not recommended for production use.!!!
ssse-flw: Version: 1.0.5
ssse-flw: EmbSe_Init(): Exit
ssse-flw: EmbSe_Finish(): Entry
ssse-flw: EmbSe_Finish(): Exit
Using slot 0 with a present token (0x1)
smCom :ERROR:phNxpEseProto7816_SendRawFrame Error phNxpEse_WriteFrame
smCom :ERROR:TransceiveProcess Transceive send failed, going to recovery!
smCom :ERROR:phNxpEseProto7816_Close TransceiveProcess failed
smCom :ERROR:Failed to close session
App   :INFO :Using PortName='/dev/i2c-1' (ENV: EX_SSS_BOOT_SSS_PORT=/dev/i2c-1)
sss   :INFO :atr (Len=35)
      00 A0 00 00    03 96 04 03    E8 00 FE 02    0B 03 E8 08
      01 00 00 00    00 64 00 00    0A 4A 43 4F    50 34 20 41
      54 50 4F
sss   :WARN :Communication channel is Plain.
sss   :WARN :!!!Not recommended for production use.!!!
App   :INFO :Destroyed mutex
Key pair generated:
Private Key Object; RSA
  label:      sss:20202020
  ID:         20202020
  Usage:      decrypt, signApp   :WARN :Attribute required : 0xcf534301


Private Key Object; RSA
  label:      sss:20202020
  ID:         20202020
  Usage:      decrypt, signApp   :WARN :Attribute required : 0xcf534301


App   :INFO :Destroyted mutex
App   :INFO :SessionCount = 0
ssse-flw: EmbSe_Destroy(): Entry&lt;/LI-CODE&gt;&lt;P&gt;the gdb is stopped at:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;106	    if (ioctl(axSmDevice, I2C_FUNCS, &amp;amp;funcs) &amp;lt; 0)
(gdb) p funcs
$4 = 66
(gdb) bt
#0  axI2CInit (conn_ctx=0x7efff894, pDevName=0x7efffd3c "/dev/i2c-1")
    at /home/se050_middleware/simw-top/hostlib/hostLib/platform/linux/i2c_a7.c:106&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 28 Sep 2020 13:06:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/EdgeLock-SE050-OpenSSL-pkcs11-tool-and-SM-Connect-Failed-Status/m-p/1160107#M9475</guid>
      <dc:creator>peter_nt</dc:creator>
      <dc:date>2020-09-28T13:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: EdgeLock SE050 OpenSSL, pkcs11-tool, and SM_Connect Failed. Status 7012</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/EdgeLock-SE050-OpenSSL-pkcs11-tool-and-SM-Connect-Failed-Status/m-p/1161240#M9494</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/178478"&gt;@peter_nt&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did you build the PKCS#11 library as below:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PKCS build.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/126544i84468CBD3D5FFE21/image-size/large?v=v2&amp;amp;px=999" role="button" title="PKCS build.png" alt="PKCS build.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Please kindly refer to "SE050-PLUG-TRUST-MW/simw-top/doc/plugins/pkcs11.html" for more details.&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;</description>
      <pubDate>Wed, 30 Sep 2020 09:49:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/EdgeLock-SE050-OpenSSL-pkcs11-tool-and-SM-Connect-Failed-Status/m-p/1161240#M9494</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2020-09-30T09:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: EdgeLock SE050 OpenSSL, pkcs11-tool, and SM_Connect Failed. Status 7012</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/EdgeLock-SE050-OpenSSL-pkcs11-tool-and-SM-Connect-Failed-Status/m-p/1491854#M14710</link>
      <description>&lt;P&gt;The pkcs11 example from&amp;nbsp;SE050-PLUG-TRUST-MW/simw-top/doc/plugins/pkcs11.html is NOT working (Version 04.02.00):&lt;/P&gt;&lt;P&gt;I have built the middleware&amp;nbsp;using the following cmake options :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;EXTRA_OECMAKE = " -DPTMW_Host=iMXLinux -DPTMW_HostCrypto=OPENSSL -DPTMW_SMCOM=T1oI2C \&lt;BR /&gt;-DPTMW_SE05X_Auth=None -DPTMW_SE05X_Ver=03_XX -DPTMW_Applet=SE05X_C \&lt;BR /&gt;-DCMAKE_BUILD_TYPE=Release -DSSS_HAVE_HOSTCRYPTO_MBEDTLS=ON -DRTOS_Default=ON"&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# export EX_SSS_BOOT_SSS_PORT=/dev/i2c-1&lt;/P&gt;&lt;P&gt;# se05x_GetInfo&lt;BR /&gt;App :INFO :PlugAndTrust_v04.02.00_20220524&lt;BR /&gt;App :INFO :Running se05x_GetInfo&lt;BR /&gt;App :INFO :Using PortName='/dev/i2c-1' (ENV: EX_SSS_BOOT_SSS_PORT=/dev/i2c-1)&lt;BR /&gt;sss :INFO :atr (Len=35)&lt;BR /&gt;00 A0 00 00 03 96 04 03 E8 00 FE 02 0B 03 E8 08&lt;BR /&gt;01 00 00 00 00 64 00 00 0A 4A 43 4F 50 34 20 41&lt;BR /&gt;54 50 4F&lt;BR /&gt;App :WARN :No SemsLite Applet Available.&lt;BR /&gt;App :INFO :Running se05x_GetInfo&lt;BR /&gt;App :INFO :Using PortName='/dev/i2c-1' (ENV: EX_SSS_BOOT_SSS_PORT=/dev/i2c-1)&lt;BR /&gt;sss :INFO :atr (Len=35)&lt;BR /&gt;00 A0 00 00 03 96 04 03 E8 00 FE 02 0B 03 E8 08&lt;BR /&gt;01 00 00 00 00 64 00 00 0A 4A 43 4F 50 34 20 41&lt;BR /&gt;54 50 4F&lt;BR /&gt;sss :WARN :Communication channel is Plain.&lt;BR /&gt;sss :WARN :!!!Not recommended for production use.!!!&lt;BR /&gt;App :WARN :#####################################################&lt;BR /&gt;App :INFO :uid (Len=18)&lt;BR /&gt;04 00 50 01 12 C6 95 52 78 CE 6D 04 48 5F EA BA&lt;BR /&gt;6A 80&lt;BR /&gt;App :WARN :#####################################################&lt;BR /&gt;App :INFO :Applet Major = 3&lt;BR /&gt;App :INFO :Applet Minor = 1&lt;BR /&gt;App :INFO :Applet patch = 1&lt;BR /&gt;App :INFO :AppletConfig = 479A&lt;BR /&gt;App :INFO :With ECDSA_ECDH_ECDHE&lt;BR /&gt;App :INFO :WithOut EDDSA&lt;BR /&gt;App :INFO :With DH_MONT&lt;BR /&gt;App :INFO :With HMAC&lt;BR /&gt;App :INFO :WithOut RSA_PLAIN&lt;BR /&gt;App :INFO :WithOut RSA_CRT&lt;BR /&gt;App :INFO :With AES&lt;BR /&gt;App :INFO :With DES&lt;BR /&gt;App :INFO :With PBKDF&lt;BR /&gt;App :INFO :With TLS&lt;BR /&gt;App :INFO :WithOut MIFARE&lt;BR /&gt;App :INFO :WithOut I2CM&lt;BR /&gt;App :INFO :Internal = 010B&lt;BR /&gt;App :WARN :#####################################################&lt;BR /&gt;App :INFO :Tag value - proprietary data 0xFE = 0xFE&lt;BR /&gt;App :INFO :Length of following data 0x45 = 0x45&lt;BR /&gt;App :INFO :Tag card identification data (Len=2)&lt;BR /&gt;DF 28&lt;BR /&gt;App :INFO :Length of card identification data = 0x42&lt;BR /&gt;App :INFO :Tag configuration ID (Must be 0x01) = 0x01&lt;BR /&gt;App :INFO :Configuration ID (Len=12)&lt;BR /&gt;00 03 A2 05 5A 4B 63 E5 51 8D 0C C4&lt;BR /&gt;App :INFO :OEF ID (Len=2)&lt;BR /&gt;A2 05&lt;BR /&gt;App :INFO :Tag patch ID (Must be 0x02) = 0x02&lt;BR /&gt;App :INFO :Patch ID (Len=8)&lt;BR /&gt;00 00 00 00 00 00 00 01&lt;BR /&gt;App :INFO :Tag platform build ID1 (Must be 0x03) = 0x03&lt;BR /&gt;App :INFO :Platform build ID (Len=24)&lt;BR /&gt;4A 33 52 33 35 31 30 32 31 45 45 45 30 34 30 30&lt;BR /&gt;BC 03 04 79 33 8D 18 10&lt;BR /&gt;App :INFO :JCOP Platform ID = J3R351021EEE0400&lt;BR /&gt;App :INFO :Tag FIPS mode (Must be 0x05) = 0x05&lt;BR /&gt;App :INFO :FIPS mode var = 0x00&lt;BR /&gt;App :INFO :Tag pre-perso state (Must be 0x07) = 0x07&lt;BR /&gt;App :INFO :Bit mask of pre-perso state var = 0x00&lt;BR /&gt;App :INFO :Tag ROM ID (Must be 0x08) = 0x08&lt;BR /&gt;App :INFO :ROM ID (Len=8)&lt;BR /&gt;2E 5A D8 84 09 C9 BA DB&lt;BR /&gt;App :INFO :Status Word (SW) (Len=2)&lt;BR /&gt;90 00&lt;BR /&gt;App :INFO :se05x_GetInfoPlainApplet Example Success !!!...&lt;BR /&gt;App :WARN :#####################################################&lt;BR /&gt;App :INFO :cplc_data.IC_fabricator (Len=2)&lt;BR /&gt;47 90&lt;BR /&gt;App :INFO :cplc_data.IC_type1 (Len=2)&lt;BR /&gt;D3 21&lt;BR /&gt;App :INFO :cplc_data.Operating_system_identifier (Len=2)&lt;BR /&gt;47 00&lt;BR /&gt;App :INFO :cplc_data.Operating_system_release_date (Len=2)&lt;BR /&gt;00 00&lt;BR /&gt;App :INFO :cplc_data.Operating_system_release_level (Len=2)&lt;BR /&gt;00 00&lt;BR /&gt;App :INFO :cplc_data.IC_fabrication_date (Len=2)&lt;BR /&gt;00 23&lt;BR /&gt;App :INFO :cplc_data.IC_Serial_number (Len=4)&lt;BR /&gt;15 87 31 99&lt;BR /&gt;App :INFO :cplc_data.IC_Batch_identifier (Len=2)&lt;BR /&gt;44 17&lt;BR /&gt;App :INFO :cplc_data.IC_module_fabricator (Len=2)&lt;BR /&gt;00 00&lt;BR /&gt;App :INFO :cplc_data.IC_module_packaging_date (Len=2)&lt;BR /&gt;00 00&lt;BR /&gt;App :INFO :cplc_data.ICC_manufacturer (Len=2)&lt;BR /&gt;00 00&lt;BR /&gt;App :INFO :cplc_data.IC_embedding_date (Len=2)&lt;BR /&gt;00 00&lt;BR /&gt;App :INFO :cplc_data.IC_OS_initializer (Len=2)&lt;BR /&gt;08 48&lt;BR /&gt;App :INFO :cplc_data.IC_OS_initialization_date (Len=2)&lt;BR /&gt;5F 35&lt;BR /&gt;App :INFO :cplc_data.IC_OS_initialization_equipment (Len=4)&lt;BR /&gt;38 37 33 31&lt;BR /&gt;App :INFO :cplc_data.IC_personalizer (Len=2)&lt;BR /&gt;00 00&lt;BR /&gt;App :INFO :cplc_data.IC_personalization_date (Len=2)&lt;BR /&gt;00 00&lt;BR /&gt;App :INFO :cplc_data.IC_personalization_equipment_ID (Len=4)&lt;BR /&gt;00 00 00 00&lt;BR /&gt;App :INFO :cplc_data.SW (Len=2)&lt;BR /&gt;90 00&lt;BR /&gt;App :INFO :ex_sss Finished&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ls -l /usr/lib/libsss_pkcs11.so&lt;BR /&gt;-rwxr-xr-x 1 root root 559808 Jul 18 08:19 /usr/lib/libsss_pkcs11.so&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# pkcs11-tool --module /usr/lib/libsss_pkcs11.so --keypairgen --key-type rsa:1024 --label "sss:11223344"&lt;BR /&gt;Using slot 0 with a present token (0x1)&lt;BR /&gt;smCom :WARN :Invalid conn_ctx&lt;BR /&gt;App :INFO :Using PortName='/dev/i2c-1' (ENV: EX_SSS_BOOT_SSS_PORT=/dev/i2c-1)&lt;BR /&gt;sss :INFO :atr (Len=35)&lt;BR /&gt;00 A0 00 00 03 96 04 03 E8 00 FE 02 0B 03 E8 08&lt;BR /&gt;01 00 00 00 00 64 00 00 0A 4A 43 4F 50 34 20 41&lt;BR /&gt;54 50 4F&lt;BR /&gt;sss :WARN :Communication channel is Plain.&lt;BR /&gt;sss :WARN :!!!Not recommended for production use.!!!&lt;BR /&gt;sss :WARN :nxEnsure:'ret == SM_OK' failed. At Line:6971 Function:sss_se05x_TXn&lt;BR /&gt;sss :WARN :nxEnsure:'status == SM_OK' failed. At Line:3578 Function:sss_se05x_key_store_generate_key&lt;BR /&gt;error: PKCS11 function C_GenerateKeyPair failed: rv = CKR_FUNCTION_FAILED (0x6)&lt;BR /&gt;Aborting.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;what am I missing ?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jul 2022 14:04:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/EdgeLock-SE050-OpenSSL-pkcs11-tool-and-SM-Connect-Failed-Status/m-p/1491854#M14710</guid>
      <dc:creator>ayoubzaki</dc:creator>
      <dc:date>2022-07-19T14:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: EdgeLock SE050 OpenSSL, pkcs11-tool, and SM_Connect Failed. Status 7012</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/EdgeLock-SE050-OpenSSL-pkcs11-tool-and-SM-Connect-Failed-Status/m-p/1491865#M14711</link>
      <description>&lt;P&gt;The pkcs11 example from&amp;nbsp;SE050-PLUG-TRUST-MW/simw-top/doc/plugins/pkcs11.html is NOT working (Version 04.02.00):&lt;/P&gt;&lt;P&gt;I have built the middleware&amp;nbsp;using the following cmake options :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;EXTRA_OECMAKE = " -DPTMW_Host=iMXLinux -DPTMW_HostCrypto=OPENSSL -DPTMW_SMCOM=T1oI2C \&lt;BR /&gt;-DPTMW_SE05X_Auth=None -DPTMW_SE05X_Ver=03_XX -DPTMW_Applet=SE05X_C \&lt;BR /&gt;-DCMAKE_BUILD_TYPE=Release -DSSS_HAVE_HOSTCRYPTO_MBEDTLS=ON -DRTOS_Default=ON"&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# export EX_SSS_BOOT_SSS_PORT=/dev/i2c-1&lt;/P&gt;&lt;P&gt;# se05x_GetInfo&lt;BR /&gt;App :INFO :PlugAndTrust_v04.02.00_20220524&lt;BR /&gt;App :INFO :Running se05x_GetInfo&lt;BR /&gt;App :INFO :Using PortName='/dev/i2c-1' (ENV: EX_SSS_BOOT_SSS_PORT=/dev/i2c-1)&lt;BR /&gt;sss :INFO :atr (Len=35)&lt;BR /&gt;00 A0 00 00 03 96 04 03 E8 00 FE 02 0B 03 E8 08&lt;BR /&gt;01 00 00 00 00 64 00 00 0A 4A 43 4F 50 34 20 41&lt;BR /&gt;54 50 4F&lt;BR /&gt;App :WARN :No SemsLite Applet Available.&lt;BR /&gt;App :INFO :Running se05x_GetInfo&lt;BR /&gt;App :INFO :Using PortName='/dev/i2c-1' (ENV: EX_SSS_BOOT_SSS_PORT=/dev/i2c-1)&lt;BR /&gt;sss :INFO :atr (Len=35)&lt;BR /&gt;00 A0 00 00 03 96 04 03 E8 00 FE 02 0B 03 E8 08&lt;BR /&gt;01 00 00 00 00 64 00 00 0A 4A 43 4F 50 34 20 41&lt;BR /&gt;54 50 4F&lt;BR /&gt;sss :WARN :Communication channel is Plain.&lt;BR /&gt;sss :WARN :!!!Not recommended for production use.!!!&lt;BR /&gt;App :WARN :#####################################################&lt;BR /&gt;App :INFO :uid (Len=18)&lt;BR /&gt;04 00 50 01 12 C6 95 52 78 CE 6D 04 48 5F EA BA&lt;BR /&gt;6A 80&lt;BR /&gt;App :WARN :#####################################################&lt;BR /&gt;App :INFO :Applet Major = 3&lt;BR /&gt;App :INFO :Applet Minor = 1&lt;BR /&gt;App :INFO :Applet patch = 1&lt;BR /&gt;App :INFO :AppletConfig = 479A&lt;BR /&gt;App :INFO :With ECDSA_ECDH_ECDHE&lt;BR /&gt;App :INFO :WithOut EDDSA&lt;BR /&gt;App :INFO :With DH_MONT&lt;BR /&gt;App :INFO :With HMAC&lt;BR /&gt;App :INFO :WithOut RSA_PLAIN&lt;BR /&gt;App :INFO :WithOut RSA_CRT&lt;BR /&gt;App :INFO :With AES&lt;BR /&gt;App :INFO :With DES&lt;BR /&gt;App :INFO :With PBKDF&lt;BR /&gt;App :INFO :With TLS&lt;BR /&gt;App :INFO :WithOut MIFARE&lt;BR /&gt;App :INFO :WithOut I2CM&lt;BR /&gt;App :INFO :Internal = 010B&lt;BR /&gt;App :WARN :#####################################################&lt;BR /&gt;App :INFO :Tag value - proprietary data 0xFE = 0xFE&lt;BR /&gt;App :INFO :Length of following data 0x45 = 0x45&lt;BR /&gt;App :INFO :Tag card identification data (Len=2)&lt;BR /&gt;DF 28&lt;BR /&gt;App :INFO :Length of card identification data = 0x42&lt;BR /&gt;App :INFO :Tag configuration ID (Must be 0x01) = 0x01&lt;BR /&gt;App :INFO :Configuration ID (Len=12)&lt;BR /&gt;00 03 A2 05 5A 4B 63 E5 51 8D 0C C4&lt;BR /&gt;App :INFO :OEF ID (Len=2)&lt;BR /&gt;A2 05&lt;BR /&gt;App :INFO :Tag patch ID (Must be 0x02) = 0x02&lt;BR /&gt;App :INFO :Patch ID (Len=8)&lt;BR /&gt;00 00 00 00 00 00 00 01&lt;BR /&gt;App :INFO :Tag platform build ID1 (Must be 0x03) = 0x03&lt;BR /&gt;App :INFO :Platform build ID (Len=24)&lt;BR /&gt;4A 33 52 33 35 31 30 32 31 45 45 45 30 34 30 30&lt;BR /&gt;BC 03 04 79 33 8D 18 10&lt;BR /&gt;App :INFO :JCOP Platform ID = J3R351021EEE0400&lt;BR /&gt;App :INFO :Tag FIPS mode (Must be 0x05) = 0x05&lt;BR /&gt;App :INFO :FIPS mode var = 0x00&lt;BR /&gt;App :INFO :Tag pre-perso state (Must be 0x07) = 0x07&lt;BR /&gt;App :INFO :Bit mask of pre-perso state var = 0x00&lt;BR /&gt;App :INFO :Tag ROM ID (Must be 0x08) = 0x08&lt;BR /&gt;App :INFO :ROM ID (Len=8)&lt;BR /&gt;2E 5A D8 84 09 C9 BA DB&lt;BR /&gt;App :INFO :Status Word (SW) (Len=2)&lt;BR /&gt;90 00&lt;BR /&gt;App :INFO :se05x_GetInfoPlainApplet Example Success !!!...&lt;BR /&gt;App :WARN :#####################################################&lt;BR /&gt;App :INFO :cplc_data.IC_fabricator (Len=2)&lt;BR /&gt;47 90&lt;BR /&gt;App :INFO :cplc_data.IC_type1 (Len=2)&lt;BR /&gt;D3 21&lt;BR /&gt;App :INFO :cplc_data.Operating_system_identifier (Len=2)&lt;BR /&gt;47 00&lt;BR /&gt;App :INFO :cplc_data.Operating_system_release_date (Len=2)&lt;BR /&gt;00 00&lt;BR /&gt;App :INFO :cplc_data.Operating_system_release_level (Len=2)&lt;BR /&gt;00 00&lt;BR /&gt;App :INFO :cplc_data.IC_fabrication_date (Len=2)&lt;BR /&gt;00 23&lt;BR /&gt;App :INFO :cplc_data.IC_Serial_number (Len=4)&lt;BR /&gt;15 87 31 99&lt;BR /&gt;App :INFO :cplc_data.IC_Batch_identifier (Len=2)&lt;BR /&gt;44 17&lt;BR /&gt;App :INFO :cplc_data.IC_module_fabricator (Len=2)&lt;BR /&gt;00 00&lt;BR /&gt;App :INFO :cplc_data.IC_module_packaging_date (Len=2)&lt;BR /&gt;00 00&lt;BR /&gt;App :INFO :cplc_data.ICC_manufacturer (Len=2)&lt;BR /&gt;00 00&lt;BR /&gt;App :INFO :cplc_data.IC_embedding_date (Len=2)&lt;BR /&gt;00 00&lt;BR /&gt;App :INFO :cplc_data.IC_OS_initializer (Len=2)&lt;BR /&gt;08 48&lt;BR /&gt;App :INFO :cplc_data.IC_OS_initialization_date (Len=2)&lt;BR /&gt;5F 35&lt;BR /&gt;App :INFO :cplc_data.IC_OS_initialization_equipment (Len=4)&lt;BR /&gt;38 37 33 31&lt;BR /&gt;App :INFO :cplc_data.IC_personalizer (Len=2)&lt;BR /&gt;00 00&lt;BR /&gt;App :INFO :cplc_data.IC_personalization_date (Len=2)&lt;BR /&gt;00 00&lt;BR /&gt;App :INFO :cplc_data.IC_personalization_equipment_ID (Len=4)&lt;BR /&gt;00 00 00 00&lt;BR /&gt;App :INFO :cplc_data.SW (Len=2)&lt;BR /&gt;90 00&lt;BR /&gt;App :INFO :ex_sss Finished&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ls -l /usr/lib/libsss_pkcs11.so&lt;BR /&gt;-rwxr-xr-x 1 root root 559808 Jul 18 08:19 /usr/lib/libsss_pkcs11.so&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# pkcs11-tool --module /usr/lib/libsss_pkcs11.so --keypairgen --key-type rsa:1024 --label "sss:11223344"&lt;BR /&gt;Using slot 0 with a present token (0x1)&lt;BR /&gt;smCom :WARN :Invalid conn_ctx&lt;BR /&gt;App :INFO :Using PortName='/dev/i2c-1' (ENV: EX_SSS_BOOT_SSS_PORT=/dev/i2c-1)&lt;BR /&gt;sss :INFO :atr (Len=35)&lt;BR /&gt;00 A0 00 00 03 96 04 03 E8 00 FE 02 0B 03 E8 08&lt;BR /&gt;01 00 00 00 00 64 00 00 0A 4A 43 4F 50 34 20 41&lt;BR /&gt;54 50 4F&lt;BR /&gt;sss :WARN :Communication channel is Plain.&lt;BR /&gt;sss :WARN :!!!Not recommended for production use.!!!&lt;BR /&gt;sss :WARN :nxEnsure:'ret == SM_OK' failed. At Line:6971 Function:sss_se05x_TXn&lt;BR /&gt;sss :WARN :nxEnsure:'status == SM_OK' failed. At Line:3578 Function:sss_se05x_key_store_generate_key&lt;BR /&gt;error: PKCS11 function C_GenerateKeyPair failed: rv = CKR_FUNCTION_FAILED (0x6)&lt;BR /&gt;Aborting.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;what am I missing ?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jul 2022 14:20:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/EdgeLock-SE050-OpenSSL-pkcs11-tool-and-SM-Connect-Failed-Status/m-p/1491865#M14711</guid>
      <dc:creator>ayoubzaki</dc:creator>
      <dc:date>2022-07-19T14:20:00Z</dc:date>
    </item>
  </channel>
</rss>

