diff options
author | Shreyas Kalyan <shreyas.kalyan@mongodb.com> | 2019-11-15 00:18:36 +0000 |
---|---|---|
committer | evergreen <evergreen@mongodb.com> | 2019-11-15 00:18:36 +0000 |
commit | cc3f2c8ba06e9e8c248a0d91a9efd5351311ca37 (patch) | |
tree | cce857d427f02007a4cd10de17439522e1f2e104 /README.third_party.md | |
parent | e6deb004dfb74bbf0c381597185ea7cf88a9a812 (diff) | |
download | mongo-cc3f2c8ba06e9e8c248a0d91a9efd5351311ca37.tar.gz |
SERVER-44048 Fix OCSP Mock Responder
Diffstat (limited to 'README.third_party.md')
-rw-r--r-- | README.third_party.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/README.third_party.md b/README.third_party.md index 975d606109d..da40a71f26d 100644 --- a/README.third_party.md +++ b/README.third_party.md @@ -36,6 +36,8 @@ a notice will be included in | [linenoise] | BSD-3-Clause | | Unknown + changes | | ✗ | | [MozJS] | MPL-2.0 | ESR 60.9 | ESR 60.3.0 | | ✗ | | [MurmurHash3] | Public Domain | | Unknown + changes | ✗ | ✗ | +| [ocspbuilder] | MIT | 0.10.2 | 0.10.2 | | | +| [ocspresponder] | Apache-2.0 | 0.5.0 | 0.5.0 | | | | [Pcre] | BSD-3-Clause | 8.43 | 8.42 | | ✗ | | [S2] | Apache-2.0 | | Unknown | ✗ | ✗ | | [SafeInt] | MIT | 3.21 | 3.0.20p | | | @@ -66,6 +68,8 @@ a notice will be included in [linenoise]: https://github.com/antirez/linenoise [MozJS]: https://www.mozilla.org/en-US/security/known-vulnerabilities/firefox-esr [MurmurHash3]: https://github.com/aappleby/smhasher/blob/master/src/MurmurHash3.cpp +[ocspbuilder]: https://github.com/wbond/ocspbuilder +[ocspresponder]: https://github.com/threema-ch/ocspresponder [Pcre]: http://www.pcre.org/ [S2]: https://github.com/google/s2geometry [SafeInt]: https://github.com/dcleblanc/SafeInt |