<?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: SE05x Middleware 04.05.00: pkcs#11 wrong behavior with key labels</title>
    <link>https://community.nxp.com/t5/Secure-Authentication/SE05x-Middleware-04-05-00-pkcs-11-wrong-behavior-with-key-labels/m-p/1811527#M1521</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/111946"&gt;@msalvinik&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think we should use "&lt;SPAN&gt;-DPTMW_HostCrypto=MBEDTLS&lt;/SPAN&gt;" instead of "-DSSS_HAVE_HOSTCRYPTO_MBEDTLS=ON" for MW ver 4.5.0. Please kindly refer to the following for details.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Kan_Li_0-1708411734875.png" style="width: 536px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/263918i525EF67562710F2A/image-dimensions/536x213?v=v2" width="536" height="213" role="button" title="Kan_Li_0-1708411734875.png" alt="Kan_Li_0-1708411734875.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please kindly let me know if the problem is still there.&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>Tue, 20 Feb 2024 06:49:50 GMT</pubDate>
    <dc:creator>Kan_Li</dc:creator>
    <dc:date>2024-02-20T06:49:50Z</dc:date>
    <item>
      <title>SE05x Middleware 04.05.00: pkcs#11 wrong behavior with key labels</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/SE05x-Middleware-04-05-00-pkcs-11-wrong-behavior-with-key-labels/m-p/1810996#M1517</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;we are using an SE050A chip on an i.MX8MN with middleware 04.05.00.&lt;BR /&gt;Middleware is built by ourselves with these Cmake settings:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;-DCMAKE_BUILD_TYPE=Release \
