<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 09:07:46 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>MongoDB Jira</title>
    <link>https://jira.mongodb.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.7.1</version>
        <build-number>970001</build-number>
        <build-date>13-04-2023</build-date>
    </build-info>


<item>
            <title>[MONGOCRYPT-24] Crash if sha256/hmac_sha256 hooks return error</title>
                <link>https://jira.mongodb.org/browse/MONGOCRYPT-24</link>
                <project id="17481" key="MONGOCRYPT">Libmongocrypt</project>
                    <description></description>
                <environment></environment>
        <key id="886732">MONGOCRYPT-24</key>
            <summary>Crash if sha256/hmac_sha256 hooks return error</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</type>
                                            <priority id="2" iconUrl="https://jira.mongodb.org/images/icons/priorities/critical.svg">Critical - P2</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="13201">Fixed</resolution>
                                        <assignee username="kevin.albertson@mongodb.com">Kevin Albertson</assignee>
                                    <reporter username="kevin.albertson@mongodb.com">Kevin Albertson</reporter>
                        <labels>
                    </labels>
                <created>Wed, 7 Aug 2019 19:00:23 +0000</created>
                <updated>Sat, 28 Oct 2023 10:25:26 +0000</updated>
                            <resolved>Wed, 7 Aug 2019 21:34:07 +0000</resolved>
                                                    <fixVersion>1.0.0-beta5</fixVersion>
                                                        <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="2362044" author="xgen-internal-githook" created="Wed, 7 Aug 2019 21:32:49 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Kevin Albertson&apos;, &apos;username&apos;: &apos;kevinAlbs&apos;, &apos;email&apos;: &apos;kevin.albertson@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/MONGOCRYPT-24&quot; title=&quot;Crash if sha256/hmac_sha256 hooks return error&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MONGOCRYPT-24&quot;&gt;&lt;del&gt;CDRIVER-3282&lt;/del&gt;&lt;/a&gt; handle errors from sha256 hooks&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/libmongocrypt/commit/7a793c69eff58f6bc69d605c596145a8a049fd1a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/libmongocrypt/commit/7a793c69eff58f6bc69d605c596145a8a049fd1a&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2362006" author="xgen-internal-githook" created="Wed, 7 Aug 2019 20:57:43 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Dan Aprahamian&apos;, &apos;email&apos;: &apos;dan.aprahamian@gmail.com&apos;, &apos;username&apos;: &apos;daprahamian&apos;}
&lt;p&gt;Message: NODE: feat(cryptoCallbacks): pass crypto errors to libmongocrypt&lt;/p&gt;

&lt;p&gt;Passes crypto errors that occur on the js side back to&lt;br/&gt;
libmongocrypt. Requires every cryptoCallback to return a number&lt;br/&gt;
on success, or an error on failure.&lt;/p&gt;

&lt;p&gt;Also required an update to the state machine logic to account for&lt;br/&gt;
an error occurring during mongocrypt_ctx_finalize.&lt;/p&gt;

&lt;p&gt;Note: errors in cryptoCallbacks sha256 and hmacSha256 will&lt;br/&gt;
cause a segfault until &lt;a href=&quot;https://jira.mongodb.org/browse/MONGOCRYPT-24&quot; title=&quot;Crash if sha256/hmac_sha256 hooks return error&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MONGOCRYPT-24&quot;&gt;&lt;del&gt;CDRIVER-3282&lt;/del&gt;&lt;/a&gt; is fixed&lt;/p&gt;

&lt;p&gt;Fixes &lt;a href=&quot;https://jira.mongodb.org/browse/NODE-2082&quot; title=&quot;[FLE] pass all errors in crypto hooks back to libmongocrypt&quot; class=&quot;issue-link&quot; data-issue-key=&quot;NODE-2082&quot;&gt;&lt;del&gt;NODE-2082&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: &lt;a href=&quot;https://jira.mongodb.org/browse/NODE-2082&quot; title=&quot;[FLE] pass all errors in crypto hooks back to libmongocrypt&quot; class=&quot;issue-link&quot; data-issue-key=&quot;NODE-2082&quot;&gt;&lt;del&gt;NODE-2082&lt;/del&gt;&lt;/a&gt;/pass-errors-back-into-libmongocrypt&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/libmongocrypt/commit/efc853b5fc6d624166347fd63622bdd70849f21d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/libmongocrypt/commit/efc853b5fc6d624166347fd63622bdd70849f21d&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2362000" author="xgen-internal-githook" created="Wed, 7 Aug 2019 20:55:34 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Dan Aprahamian&apos;, &apos;username&apos;: &apos;daprahamian&apos;, &apos;email&apos;: &apos;dan.aprahamian@gmail.com&apos;}
&lt;p&gt;Message: NODE: feat(cryptoCallbacks): pass crypto errors to libmongocrypt&lt;/p&gt;

&lt;p&gt;Passes crypto errors that occur on the js side back to&lt;br/&gt;
libmongocrypt. Requires every cryptoCallback to return a number&lt;br/&gt;
on success, or an error on failure.&lt;/p&gt;

&lt;p&gt;Also required an update to the state machine logic to account for&lt;br/&gt;
an error occurring during mongocrypt_ctx_finalize.&lt;/p&gt;

&lt;p&gt;Note: errors in cryptoCallbacks sha256 and hmacSha256 will&lt;br/&gt;
cause a segfault until &lt;a href=&quot;https://jira.mongodb.org/browse/MONGOCRYPT-24&quot; title=&quot;Crash if sha256/hmac_sha256 hooks return error&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MONGOCRYPT-24&quot;&gt;&lt;del&gt;CDRIVER-3282&lt;/del&gt;&lt;/a&gt; is fixed&lt;/p&gt;

&lt;p&gt;Fixes &lt;a href=&quot;https://jira.mongodb.org/browse/NODE-2082&quot; title=&quot;[FLE] pass all errors in crypto hooks back to libmongocrypt&quot; class=&quot;issue-link&quot; data-issue-key=&quot;NODE-2082&quot;&gt;&lt;del&gt;NODE-2082&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: &lt;a href=&quot;https://jira.mongodb.org/browse/NODE-2082&quot; title=&quot;[FLE] pass all errors in crypto hooks back to libmongocrypt&quot; class=&quot;issue-link&quot; data-issue-key=&quot;NODE-2082&quot;&gt;&lt;del&gt;NODE-2082&lt;/del&gt;&lt;/a&gt;/pass-errors-back-into-libmongocrypt&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/libmongocrypt/commit/2c2e828ba70a88babc8336a7cca8501f0fb89d9b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/libmongocrypt/commit/2c2e828ba70a88babc8336a7cca8501f0fb89d9b&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                            <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hv8c0v:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>