<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>dd8f4270de752130faf19ef3a97f09ae0931a5d5 - keyring: pass module in spdk_keyring_remove_key()</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/spdk/lib/keyring/Makefile#dd8f4270de752130faf19ef3a97f09ae0931a5d5</link>
        <description>keyring: pass module in spdk_keyring_remove_key()This ensures that the key will only be removed if the module matches themodule owning the key.  Also, while here, make this function return astatus indicating whether the key was removed successfully.Signed-off-by: Konrad Sztyber &lt;konrad.sztyber@intel.com&gt;Change-Id: Iaabf863edd87863ddcb4b9b23831672b10eedb07Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/24807Reviewed-by: Aleksey Marchuk &lt;alexeymar@nvidia.com&gt;Community-CI: Mellanox Build BotTested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Reviewed-by: Jim Harris &lt;jim.harris@samsung.com&gt;

            List of files:
            /spdk/lib/keyring/Makefile</description>
        <pubDate>Wed, 04 Sep 2024 13:23:50 +0000</pubDate>
        <dc:creator>Konrad Sztyber &lt;konrad.sztyber@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>48a04a3f468fc26738a63b41690c92693b1abd7c - keyring: add RPC for listing available keys</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/spdk/lib/keyring/Makefile#48a04a3f468fc26738a63b41690c92693b1abd7c</link>
        <description>keyring: add RPC for listing available keysSigned-off-by: Konrad Sztyber &lt;konrad.sztyber@intel.com&gt;Change-Id: I4f9f6753fa616bc1c61abb43656f95c91abf3120Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/21739Reviewed-by: Jim Harris &lt;jim.harris@samsung.com&gt;Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Reviewed-by: Aleksey Marchuk &lt;alexeymar@nvidia.com&gt;

            List of files:
            /spdk/lib/keyring/Makefile</description>
        <pubDate>Thu, 14 Dec 2023 14:46:44 +0000</pubDate>
        <dc:creator>Konrad Sztyber &lt;konrad.sztyber@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>cc662ec1a1cc7ce6ce7a2f1e85f18e9b66a5331b - lib: add keyring library</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/spdk/lib/keyring/Makefile#cc662ec1a1cc7ce6ce7a2f1e85f18e9b66a5331b</link>
        <description>lib: add keyring libraryThe purpose of this library is to provide other libraries with aninterface for retrieving cryptographic keys.  This interface consists offunctions managing the keyring (add/remove), keeping track of keyreferences (get/put), and a set of callbacks used to define modulesresponsible for providing access to the keys in a secure manner.Key objects (called spdk_key) are identified by a unique name.  Theydon&apos;t hold the keying material themselves, but only act as references tothe actual key.  Once the key is needed to perform a crypto operation,this reference is used to retrieve keying material.  These objects arerefcounted, so it is safe to remove a key from the keyring while it&apos;sstill in use.  If that happens, the spdk_key object remains valid, butit cannot be used to obtain the key (i.e. spdk_key_get_key() will resultin -ENOKEY).Signed-off-by: Konrad Sztyber &lt;konrad.sztyber@intel.com&gt;Change-Id: I5324fa28d5828a989b003bb5f715cfcac2077262Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/21734Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Reviewed-by: Jim Harris &lt;jim.harris@samsung.com&gt;Reviewed-by: Aleksey Marchuk &lt;alexeymar@nvidia.com&gt;

            List of files:
            /spdk/lib/keyring/Makefile</description>
        <pubDate>Tue, 28 Nov 2023 15:16:27 +0000</pubDate>
        <dc:creator>Konrad Sztyber &lt;konrad.sztyber@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