-DPTMW_Host=iMXLinux \
-DPTMW_SMCOM=T1oI2C \
-DPTMW_SE05X_Auth=None \
-DPTMW_Applet=SE05X_A \
-DWithSharedLIB=ON \
-DPTMW_SE05X_Ver=03_XX \
-DPTMW_RTOS=Default \
-DSSS_HAVE_HOSTCRYPTO_MBEDTLS=ON \
-DPAHO_BUILD_STATIC=FALSE \
-DPAHO_BUILD_SHARED=TRUE \&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have some troubles using it with opensc (pkcs11-tool).&lt;/P&gt;&lt;P&gt;The problem is that when we have two or more public keys on the SE050, the signature verification fails. If there is only one key, the verification works properly.&lt;/P&gt;&lt;P&gt;Please find the attached example for all the details. Steps to reproduce are simple and are contained in section 1 of the attachment (full commands and output):&lt;/P&gt;&lt;P&gt;1. create a EC key pair with OpenSSL (key1)&lt;/P&gt;&lt;P&gt;2. sign a file with OpenSSL using private key1&lt;/P&gt;&lt;P&gt;2. connect to SE050, reset it and load the public key1 with label 0xaabbccdd&lt;/P&gt;&lt;P&gt;3. verify the signature with pkcs#11 using key label 0xaabbccdd (key1): &lt;STRONG&gt;it works&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;4. generate another EC key pair with OpenSSL (key2)&lt;/P&gt;&lt;P&gt;5. connect to SE050 and load the public key2 with label 0x01020304&lt;/P&gt;&lt;P&gt;6. verify again the signature with pkcs#11 using key label 0xaabbccdd (key1): &lt;STRONG&gt;it fails&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;7. connect to SE050 and delete the key with label 0x01020304 (key2)&lt;/P&gt;&lt;P&gt;8. re-do the verification of the signature with pkcs#11 using key label 0xaabbccdd (key1): &lt;STRONG&gt;it works&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Section 2 of the attachment contains the same steps but using a different label (0xccddeeff) for key2. With this label, key 2 is listed after key 1 (instead of before) in the objects list: the problem &lt;STRONG&gt;stills to happen&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Section 3 of the attachment contains another test: with only one key loaded, try to verify the signature using a non-existent label: &lt;U&gt;unexpectedly&lt;/U&gt;, &lt;STRONG&gt;it works&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Seems that the pkcs11 library completely ignores the label, making the library itself completely useless when there are two or more keys.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this a known bug? Are there programmed fixes for this bug?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mauro&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2024 14:46:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/SE05x-Middleware-04-05-00-pkcs-11-wrong-behavior-with-key-labels/m-p/1810996#M1517</guid>
      <dc:creator>msalvinik</dc:creator>
      <dc:date>2024-02-19T14:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: SE05x Middleware 04.05.00: pkcs#11 wrong behavior with key labels</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/SE05x-Middleware-04-05-00-pkcs-11-wrong-behavior-with-key-labels/m-p/1811030#M1518</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/111946"&gt;@msalvinik&lt;/a&gt;&amp;nbsp;Ciao Mauro,&lt;/P&gt;&lt;P&gt;first of all I would like to know if this problem is happening with the latest version of the P&amp;amp;T MW of December 2023.&lt;/P&gt;&lt;H3&gt;&lt;SPAN class=""&gt;EdgeLock SE05x Plug &amp;amp; Trust Middleware (04.05.00)&lt;/SPAN&gt;&lt;/H3&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;Rev 04.05.00&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;Dec 20, 2023&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;Please confirm, so that i report this PKSC#11 problem to MW team.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;cheers&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;Rodolfo&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 19 Feb 2024 15:35:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/SE05x-Middleware-04-05-00-pkcs-11-wrong-behavior-with-key-labels/m-p/1811030#M1518</guid>
      <dc:creator>rodolfoveltrigo</dc:creator>
      <dc:date>2024-02-19T15:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: SE05x Middleware 04.05.00: pkcs#11 wrong behavior with key labels</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/SE05x-Middleware-04-05-00-pkcs-11-wrong-behavior-with-key-labels/m-p/1811072#M1519</link>
      <description>&lt;P&gt;Ciao Rodolfo,&lt;/P&gt;&lt;P&gt;yes, the version we are using is 04.05.00, as stated in the issue title.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Mauro&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2024 16:30:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/SE05x-Middleware-04-05-00-pkcs-11-wrong-behavior-with-key-labels/m-p/1811072#M1519</guid>
      <dc:creator>msalvinik</dc:creator>
      <dc:date>2024-02-19T16:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: SE05x Middleware 04.05.00: pkcs#11 wrong behavior with key labels</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/SE05x-Middleware-04-05-00-pkcs-11-wrong-behavior-with-key-labels/m-p/1811527#M1521</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/111946"&gt;@msalvinik&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think we should use "&lt;SPAN&gt;-DPTMW_HostCrypto=MBEDTLS&lt;/SPAN&gt;" instead of "-DSSS_HAVE_HOSTCRYPTO_MBEDTLS=ON" for MW ver 4.5.0. Please kindly refer to the following for details.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Kan_Li_0-1708411734875.png" style="width: 536px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/263918i525EF67562710F2A/image-dimensions/536x213?v=v2" width="536" height="213" role="button" title="Kan_Li_0-1708411734875.png" alt="Kan_Li_0-1708411734875.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please kindly let me know if the problem is still there.&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>Tue, 20 Feb 2024 06:49:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/SE05x-Middleware-04-05-00-pkcs-11-wrong-behavior-with-key-labels/m-p/1811527#M1521</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2024-02-20T06:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: SE05x Middleware 04.05.00: pkcs#11 wrong behavior with key labels</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/SE05x-Middleware-04-05-00-pkcs-11-wrong-behavior-with-key-labels/m-p/1813822#M1523</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/59276"&gt;@Kan_Li&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;thank you for your answer.&lt;/P&gt;&lt;P&gt;Unfortunately I have the same problem also building with "-DPTMW_HostCrypto=MBEDTLS" instead of "-DSSS_HAVE_HOSTCRYPTO_MBEDTLS=ON"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;By the way, I would suggest to fix the section "8.8.4. Building on Linux/Raspberry Pi3" of the documentation, where is stated that the flag to use is "SSS_HAVE_HOSTCRYPTO_MBEDTLS=ON" (I taken this flag from there)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot from 2024-02-22 14-36-29.png" style="width: 748px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/264556iBB871457687BD683/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot from 2024-02-22 14-36-29.png" alt="Screenshot from 2024-02-22 14-36-29.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2024 13:39:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/SE05x-Middleware-04-05-00-pkcs-11-wrong-behavior-with-key-labels/m-p/1813822#M1523</guid>
      <dc:creator>msalvinik</dc:creator>
      <dc:date>2024-02-22T13:39:25Z</dc:date>
    </item>
    <item>
      <title>Re: SE05x Middleware 04.05.00: pkcs#11 wrong behavior with key labels</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/SE05x-Middleware-04-05-00-pkcs-11-wrong-behavior-with-key-labels/m-p/1817129#M1529</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/111946"&gt;@msalvinik&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As a quick solution, please use "--id" instead of "--label" . Please kindly refer to the following for more details.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Kan_Li_0-1709101305803.png" style="width: 691px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/265453i9A228C7704B65E5E/image-dimensions/691x178?v=v2" width="691" height="178" role="button" title="Kan_Li_0-1709101305803.png" alt="Kan_Li_0-1709101305803.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;In this case, the&amp;nbsp;&lt;SPAN&gt;unique identifier of the secure object is 0xaabbccdd and the related ID in pkcs11 is ddccbbaa.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hope that helps,&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;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2024 06:24:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/SE05x-Middleware-04-05-00-pkcs-11-wrong-behavior-with-key-labels/m-p/1817129#M1529</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2024-02-28T06:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: SE05x Middleware 04.05.00: pkcs#11 wrong behavior with key labels</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/SE05x-Middleware-04-05-00-pkcs-11-wrong-behavior-with-key-labels/m-p/1817263#M1530</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/59276"&gt;@Kan_Li&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;thank you for your feedback.&lt;/P&gt;&lt;P&gt;I confirm that your workaround works: with &lt;STRONG&gt;--id&lt;/STRONG&gt; (and the reversed key ID) I'm able to select the right key when there are more than one key stored on SE050.&lt;/P&gt;&lt;P&gt;I would like to report another issue: on some conditions, when the signature verification fails the pkcs11-tool returns 0 instead of an error code.&lt;BR /&gt;In detail, it happens for example when I pass an invalid signature to check: the verification process fails with log&lt;/P&gt;&lt;LI-CODE lang="c"&gt;PKCS11:ERROR: sss_asymmetric_verify_digest Failed...
