Skip to content

Commit 01b73f1

Browse files
committed
DRIVERS-2789 Convert OCSP Spec to Markdown
1 parent 4b4d525 commit 01b73f1

File tree

7 files changed

+667
-1248
lines changed

7 files changed

+667
-1248
lines changed

source/client-side-encryption/client-side-encryption.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -677,11 +677,10 @@ Drivers MUST NOT raise an error if `tlsDisableOCSPEndpointCheck` is set. Setting
677677
prevent operation errors when OCSP responders are unresponsive.
678678

679679
See the OCSP specification for a description of the default values of
680-
[tlsDisableOCSPEndpointCheck](https://github.com/mongodb/specifications/blob/master/source/ocsp-support/ocsp-support.rst#tlsdisableocspendpointcheck)
681-
and
682-
[tlsDisableCertificateRevocationCheck](https://github.com/mongodb/specifications/blob/master/source/ocsp-support/ocsp-support.rst#tlsdisablecertificaterevocationcheck)
683-
Drivers MUST NOT modify the default value of `tlsDisableOCSPEndpointCheck` and `tlsDisableCertificateRevocationCheck`
684-
for KMS TLS connections.
680+
[tlsDisableOCSPEndpointCheck](../ocsp-support/ocsp-support.md#tlsdisableocspendpointcheck) and
681+
[tlsDisableCertificateRevocationCheck](../ocsp-support/ocsp-support.md#tlsdisablecertificaterevocationcheck) Drivers
682+
MUST NOT modify the default value of `tlsDisableOCSPEndpointCheck` and `tlsDisableCertificateRevocationCheck` for KMS
683+
TLS connections.
685684

686685
See [Why do KMS providers require TLS options?](#why-do-kms-providers-require-tls-options)
687686

source/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
- [Max Staleness](max-staleness/max-staleness.md)
2929
- [Max Staleness Tests](max-staleness/max-staleness-tests.md)
3030
- [MongoDB Handshake](mongodb-handshake/handshake.md)
31+
- [OCSP Support](ocsp-support/ocsp-support.md)
3132
- [OP_MSG](message/OP_MSG.md)
3233
- [ObjectID format](./objectid.md)
3334
- [Performance Benchmarking](benchmarking/benchmarking.md)

source/ocsp-support/ocsp-support.md

Lines changed: 531 additions & 768 deletions
Large diffs are not rendered by default.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2+
.. note::
3+
This specification has been converted to Markdown and renamed to
4+
`ocsp-support.md <ocsp-support.md>`_.

source/ocsp-support/tests/README.md

Lines changed: 125 additions & 208 deletions
Large diffs are not rendered by default.

source/ocsp-support/tests/README.rst

Lines changed: 0 additions & 265 deletions
This file was deleted.

0 commit comments

Comments
 (0)