<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 22:07:06 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>[CXX-2817] Enable use of native crypto in libmongocrypt bindings</title>
                <link>https://jira.mongodb.org/browse/CXX-2817</link>
                <project id="11980" key="CXX">C++ Driver</project>
                    <description>&lt;p&gt;This ticket was split from &lt;tt&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DRIVERS-2718&quot; title=&quot;Enable use of native crypto in libmongocrypt bindings&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DRIVERS-2718&quot;&gt;DRIVERS-2718&lt;/a&gt;&lt;/tt&gt;, please see that ticket for a detailed description. &lt;/p&gt;</description>
                <environment></environment>
        <key id="2562843">CXX-2817</key>
            <summary>Enable use of native crypto in libmongocrypt bindings</summary>
                <type id="3" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14718&amp;avatarType=issuetype">Task</type>
                                            <priority id="10300" iconUrl="https://jira.mongodb.org/images/icons/priorities/medium.svg">Unknown</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="13202">Works as Designed</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="dbeng-pm-bot">PM Bot</reporter>
                        <labels>
                    </labels>
                <created>Wed, 31 Jan 2024 16:52:02 +0000</created>
                <updated>Wed, 31 Jan 2024 16:55:18 +0000</updated>
                            <resolved>Wed, 31 Jan 2024 16:55:18 +0000</resolved>
                                                                    <component>Client Side Encryption</component>
                    <component>Performance</component>
                                        <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="6056420" author="kevin.albertson" created="Wed, 31 Jan 2024 16:55:18 +0000"  >&lt;p&gt;Closing as &quot;Works as Designed&quot;. &lt;a href=&quot;https://jira.mongodb.org/browse/DRIVERS-2718&quot; title=&quot;Enable use of native crypto in libmongocrypt bindings&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DRIVERS-2718&quot;&gt;DRIVERS-2718&lt;/a&gt; notes: &lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;I expect this work only applies to drivers that implement the crypto hooks (i.e. calling &lt;tt&gt;mongocrypt_setopt_crypto_hooks&lt;/tt&gt; and friends). From &lt;a href=&quot;https://docs.google.com/spreadsheets/d/1NKtmYEr_Zrf_eDATpfCBfWyLH8GC1vj075aSCLqrca0/edit#gid=0&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;this survey&lt;/a&gt;, this appears to be: C#, Java, Node.js, Python, Ruby.&lt;/p&gt;&lt;/blockquote&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10620">
                    <name>Issue split</name>
                                                                <inwardlinks description="split from">
                                        <issuelink>
            <issuekey id="2437410">DRIVERS-2718</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <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|i2srpw:</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>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_21457" key="com.atlassian.jira.plugin.system.customfieldtypes:textarea">
                        <customfieldname>Upstream Changes Summary</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>&lt;p&gt;&lt;b&gt;Summary of necessary driver changes&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Package the crypto-enabled libmongocrypt on platforms where it is safe to do so: Mac and Windows. For Linux, continue to package the crypto-disabled (nocrypto) builds due to the issues with OpenSSL versioning (see &lt;a href=&quot;https://jira.mongodb.org/browse/MONGOCRYPT-112&quot; title=&quot;Create pluggable encryption layer&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MONGOCRYPT-112&quot;&gt;&lt;del&gt;MONGOCRYPT-112&lt;/del&gt;&lt;/a&gt;).&lt;/p&gt;

&lt;p&gt;Check if the loaded libmongocrypt supports native crypto by calling &lt;tt&gt;mongocrypt_is_crypto_available&lt;/tt&gt;. Only register crypto callbacks if it returns false.&lt;/p&gt;

&lt;p&gt;Document that on Linux, high-performance use cases should install libmongocrypt on the system. If possible, ensure this install takes precedence over the packaged crypto-disabled libmongocrypt.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Context for other referenced/linked tickets&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;&lt;tt&gt;mongocrypt_is_crypto_available&lt;/tt&gt; is added in &lt;a href=&quot;https://jira.mongodb.org/browse/MONGOCRYPT-616&quot; title=&quot;Add API to determine if built with native crypto&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MONGOCRYPT-616&quot;&gt;&lt;del&gt;MONGOCRYPT-616&lt;/del&gt;&lt;/a&gt;. Until it is released, libmongocrypt binaries can be downloaded from the &lt;a href=&quot;https://spruce.mongodb.com/task/libmongocrypt_publish_upload_all_9bd7e00acc3c87d804f7d1b842acb376f0a01fe4_24_01_25_18_57_43&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;upload-all task for the commit&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;I expect this work only applies to drivers that implement the crypto hooks (i.e. calling &lt;tt&gt;mongocrypt_setopt_crypto_hooks&lt;/tt&gt; and friends). From &lt;a href=&quot;https://docs.google.com/spreadsheets/d/1NKtmYEr_Zrf_eDATpfCBfWyLH8GC1vj075aSCLqrca0/edit#gid=0&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;this survey&lt;/a&gt;, this appears to be: C#, Java, Node.js, Python, Ruby.&lt;/p&gt;</customfieldvalue>

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