Invalid signature&lt;/LI-CODE&gt;&lt;P&gt;but pkcs11-tool returns 0.&lt;/P&gt;&lt;P&gt;Instead, if I use an invalid key ID, the verification process fails with log&lt;/P&gt;&lt;LI-CODE lang="c"&gt;error: Public key nor certificate not found
Aborting.&lt;/LI-CODE&gt;&lt;P&gt;and pkcs11-tool returns 1 (error code).&lt;/P&gt;&lt;P&gt;Don't know if the bug is in libsss_pkcs11.so or in pkcs11-tool.&lt;/P&gt;&lt;P&gt;Thanks in advance, regards&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2024 08:28:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/SE05x-Middleware-04-05-00-pkcs-11-wrong-behavior-with-key-labels/m-p/1817263#M1530</guid>
      <dc:creator>msalvinik</dc:creator>
      <dc:date>2024-02-28T08:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: SE05x Middleware 04.05.00: pkcs#11 wrong behavior with key labels</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/SE05x-Middleware-04-05-00-pkcs-11-wrong-behavior-with-key-labels/m-p/1819280#M1532</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/111946"&gt;@msalvinik&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is a pkcs11-tool behavior as shown below:&lt;/P&gt;
&lt;P&gt;When using an invalid Key ID , the pkcs11-tool will return 1 by calling&amp;nbsp;util_fatal().&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Kan_Li_0-1709273351817.png" style="width: 611px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/265961i8A3414730BBCFEA2/image-dimensions/611x605?v=v2" width="611" height="605" role="button" title="Kan_Li_0-1709273351817.png" alt="Kan_Li_0-1709273351817.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;While doing the verify , the API always returns void even when the operation fails.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Kan_Li_1-1709273859588.png" style="width: 655px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/265962i930F248E75C63106/image-dimensions/655x307?v=v2" width="655" height="307" role="button" title="Kan_Li_1-1709273859588.png" alt="Kan_Li_1-1709273859588.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Only an error message printed in such cases.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Kan_Li_2-1709273990665.png" style="width: 640px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/265963i76A0FFCE31C60115/image-dimensions/640x518?v=v2" width="640" height="518" role="button" title="Kan_Li_2-1709273990665.png" alt="Kan_Li_2-1709273990665.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope that makes sense,&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;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2024 06:21:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/SE05x-Middleware-04-05-00-pkcs-11-wrong-behavior-with-key-labels/m-p/1819280#M1532</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2024-03-01T06:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: SE05x Middleware 04.05.00: pkcs#11 wrong behavior with key labels</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/SE05x-Middleware-04-05-00-pkcs-11-wrong-behavior-with-key-labels/m-p/1819498#M1534</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/59276"&gt;@Kan_Li&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;thank you for your explanation.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mauro&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2024 11:07:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/SE05x-Middleware-04-05-00-pkcs-11-wrong-behavior-with-key-labels/m-p/1819498#M1534</guid>
      <dc:creator>msalvinik</dc:creator>
      <dc:date>2024-03-01T11:07:43Z</dc:date>
    </item>
  </channel>
</rss>

