Commit 1c808a9
authored
* RUBY-3694 Use correct CA when verifying OCSP endpoint (#2944)
* use the next cert in the chain as the CA when verifying OCSP
* don't assume the issuer is at a particular position in the chain
* Fix incorrect method description
* https for submodules
* fix submodule syntax
* update test configuration
* bump drivers-evergreen-tools for DB version lookups
* allow prepare_server to compute the distro in the format it needs
* more evergreen config tweaks
* more test tweaks
* fix broken resolver specs
* don't try to use mock_dns on ruby 2.7
* make sure and definie the minimum_mri_version constraint
* use https to clone git repos
* maybe we need to skip sooner to avoid the around hooks...
* Gracefully handle the case where the issuer can't be found (#2946)
* no need to test against latest; 2.20.x only supports up to 7.0
1 parent 8f16460 commit 1c808a9
File tree
18 files changed
+220
-559
lines changed- .evergreen
- config
- .github/workflows
- .mod
- lib/mongo/socket
- profile/driver_bench/rake
- spec
- integration
- support
18 files changed
+220
-559
lines changedLarge diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
187 | 190 | | |
188 | 191 | | |
189 | 192 | | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | | - | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
| |||
297 | 297 | | |
298 | 298 | | |
299 | 299 | | |
300 | | - | |
| 300 | + | |
301 | 301 | | |
302 | 302 | | |
303 | 303 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
464 | 464 | | |
465 | 465 | | |
466 | 466 | | |
467 | | - | |
468 | | - | |
469 | | - | |
470 | | - | |
471 | | - | |
472 | | - | |
473 | | - | |
474 | | - | |
475 | | - | |
476 | | - | |
477 | | - | |
478 | | - | |
479 | | - | |
480 | | - | |
481 | | - | |
482 | | - | |
483 | | - | |
484 | | - | |
485 | | - | |
486 | | - | |
487 | | - | |
488 | | - | |
489 | | - | |
490 | | - | |
491 | | - | |
492 | | - | |
493 | | - | |
494 | | - | |
495 | | - | |
496 | | - | |
497 | | - | |
498 | | - | |
499 | | - | |
500 | | - | |
501 | | - | |
502 | | - | |
503 | | - | |
504 | | - | |
505 | | - | |
506 | | - | |
507 | | - | |
508 | | - | |
509 | | - | |
510 | | - | |
511 | | - | |
512 | | - | |
513 | | - | |
514 | | - | |
515 | | - | |
516 | | - | |
517 | | - | |
518 | | - | |
519 | | - | |
520 | | - | |
521 | | - | |
522 | | - | |
523 | | - | |
524 | | - | |
525 | | - | |
526 | 467 | | |
527 | 468 | | |
528 | 469 | | |
| |||
752 | 693 | | |
753 | 694 | | |
754 | 695 | | |
755 | | - | |
756 | | - | |
757 | | - | |
758 | | - | |
759 | | - | |
760 | | - | |
761 | | - | |
762 | 696 | | |
763 | 697 | | |
764 | 698 | | |
765 | 699 | | |
766 | 700 | | |
767 | 701 | | |
768 | | - | |
769 | | - | |
770 | | - | |
771 | | - | |
772 | | - | |
773 | | - | |
774 | | - | |
775 | 702 | | |
776 | 703 | | |
777 | 704 | | |
778 | 705 | | |
779 | 706 | | |
780 | 707 | | |
781 | 708 | | |
782 | | - | |
783 | | - | |
784 | | - | |
785 | | - | |
786 | 709 | | |
787 | 710 | | |
788 | 711 | | |
| |||
0 commit comments