Skip to content

Commit 9226c34

Browse files
authored
Clarify requirement of TLS options API (#1343)
1 parent d268119 commit 9226c34

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/client-side-encryption/client-side-encryption.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -688,9 +688,9 @@ server TLS connections. The TLS options MUST enable setting a custom client
688688
certificate, equivalent to the `tlsCertificateKeyFile` URI option.
689689

690690
Drivers SHOULD provide API that is consistent with configuring TLS options for
691-
MongoDB server TLS connections. New API to support the options MUST be
692-
independent of the KMS provider to permit future extension. The following is an
693-
example:
691+
MongoDB server TLS connections. New API to support the TLS options MUST support
692+
future addition of KMS providers without requiring a driver API change.
693+
The following is an example:
694694

695695
.. code:: typescript
696696

0 commit comments

Comments
 (0)