Skip to content

Commit

Permalink
Sync client encryption (592e10fe7c16ddd3dc1c99f16f7bb1823e9f5b68) (#2079
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Fan2Shrek authored Feb 28, 2025
1 parent 7d4ec88 commit 1dff3d6
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 3 deletions.
7 changes: 6 additions & 1 deletion language-snippets.ent
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 3295741565f760edd22e305bd10e37f243e9e194 Maintainer: yannick Status: ready -->
<!-- EN-Revision: 592e10fe7c16ddd3dc1c99f16f7bb1823e9f5b68 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
<!-- Relecture des Notes, Précautions, Avertissements, Astuces, Divers et Retour le 2018-12-29 par girgias -->

Expand Down Expand Up @@ -3436,6 +3436,11 @@ local: {
<entry>string</entry>
<entry>Optionnel. Hôte avec port optionnel.</entry>
</row>
<row>
<entry>delegated</entry>
<entry>bool</entry>
<entry>Optionnel. Si vrai, cette clé devrait être déchiffrer par le serveur KMIP.</entry>
</row>
</tbody>
</tgroup>
</table>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 2e94692706b2c5e2515eeeb7ce541c1e289f66ca Maintainer: Fan2Shrek Status: ready -->
<!-- EN-Revision: 592e10fe7c16ddd3dc1c99f16f7bb1823e9f5b68 Maintainer: Fan2Shrek Status: ready -->
<!-- Reviewed: yes -->
<refentry xml:id="mongodb-driver-clientencryption.createdatakey" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
Expand Down Expand Up @@ -121,6 +121,12 @@
</row>
</thead>
<tbody>
<row>
<entry>PECL mongodb 1.20.0</entry>
<entry>
Ajout de <literal>"delegated"</literal> aux options masterKey du fournisseur KMIP.
</entry>
</row>
<row>
<entry>PECL mongodb 1.15.0</entry>
<entry>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 9e9578a5c4288bf10c1675da131c79c4e28252a8 Maintainer: Fan2Shrek Status: ready -->
<!-- EN-Revision: 592e10fe7c16ddd3dc1c99f16f7bb1823e9f5b68 Maintainer: Fan2Shrek Status: ready -->
<!-- Reviewed: yes -->
<refentry xml:id="mongodb-driver-clientencryption.rewrapmanydatakey" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
Expand Down Expand Up @@ -102,6 +102,29 @@
<member>Lance une <classname>MongoDB\Driver\Exception\RuntimeException</classname> sur d'autres erreurs.</member>
</simplelist>
</refsect1>
<refsect1 role="changelog">
&reftitle.changelog;
<para>
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>PECL mongodb 1.20.0</entry>
<entry>
Ajout de <literal>"delegated"</literal> aux options masterKey du fournisseur KMIP.
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</para>
</refsect1>
</refentry>

<!-- Keep this comment at the end of the file
Expand Down

0 comments on commit 1dff3d6

Please sign in to comment.