<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:26:08 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>Whamcloud Community JIRA</title>
    <link>https://jira.whamcloud.com</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.4.14</version>
        <build-number>940014</build-number>
        <build-date>05-12-2023</build-date>
    </build-info>


<item>
            <title>[LU-9430] logic errors in lgss_sk code</title>
                <link>https://jira.whamcloud.com/browse/LU-9430</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Aside from the encryption protocol problems affecting the shared key feature in &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-9073&quot; title=&quot;SSK: lgss_sk generates keys with invalid HMAC and Crypto algorithms&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-9073&quot;&gt;&lt;del&gt;LU-9073&lt;/del&gt;&lt;/a&gt;, there are a couple trivial bugs in sk_name2hmac().  These affect logic for setting the hash type when creating a shared key.  For example, the encryption type is echoed to stdout rather than being properly assigned.  I will submit a patch to fix this.&lt;/p&gt;

&lt;p&gt;Example:&lt;br/&gt;
$ ./lgss_sk -w testlu.key -f lustretest -d /dev/urandom -i SHA512 -t server&lt;br/&gt;
sha512Reading random data for shared key from &apos;/dev/urandom&apos;&lt;br/&gt;
$ ./lgss_sk -r testlu.key&lt;br/&gt;
Version:        1&lt;br/&gt;
Type:           server&lt;br/&gt;
HMAC alg:       crypt&lt;br/&gt;
Crypto alg:     sha256&lt;br/&gt;
Ctx Expiration: 604800 seconds&lt;br/&gt;
Shared keylen:  256 bits&lt;br/&gt;
Prime length:   2048 bits&lt;br/&gt;
File system:    lustretest&lt;br/&gt;
MGS NIDs:      &lt;br/&gt;
Nodemap name:   default&lt;br/&gt;
Shared key:&lt;br/&gt;
  0000: a685 0f19 c96a 625e 9cd7 d800 26f2 228b  .....jb^....&amp;amp;.&quot;.&lt;br/&gt;
  0010: 86b8 a0e0 34a4 2fae 0b45 5d46 450a 5285  ....4./..E]FE.R.&lt;/p&gt;
</description>
                <environment></environment>
        <key id="45815">LU-9430</key>
            <summary>logic errors in lgss_sk code</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="5" iconUrl="https://jira.whamcloud.com/images/icons/priorities/trivial.svg">Trivial</priority>
                        <status id="5" iconUrl="https://jira.whamcloud.com/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="1">Fixed</resolution>
                                        <assignee username="hannac">Chris Hanna</assignee>
                                    <reporter username="hannac">Chris Hanna</reporter>
                        <labels>
                    </labels>
                <created>Tue, 2 May 2017 18:01:14 +0000</created>
                <updated>Tue, 9 May 2017 16:55:41 +0000</updated>
                            <resolved>Tue, 9 May 2017 04:10:19 +0000</resolved>
                                    <version>Lustre 2.9.0</version>
                                    <fixVersion>Lustre 2.10.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                            <comments>
                            <comment id="194183" author="gerrit" created="Tue, 2 May 2017 18:20:18 +0000"  >&lt;p&gt;Chris Hanna (hannac@iu.edu) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/26920&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/26920&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-9430&quot; title=&quot;logic errors in lgss_sk code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-9430&quot;&gt;&lt;del&gt;LU-9430&lt;/del&gt;&lt;/a&gt; utils: fix logic errors and putchar in sk_name2hmac()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 66a6aa1aa50f4a4786704e35e8b265970af3e09a&lt;/p&gt;</comment>
                            <comment id="194203" author="adilger" created="Tue, 2 May 2017 21:29:57 +0000"  >&lt;p&gt;Chris, how does this relate to patch &lt;a href=&quot;https://review.whamcloud.com/25199&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/25199&lt;/a&gt; &quot;&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-9073&quot; title=&quot;SSK: lgss_sk generates keys with invalid HMAC and Crypto algorithms&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-9073&quot;&gt;&lt;del&gt;LU-9073&lt;/del&gt;&lt;/a&gt; gss: Fix mixup between standard crypto and krb5 handling&quot;?  Does that patch still need to be updated to fix issues in GSS/SSK or is it totally incorrect and should be abandoned?&lt;/p&gt;</comment>
                            <comment id="194258" author="hannac" created="Wed, 3 May 2017 12:42:44 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-9073&quot; title=&quot;SSK: lgss_sk generates keys with invalid HMAC and Crypto algorithms&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-9073&quot;&gt;&lt;del&gt;LU-9073&lt;/del&gt;&lt;/a&gt; (and &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-9086&quot; title=&quot;obd_config.c:1258:class_process_config()) no device for:&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-9086&quot;&gt;&lt;del&gt;LU-9086&lt;/del&gt;&lt;/a&gt;, see &lt;a href=&quot;https://review.whamcloud.com/#/c/25959/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/#/c/25959/&lt;/a&gt;)  still need to be addressed before this can be restored to function.&lt;/p&gt;</comment>
                            <comment id="194375" author="simmonsja" created="Wed, 3 May 2017 22:02:29 +0000"  >&lt;p&gt;I did plan to get to this work over last week end but then other dead line happened. I will work something out over this coming weekend.&lt;/p&gt;</comment>
                            <comment id="195003" author="gerrit" created="Tue, 9 May 2017 03:44:05 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/26920/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/26920/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-9430&quot; title=&quot;logic errors in lgss_sk code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-9430&quot;&gt;&lt;del&gt;LU-9430&lt;/del&gt;&lt;/a&gt; utils: fix logic errors and putchar in sk_name2hmac()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 2ffbcc9f9ad930fee2df53238b3244b7c3e6bb91&lt;/p&gt;</comment>
                            <comment id="195032" author="pjones" created="Tue, 9 May 2017 04:10:19 +0000"  >&lt;p&gt;Landed for 2.10&lt;/p&gt;</comment>
                            <comment id="195129" author="simmonsja" created="Tue, 9 May 2017 16:55:41 +0000"  >&lt;p&gt;I will continue the GSS fixing work under ticket &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7183&quot; title=&quot;lctl set_param -P does not work for sptlrpc flavor&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7183&quot;&gt;&lt;del&gt;LU-7183&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="43474">LU-9073</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="39754">LU-8602</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                            <customfield id="customfield_10890" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzzbnr:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10060" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Severity</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10023"><![CDATA[4]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        </customfields>
    </item>
</channel>
</rss>