mongo 2.21.0 → 2.21.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/mongo/auth/aws/conversation.rb +1 -1
- data/lib/mongo/auth/credential_cache.rb +13 -6
- data/lib/mongo/client.rb +75 -28
- data/lib/mongo/client_encryption.rb +1 -1
- data/lib/mongo/cluster/sdam_flow.rb +1 -1
- data/lib/mongo/collection/view/aggregation.rb +1 -1
- data/lib/mongo/crypt/binary.rb +5 -5
- data/lib/mongo/crypt/binding.rb +65 -1
- data/lib/mongo/crypt/context.rb +55 -27
- data/lib/mongo/crypt/encryption_io.rb +4 -2
- data/lib/mongo/crypt/handle.rb +1 -1
- data/lib/mongo/cursor.rb +1 -1
- data/lib/mongo/error/kms_error.rb +9 -0
- data/lib/mongo/error/pool_cleared_error.rb +1 -0
- data/lib/mongo/error/sdam_error_detection.rb +3 -3
- data/lib/mongo/lint.rb +1 -1
- data/lib/mongo/monitoring/event/secure.rb +1 -1
- data/lib/mongo/monitoring.rb +1 -1
- data/lib/mongo/operation/shared/read_preference_supported.rb +2 -2
- data/lib/mongo/operation/shared/sessions_supported.rb +2 -2
- data/lib/mongo/protocol/compressed.rb +1 -1
- data/lib/mongo/protocol/msg.rb +1 -1
- data/lib/mongo/search_index/view.rb +4 -4
- data/lib/mongo/server/push_monitor.rb +1 -1
- data/lib/mongo/session/server_session/dirtyable.rb +1 -1
- data/lib/mongo/socket.rb +29 -22
- data/lib/mongo/uri/srv_protocol.rb +3 -1
- data/lib/mongo/version.rb +1 -1
- data/mongo.gemspec +4 -4
- metadata +19 -2799
- data/Rakefile +0 -196
- data/spec/NOTES.aws-auth.md +0 -296
- data/spec/README.aws-auth.md +0 -318
- data/spec/README.md +0 -733
- data/spec/USERS.md +0 -72
- data/spec/atlas/atlas_connectivity_spec.rb +0 -27
- data/spec/atlas/operations_spec.rb +0 -23
- data/spec/faas/ruby-sam-app/Gemfile +0 -9
- data/spec/faas/ruby-sam-app/mongodb/Gemfile +0 -4
- data/spec/faas/ruby-sam-app/mongodb/app.rb +0 -149
- data/spec/faas/ruby-sam-app/template.yaml +0 -48
- data/spec/integration/auth_spec.rb +0 -309
- data/spec/integration/awaited_ismaster_spec.rb +0 -31
- data/spec/integration/aws_auth_credentials_cache_spec.rb +0 -51
- data/spec/integration/aws_auth_request_spec.rb +0 -77
- data/spec/integration/aws_credentials_retriever_spec.rb +0 -136
- data/spec/integration/aws_lambda_examples_spec.rb +0 -68
- data/spec/integration/bson_symbol_spec.rb +0 -39
- data/spec/integration/bulk_insert_spec.rb +0 -83
- data/spec/integration/bulk_write_error_message_spec.rb +0 -74
- data/spec/integration/bulk_write_spec.rb +0 -86
- data/spec/integration/change_stream_examples_spec.rb +0 -208
- data/spec/integration/change_stream_spec.rb +0 -814
- data/spec/integration/check_clean_slate_spec.rb +0 -19
- data/spec/integration/client_authentication_options_spec.rb +0 -514
- data/spec/integration/client_connectivity_spec.rb +0 -41
- data/spec/integration/client_construction_aws_auth_spec.rb +0 -203
- data/spec/integration/client_construction_spec.rb +0 -381
- data/spec/integration/client_side_encryption/auto_encryption_bulk_writes_spec.rb +0 -360
- data/spec/integration/client_side_encryption/auto_encryption_command_monitoring_spec.rb +0 -306
- data/spec/integration/client_side_encryption/auto_encryption_mongocryptd_spawn_spec.rb +0 -75
- data/spec/integration/client_side_encryption/auto_encryption_old_wire_version_spec.rb +0 -82
- data/spec/integration/client_side_encryption/auto_encryption_reconnect_spec.rb +0 -260
- data/spec/integration/client_side_encryption/auto_encryption_spec.rb +0 -754
- data/spec/integration/client_side_encryption/automatic_data_encryption_keys_prose_spec.rb +0 -153
- data/spec/integration/client_side_encryption/bson_size_limit_spec.rb +0 -190
- data/spec/integration/client_side_encryption/bypass_mongocryptd_spawn_spec.rb +0 -81
- data/spec/integration/client_side_encryption/client_close_spec.rb +0 -66
- data/spec/integration/client_side_encryption/corpus_spec.rb +0 -273
- data/spec/integration/client_side_encryption/custom_endpoint_spec.rb +0 -132
- data/spec/integration/client_side_encryption/data_key_spec.rb +0 -258
- data/spec/integration/client_side_encryption/decryption_events_prose_spec.rb +0 -159
- data/spec/integration/client_side_encryption/explicit_encryption_spec.rb +0 -176
- data/spec/integration/client_side_encryption/explicit_queryable_encryption_spec.rb +0 -150
- data/spec/integration/client_side_encryption/external_key_vault_spec.rb +0 -144
- data/spec/integration/client_side_encryption/kms_tls_options_spec.rb +0 -436
- data/spec/integration/client_side_encryption/kms_tls_spec.rb +0 -92
- data/spec/integration/client_side_encryption/mongocryptd_prose_spec.rb +0 -105
- data/spec/integration/client_side_encryption/on_demand_aws_credentials_spec.rb +0 -49
- data/spec/integration/client_side_encryption/on_demand_azure_credentials_spec.rb +0 -46
- data/spec/integration/client_side_encryption/on_demand_gcp_credentials_spec.rb +0 -47
- data/spec/integration/client_side_encryption/queryable_encryption_examples_spec.rb +0 -114
- data/spec/integration/client_side_encryption/range_explicit_encryption_prose_spec.rb +0 -583
- data/spec/integration/client_side_encryption/rewrap_prose_spec.rb +0 -114
- data/spec/integration/client_side_encryption/unique_index_on_key_alt_names_prose_spec.rb +0 -89
- data/spec/integration/client_side_encryption/views_spec.rb +0 -47
- data/spec/integration/client_side_operations_timeout/encryption_prose_spec.rb +0 -131
- data/spec/integration/client_spec.rb +0 -54
- data/spec/integration/client_update_spec.rb +0 -161
- data/spec/integration/collection_indexes_prose_spec.rb +0 -58
- data/spec/integration/command_monitoring_spec.rb +0 -184
- data/spec/integration/command_spec.rb +0 -157
- data/spec/integration/connect_single_rs_name_spec.rb +0 -75
- data/spec/integration/connection/faas_env_spec.rb +0 -62
- data/spec/integration/connection_pool_populator_spec.rb +0 -327
- data/spec/integration/connection_spec.rb +0 -353
- data/spec/integration/crud_spec.rb +0 -378
- data/spec/integration/cursor_pinning_spec.rb +0 -80
- data/spec/integration/cursor_reaping_spec.rb +0 -143
- data/spec/integration/docs_examples_spec.rb +0 -207
- data/spec/integration/error_detection_spec.rb +0 -42
- data/spec/integration/find_options_spec.rb +0 -227
- data/spec/integration/fork_reconnect_spec.rb +0 -207
- data/spec/integration/get_more_spec.rb +0 -42
- data/spec/integration/grid_fs_bucket_spec.rb +0 -51
- data/spec/integration/heartbeat_events_spec.rb +0 -102
- data/spec/integration/map_reduce_spec.rb +0 -81
- data/spec/integration/mmapv1_spec.rb +0 -31
- data/spec/integration/mongos_pinning_spec.rb +0 -37
- data/spec/integration/ocsp_connectivity_spec.rb +0 -29
- data/spec/integration/ocsp_verifier_cache_spec.rb +0 -191
- data/spec/integration/ocsp_verifier_spec.rb +0 -358
- data/spec/integration/operation_failure_code_spec.rb +0 -29
- data/spec/integration/operation_failure_message_spec.rb +0 -91
- data/spec/integration/query_cache_spec.rb +0 -1343
- data/spec/integration/query_cache_transactions_spec.rb +0 -193
- data/spec/integration/read_concern_spec.rb +0 -92
- data/spec/integration/read_preference_spec.rb +0 -548
- data/spec/integration/reconnect_spec.rb +0 -200
- data/spec/integration/retryable_errors_spec.rb +0 -286
- data/spec/integration/retryable_reads_errors_spec.rb +0 -275
- data/spec/integration/retryable_writes/retryable_writes_36_and_older_spec.rb +0 -764
- data/spec/integration/retryable_writes/retryable_writes_40_and_newer_spec.rb +0 -405
- data/spec/integration/retryable_writes/shared/adds_diagnostics.rb +0 -18
- data/spec/integration/retryable_writes/shared/does_not_support_retries.rb +0 -27
- data/spec/integration/retryable_writes/shared/only_supports_legacy_retries.rb +0 -28
- data/spec/integration/retryable_writes/shared/performs_legacy_retries.rb +0 -220
- data/spec/integration/retryable_writes/shared/performs_modern_retries.rb +0 -235
- data/spec/integration/retryable_writes/shared/performs_no_retries.rb +0 -113
- data/spec/integration/retryable_writes/shared/supports_legacy_retries.rb +0 -22
- data/spec/integration/retryable_writes/shared/supports_modern_retries.rb +0 -28
- data/spec/integration/retryable_writes/shared/supports_retries.rb +0 -19
- data/spec/integration/retryable_writes_errors_spec.rb +0 -348
- data/spec/integration/sdam_error_handling_spec.rb +0 -490
- data/spec/integration/sdam_events_spec.rb +0 -178
- data/spec/integration/sdam_prose_spec.rb +0 -67
- data/spec/integration/search_indexes_prose_spec.rb +0 -172
- data/spec/integration/secondary_reads_spec.rb +0 -103
- data/spec/integration/server_description_spec.rb +0 -48
- data/spec/integration/server_monitor_spec.rb +0 -57
- data/spec/integration/server_selection_spec.rb +0 -39
- data/spec/integration/server_selector_spec.rb +0 -107
- data/spec/integration/server_spec.rb +0 -67
- data/spec/integration/shell_examples_spec.rb +0 -984
- data/spec/integration/size_limit_spec.rb +0 -118
- data/spec/integration/snappy_compression_spec.rb +0 -28
- data/spec/integration/snapshot_query_examples_spec.rb +0 -129
- data/spec/integration/srv_monitoring_spec.rb +0 -445
- data/spec/integration/srv_spec.rb +0 -60
- data/spec/integration/ssl_uri_options_spec.rb +0 -28
- data/spec/integration/step_down_spec.rb +0 -225
- data/spec/integration/time_zone_querying_spec.rb +0 -55
- data/spec/integration/transaction_pinning_spec.rb +0 -134
- data/spec/integration/transactions_api_examples_spec.rb +0 -64
- data/spec/integration/transactions_examples_spec.rb +0 -235
- data/spec/integration/truncated_utf8_spec.rb +0 -26
- data/spec/integration/versioned_api_examples_spec.rb +0 -120
- data/spec/integration/x509_auth_spec.rb +0 -112
- data/spec/integration/zlib_compression_spec.rb +0 -28
- data/spec/integration/zstd_compression_spec.rb +0 -29
- data/spec/kerberos/kerberos_spec.rb +0 -98
- data/spec/lite_spec_helper.rb +0 -211
- data/spec/mongo/address/ipv4_spec.rb +0 -102
- data/spec/mongo/address/ipv6_spec.rb +0 -137
- data/spec/mongo/address/unix_spec.rb +0 -45
- data/spec/mongo/address/validator_spec.rb +0 -54
- data/spec/mongo/address_spec.rb +0 -357
- data/spec/mongo/auth/aws/credential_cache_spec.rb +0 -63
- data/spec/mongo/auth/aws/credentials_retriever_spec.rb +0 -90
- data/spec/mongo/auth/aws/credentials_spec.rb +0 -46
- data/spec/mongo/auth/aws/request_region_spec.rb +0 -45
- data/spec/mongo/auth/aws/request_spec.rb +0 -79
- data/spec/mongo/auth/cr_spec.rb +0 -58
- data/spec/mongo/auth/gssapi/conversation_spec.rb +0 -124
- data/spec/mongo/auth/invalid_mechanism_spec.rb +0 -14
- data/spec/mongo/auth/ldap/conversation_spec.rb +0 -46
- data/spec/mongo/auth/ldap_spec.rb +0 -46
- data/spec/mongo/auth/scram/conversation_spec.rb +0 -205
- data/spec/mongo/auth/scram256/conversation_spec.rb +0 -174
- data/spec/mongo/auth/scram_negotiation_spec.rb +0 -532
- data/spec/mongo/auth/scram_spec.rb +0 -121
- data/spec/mongo/auth/stringprep/profiles/sasl_spec.rb +0 -116
- data/spec/mongo/auth/stringprep_spec.rb +0 -191
- data/spec/mongo/auth/user/view_spec.rb +0 -584
- data/spec/mongo/auth/user_spec.rb +0 -343
- data/spec/mongo/auth/x509/conversation_spec.rb +0 -72
- data/spec/mongo/auth/x509_spec.rb +0 -72
- data/spec/mongo/auth_spec.rb +0 -68
- data/spec/mongo/bson_spec.rb +0 -14
- data/spec/mongo/bulk_write/ordered_combiner_spec.rb +0 -287
- data/spec/mongo/bulk_write/result_spec.rb +0 -141
- data/spec/mongo/bulk_write/unordered_combiner_spec.rb +0 -242
- data/spec/mongo/bulk_write_spec.rb +0 -2514
- data/spec/mongo/caching_cursor_spec.rb +0 -73
- data/spec/mongo/client_construction_spec.rb +0 -2723
- data/spec/mongo/client_encryption_spec.rb +0 -403
- data/spec/mongo/client_spec.rb +0 -1357
- data/spec/mongo/cluster/cursor_reaper_spec.rb +0 -230
- data/spec/mongo/cluster/periodic_executor_spec.rb +0 -21
- data/spec/mongo/cluster/socket_reaper_spec.rb +0 -46
- data/spec/mongo/cluster/topology/replica_set_spec.rb +0 -601
- data/spec/mongo/cluster/topology/sharded_spec.rb +0 -158
- data/spec/mongo/cluster/topology/single_spec.rb +0 -192
- data/spec/mongo/cluster/topology/unknown_spec.rb +0 -103
- data/spec/mongo/cluster/topology_spec.rb +0 -211
- data/spec/mongo/cluster_spec.rb +0 -825
- data/spec/mongo/cluster_time_spec.rb +0 -151
- data/spec/mongo/collection/view/aggregation_spec.rb +0 -753
- data/spec/mongo/collection/view/builder/find_command_spec.rb +0 -528
- data/spec/mongo/collection/view/builder/op_query_spec.rb +0 -161
- data/spec/mongo/collection/view/change_stream_resume_spec.rb +0 -397
- data/spec/mongo/collection/view/change_stream_spec.rb +0 -547
- data/spec/mongo/collection/view/explainable_spec.rb +0 -119
- data/spec/mongo/collection/view/immutable_spec.rb +0 -57
- data/spec/mongo/collection/view/iterable_spec.rb +0 -41
- data/spec/mongo/collection/view/map_reduce_spec.rb +0 -907
- data/spec/mongo/collection/view/readable_spec.rb +0 -2283
- data/spec/mongo/collection/view/writable_spec.rb +0 -1976
- data/spec/mongo/collection/view_spec.rb +0 -424
- data/spec/mongo/collection_crud_spec.rb +0 -4472
- data/spec/mongo/collection_ddl_spec.rb +0 -587
- data/spec/mongo/collection_spec.rb +0 -849
- data/spec/mongo/condition_variable_spec.rb +0 -104
- data/spec/mongo/config/options_spec.rb +0 -76
- data/spec/mongo/config_spec.rb +0 -74
- data/spec/mongo/crypt/auto_decryption_context_spec.rb +0 -109
- data/spec/mongo/crypt/auto_encrypter_spec.rb +0 -450
- data/spec/mongo/crypt/auto_encryption_context_spec.rb +0 -126
- data/spec/mongo/crypt/binary_spec.rb +0 -113
- data/spec/mongo/crypt/binding/binary_spec.rb +0 -54
- data/spec/mongo/crypt/binding/context_spec.rb +0 -305
- data/spec/mongo/crypt/binding/helpers_spec.rb +0 -44
- data/spec/mongo/crypt/binding/mongocrypt_spec.rb +0 -113
- data/spec/mongo/crypt/binding/status_spec.rb +0 -97
- data/spec/mongo/crypt/binding/version_spec.rb +0 -67
- data/spec/mongo/crypt/binding_unloaded_spec.rb +0 -37
- data/spec/mongo/crypt/data_key_context_spec.rb +0 -146
- data/spec/mongo/crypt/encryption_io_spec.rb +0 -141
- data/spec/mongo/crypt/explicit_decryption_context_spec.rb +0 -106
- data/spec/mongo/crypt/explicit_encryption_context_spec.rb +0 -266
- data/spec/mongo/crypt/handle_spec.rb +0 -266
- data/spec/mongo/crypt/helpers/mongo_crypt_spec_helper.rb +0 -111
- data/spec/mongo/crypt/hooks_spec.rb +0 -30
- data/spec/mongo/crypt/kms/azure/credentials_retriever_spec.rb +0 -86
- data/spec/mongo/crypt/kms/credentials_spec.rb +0 -373
- data/spec/mongo/crypt/kms_spec.rb +0 -62
- data/spec/mongo/crypt/status_spec.rb +0 -150
- data/spec/mongo/crypt_spec.rb +0 -21
- data/spec/mongo/cursor/builder/get_more_command_spec.rb +0 -195
- data/spec/mongo/cursor/builder/op_get_more_spec.rb +0 -68
- data/spec/mongo/cursor_spec.rb +0 -851
- data/spec/mongo/database_spec.rb +0 -1365
- data/spec/mongo/distinguishing_semaphore_spec.rb +0 -66
- data/spec/mongo/error/bulk_write_error_spec.rb +0 -52
- data/spec/mongo/error/crypt_error_spec.rb +0 -29
- data/spec/mongo/error/max_bson_size_spec.rb +0 -38
- data/spec/mongo/error/no_server_available_spec.rb +0 -35
- data/spec/mongo/error/notable_spec.rb +0 -62
- data/spec/mongo/error/operation_failure_heavy_spec.rb +0 -110
- data/spec/mongo/error/operation_failure_spec.rb +0 -553
- data/spec/mongo/error/parser_spec.rb +0 -519
- data/spec/mongo/error/unsupported_option_spec.rb +0 -57
- data/spec/mongo/event/publisher_spec.rb +0 -53
- data/spec/mongo/event/subscriber_spec.rb +0 -37
- data/spec/mongo/grid/file/chunk_spec.rb +0 -230
- data/spec/mongo/grid/file/info_spec.rb +0 -107
- data/spec/mongo/grid/file_spec.rb +0 -194
- data/spec/mongo/grid/fs_bucket_spec.rb +0 -1269
- data/spec/mongo/grid/stream/read_spec.rb +0 -292
- data/spec/mongo/grid/stream/write_spec.rb +0 -559
- data/spec/mongo/grid/stream_spec.rb +0 -51
- data/spec/mongo/id_spec.rb +0 -38
- data/spec/mongo/index/view_spec.rb +0 -1296
- data/spec/mongo/lint_spec.rb +0 -231
- data/spec/mongo/logger_spec.rb +0 -62
- data/spec/mongo/monitoring/command_log_subscriber_spec.rb +0 -79
- data/spec/mongo/monitoring/event/cmap/connection_check_out_failed_spec.rb +0 -26
- data/spec/mongo/monitoring/event/cmap/connection_check_out_started_spec.rb +0 -22
- data/spec/mongo/monitoring/event/cmap/connection_checked_in_spec.rb +0 -33
- data/spec/mongo/monitoring/event/cmap/connection_checked_out_spec.rb +0 -33
- data/spec/mongo/monitoring/event/cmap/connection_closed_spec.rb +0 -30
- data/spec/mongo/monitoring/event/cmap/connection_created_spec.rb +0 -27
- data/spec/mongo/monitoring/event/cmap/connection_ready_spec.rb +0 -27
- data/spec/mongo/monitoring/event/cmap/pool_cleared_spec.rb +0 -22
- data/spec/mongo/monitoring/event/cmap/pool_closed_spec.rb +0 -29
- data/spec/mongo/monitoring/event/cmap/pool_created_spec.rb +0 -36
- data/spec/mongo/monitoring/event/command_failed_spec.rb +0 -87
- data/spec/mongo/monitoring/event/command_started_spec.rb +0 -51
- data/spec/mongo/monitoring/event/command_succeeded_spec.rb +0 -88
- data/spec/mongo/monitoring/event/secure_spec.rb +0 -123
- data/spec/mongo/monitoring/event/server_closed_spec.rb +0 -38
- data/spec/mongo/monitoring/event/server_description_changed_spec.rb +0 -38
- data/spec/mongo/monitoring/event/server_heartbeat_failed_spec.rb +0 -34
- data/spec/mongo/monitoring/event/server_heartbeat_started_spec.rb +0 -34
- data/spec/mongo/monitoring/event/server_heartbeat_succeeded_spec.rb +0 -34
- data/spec/mongo/monitoring/event/server_opening_spec.rb +0 -38
- data/spec/mongo/monitoring/event/topology_changed_spec.rb +0 -44
- data/spec/mongo/monitoring/event/topology_closed_spec.rb +0 -38
- data/spec/mongo/monitoring/event/topology_opening_spec.rb +0 -38
- data/spec/mongo/monitoring_spec.rb +0 -196
- data/spec/mongo/operation/aggregate/result_spec.rb +0 -90
- data/spec/mongo/operation/aggregate_spec.rb +0 -76
- data/spec/mongo/operation/collections_info_spec.rb +0 -48
- data/spec/mongo/operation/command_spec.rb +0 -86
- data/spec/mongo/operation/context_spec.rb +0 -79
- data/spec/mongo/operation/create/op_msg_spec.rb +0 -240
- data/spec/mongo/operation/create_index_spec.rb +0 -62
- data/spec/mongo/operation/create_user_spec.rb +0 -53
- data/spec/mongo/operation/delete/bulk_spec.rb +0 -245
- data/spec/mongo/operation/delete/op_msg_spec.rb +0 -267
- data/spec/mongo/operation/delete_spec.rb +0 -203
- data/spec/mongo/operation/drop_index_spec.rb +0 -61
- data/spec/mongo/operation/find/builder/flags_spec.rb +0 -109
- data/spec/mongo/operation/find/builder/modifiers_spec.rb +0 -213
- data/spec/mongo/operation/find/op_msg_spec.rb +0 -66
- data/spec/mongo/operation/get_more/op_msg_spec.rb +0 -65
- data/spec/mongo/operation/indexes_spec.rb +0 -41
- data/spec/mongo/operation/insert/bulk_spec.rb +0 -273
- data/spec/mongo/operation/insert/op_msg_spec.rb +0 -293
- data/spec/mongo/operation/insert_spec.rb +0 -258
- data/spec/mongo/operation/limited_spec.rb +0 -55
- data/spec/mongo/operation/map_reduce_spec.rb +0 -131
- data/spec/mongo/operation/read_preference_legacy_spec.rb +0 -360
- data/spec/mongo/operation/read_preference_op_msg_spec.rb +0 -332
- data/spec/mongo/operation/remove_user_spec.rb +0 -52
- data/spec/mongo/operation/result_spec.rb +0 -369
- data/spec/mongo/operation/shared/csot/examples.rb +0 -113
- data/spec/mongo/operation/specifiable_spec.rb +0 -87
- data/spec/mongo/operation/update/bulk_spec.rb +0 -239
- data/spec/mongo/operation/update/op_msg_spec.rb +0 -272
- data/spec/mongo/operation/update_spec.rb +0 -235
- data/spec/mongo/operation/update_user_spec.rb +0 -52
- data/spec/mongo/options/redacted_spec.rb +0 -353
- data/spec/mongo/protocol/caching_hash_spec.rb +0 -37
- data/spec/mongo/protocol/compressed_spec.rb +0 -83
- data/spec/mongo/protocol/get_more_spec.rb +0 -164
- data/spec/mongo/protocol/kill_cursors_spec.rb +0 -121
- data/spec/mongo/protocol/msg_spec.rb +0 -507
- data/spec/mongo/protocol/query_spec.rb +0 -347
- data/spec/mongo/protocol/registry_spec.rb +0 -34
- data/spec/mongo/protocol/reply_spec.rb +0 -198
- data/spec/mongo/query_cache_middleware_spec.rb +0 -55
- data/spec/mongo/query_cache_spec.rb +0 -471
- data/spec/mongo/retryable/write_worker_spec.rb +0 -39
- data/spec/mongo/retryable_spec.rb +0 -624
- data/spec/mongo/semaphore_spec.rb +0 -54
- data/spec/mongo/server/app_metadata/environment_spec.rb +0 -344
- data/spec/mongo/server/app_metadata/truncator_spec.rb +0 -158
- data/spec/mongo/server/app_metadata_spec.rb +0 -158
- data/spec/mongo/server/connection_auth_spec.rb +0 -138
- data/spec/mongo/server/connection_common_spec.rb +0 -87
- data/spec/mongo/server/connection_pool/populator_spec.rb +0 -120
- data/spec/mongo/server/connection_pool_spec.rb +0 -1609
- data/spec/mongo/server/connection_spec.rb +0 -1310
- data/spec/mongo/server/description/features_spec.rb +0 -274
- data/spec/mongo/server/description_query_methods_spec.rb +0 -291
- data/spec/mongo/server/description_spec.rb +0 -846
- data/spec/mongo/server/monitor/app_metadata_spec.rb +0 -25
- data/spec/mongo/server/monitor/connection_spec.rb +0 -197
- data/spec/mongo/server/monitor_spec.rb +0 -326
- data/spec/mongo/server/push_monitor_spec.rb +0 -95
- data/spec/mongo/server/round_trip_time_calculator_spec.rb +0 -120
- data/spec/mongo/server_selector/nearest_spec.rb +0 -338
- data/spec/mongo/server_selector/primary_preferred_spec.rb +0 -372
- data/spec/mongo/server_selector/primary_spec.rb +0 -181
- data/spec/mongo/server_selector/secondary_preferred_spec.rb +0 -350
- data/spec/mongo/server_selector/secondary_spec.rb +0 -278
- data/spec/mongo/server_selector_spec.rb +0 -736
- data/spec/mongo/server_spec.rb +0 -463
- data/spec/mongo/session/server_session_spec.rb +0 -62
- data/spec/mongo/session/session_pool_spec.rb +0 -257
- data/spec/mongo/session_spec.rb +0 -368
- data/spec/mongo/session_transaction_spec.rb +0 -222
- data/spec/mongo/socket/ssl_spec.rb +0 -830
- data/spec/mongo/socket/tcp_spec.rb +0 -17
- data/spec/mongo/socket/unix_spec.rb +0 -56
- data/spec/mongo/socket_spec.rb +0 -119
- data/spec/mongo/srv/monitor_spec.rb +0 -233
- data/spec/mongo/srv/result_spec.rb +0 -57
- data/spec/mongo/timeout_spec.rb +0 -42
- data/spec/mongo/tls_context_hooks_spec.rb +0 -40
- data/spec/mongo/uri/options_mapper_spec.rb +0 -1605
- data/spec/mongo/uri/srv_protocol_spec.rb +0 -1367
- data/spec/mongo/uri_option_parsing_spec.rb +0 -625
- data/spec/mongo/uri_spec.rb +0 -1443
- data/spec/mongo/utils_spec.rb +0 -42
- data/spec/mongo/write_concern/acknowledged_spec.rb +0 -58
- data/spec/mongo/write_concern/unacknowledged_spec.rb +0 -29
- data/spec/mongo/write_concern_spec.rb +0 -227
- data/spec/runners/auth.rb +0 -140
- data/spec/runners/change_streams/outcome.rb +0 -45
- data/spec/runners/change_streams/spec.rb +0 -60
- data/spec/runners/change_streams/test.rb +0 -232
- data/spec/runners/cmap/verifier.rb +0 -48
- data/spec/runners/cmap.rb +0 -516
- data/spec/runners/command_monitoring.rb +0 -346
- data/spec/runners/connection_string.rb +0 -393
- data/spec/runners/crud/context.rb +0 -30
- data/spec/runners/crud/operation.rb +0 -480
- data/spec/runners/crud/outcome.rb +0 -56
- data/spec/runners/crud/requirement.rb +0 -139
- data/spec/runners/crud/spec.rb +0 -76
- data/spec/runners/crud/test.rb +0 -115
- data/spec/runners/crud/test_base.rb +0 -53
- data/spec/runners/crud/verifier.rb +0 -224
- data/spec/runners/crud.rb +0 -257
- data/spec/runners/gridfs.rb +0 -641
- data/spec/runners/read_write_concern_document.rb +0 -70
- data/spec/runners/sdam/verifier.rb +0 -112
- data/spec/runners/sdam.rb +0 -279
- data/spec/runners/server_selection.rb +0 -365
- data/spec/runners/server_selection_rtt.rb +0 -41
- data/spec/runners/transactions/operation.rb +0 -332
- data/spec/runners/transactions/spec.rb +0 -29
- data/spec/runners/transactions/test.rb +0 -379
- data/spec/runners/transactions.rb +0 -107
- data/spec/runners/unified/ambiguous_operations.rb +0 -13
- data/spec/runners/unified/assertions.rb +0 -396
- data/spec/runners/unified/change_stream_operations.rb +0 -42
- data/spec/runners/unified/client_side_encryption_operations.rb +0 -83
- data/spec/runners/unified/crud_operations.rb +0 -367
- data/spec/runners/unified/ddl_operations.rb +0 -286
- data/spec/runners/unified/entity_map.rb +0 -42
- data/spec/runners/unified/error.rb +0 -29
- data/spec/runners/unified/event_subscriber.rb +0 -110
- data/spec/runners/unified/exceptions.rb +0 -24
- data/spec/runners/unified/grid_fs_operations.rb +0 -114
- data/spec/runners/unified/search_index_operations.rb +0 -63
- data/spec/runners/unified/support_operations.rb +0 -370
- data/spec/runners/unified/test.rb +0 -606
- data/spec/runners/unified/test_group.rb +0 -31
- data/spec/runners/unified/thread_operations.rb +0 -73
- data/spec/runners/unified.rb +0 -109
- data/spec/solo/clean_exit_spec.rb +0 -24
- data/spec/spec_helper.rb +0 -35
- data/spec/spec_tests/auth_spec.rb +0 -58
- data/spec/spec_tests/change_streams_unified_spec.rb +0 -14
- data/spec/spec_tests/client_side_encryption_spec.rb +0 -37
- data/spec/spec_tests/client_side_encryption_unified_spec.rb +0 -26
- data/spec/spec_tests/client_side_operations_timeout_spec.rb +0 -15
- data/spec/spec_tests/cmap_spec.rb +0 -126
- data/spec/spec_tests/collection_management_spec.rb +0 -13
- data/spec/spec_tests/command_monitoring_unified_spec.rb +0 -13
- data/spec/spec_tests/connection_string_spec.rb +0 -10
- data/spec/spec_tests/crud_spec.rb +0 -12
- data/spec/spec_tests/crud_unified_spec.rb +0 -13
- data/spec/spec_tests/data/auth/connection-string.yml +0 -366
- data/spec/spec_tests/data/change_streams_unified/change-streams-clusterTime.yml +0 -43
- data/spec/spec_tests/data/change_streams_unified/change-streams-disambiguatedPaths.yml +0 -105
- data/spec/spec_tests/data/change_streams_unified/change-streams-errors.yml +0 -122
- data/spec/spec_tests/data/change_streams_unified/change-streams-pre_and_post_images.yml +0 -351
- data/spec/spec_tests/data/change_streams_unified/change-streams-resume-allowlist.yml +0 -1169
- data/spec/spec_tests/data/change_streams_unified/change-streams-resume-errorLabels.yml +0 -1069
- data/spec/spec_tests/data/change_streams_unified/change-streams-showExpandedEvents.yml +0 -307
- data/spec/spec_tests/data/change_streams_unified/change-streams.yml +0 -927
- data/spec/spec_tests/data/client_side_encryption/aggregate.yml +0 -120
- data/spec/spec_tests/data/client_side_encryption/awsTemporary.yml +0 -57
- data/spec/spec_tests/data/client_side_encryption/azureKMS.yml +0 -46
- data/spec/spec_tests/data/client_side_encryption/badQueries.yml +0 -537
- data/spec/spec_tests/data/client_side_encryption/badSchema.yml +0 -73
- data/spec/spec_tests/data/client_side_encryption/basic.yml +0 -102
- data/spec/spec_tests/data/client_side_encryption/bulk.yml +0 -81
- data/spec/spec_tests/data/client_side_encryption/bypassAutoEncryption.yml +0 -100
- data/spec/spec_tests/data/client_side_encryption/bypassedCommand.yml +0 -43
- data/spec/spec_tests/data/client_side_encryption/count.yml +0 -54
- data/spec/spec_tests/data/client_side_encryption/countDocuments.yml +0 -52
- data/spec/spec_tests/data/client_side_encryption/create-and-createIndexes.yml +0 -58
- data/spec/spec_tests/data/client_side_encryption/delete.yml +0 -91
- data/spec/spec_tests/data/client_side_encryption/distinct.yml +0 -66
- data/spec/spec_tests/data/client_side_encryption/explain.yml +0 -57
- data/spec/spec_tests/data/client_side_encryption/find.yml +0 -105
- data/spec/spec_tests/data/client_side_encryption/findOneAndDelete.yml +0 -50
- data/spec/spec_tests/data/client_side_encryption/findOneAndReplace.yml +0 -50
- data/spec/spec_tests/data/client_side_encryption/findOneAndUpdate.yml +0 -50
- data/spec/spec_tests/data/client_side_encryption/fle2v2-BypassQueryAnalysis.yml +0 -90
- data/spec/spec_tests/data/client_side_encryption/fle2v2-Compact.yml +0 -83
- data/spec/spec_tests/data/client_side_encryption/fle2v2-CreateCollection-OldServer.yml +0 -61
- data/spec/spec_tests/data/client_side_encryption/fle2v2-CreateCollection.yml +0 -938
- data/spec/spec_tests/data/client_side_encryption/fle2v2-DecryptExistingData.yml +0 -67
- data/spec/spec_tests/data/client_side_encryption/fle2v2-Delete.yml +0 -101
- data/spec/spec_tests/data/client_side_encryption/fle2v2-EncryptedFields-vs-EncryptedFieldsMap.yml +0 -80
- data/spec/spec_tests/data/client_side_encryption/fle2v2-EncryptedFields-vs-jsonSchema.yml +0 -103
- data/spec/spec_tests/data/client_side_encryption/fle2v2-EncryptedFieldsMap-defaults.yml +0 -59
- data/spec/spec_tests/data/client_side_encryption/fle2v2-FindOneAndUpdate.yml +0 -201
- data/spec/spec_tests/data/client_side_encryption/fle2v2-InsertFind-Indexed.yml +0 -97
- data/spec/spec_tests/data/client_side_encryption/fle2v2-InsertFind-Unindexed.yml +0 -90
- data/spec/spec_tests/data/client_side_encryption/fle2v2-MissingKey.yml +0 -44
- data/spec/spec_tests/data/client_side_encryption/fle2v2-NoEncryption.yml +0 -45
- data/spec/spec_tests/data/client_side_encryption/fle2v2-Update.yml +0 -211
- data/spec/spec_tests/data/client_side_encryption/fle2v2-validatorAndPartialFieldExpression.yml +0 -170
- data/spec/spec_tests/data/client_side_encryption/gcpKMS.yml +0 -46
- data/spec/spec_tests/data/client_side_encryption/getMore.yml +0 -61
- data/spec/spec_tests/data/client_side_encryption/insert.yml +0 -88
- data/spec/spec_tests/data/client_side_encryption/keyAltName.yml +0 -64
- data/spec/spec_tests/data/client_side_encryption/localKMS.yml +0 -47
- data/spec/spec_tests/data/client_side_encryption/localSchema.yml +0 -65
- data/spec/spec_tests/data/client_side_encryption/malformedCiphertext.yml +0 -69
- data/spec/spec_tests/data/client_side_encryption/maxWireVersion.yml +0 -22
- data/spec/spec_tests/data/client_side_encryption/missingKey.yml +0 -42
- data/spec/spec_tests/data/client_side_encryption/noSchema.yml +0 -39
- data/spec/spec_tests/data/client_side_encryption/replaceOne.yml +0 -57
- data/spec/spec_tests/data/client_side_encryption/timeoutMS.yml +0 -67
- data/spec/spec_tests/data/client_side_encryption/types.yml +0 -501
- data/spec/spec_tests/data/client_side_encryption/unified/addKeyAltName.yml +0 -194
- data/spec/spec_tests/data/client_side_encryption/unified/createDataKey-kms_providers-invalid.yml +0 -67
- data/spec/spec_tests/data/client_side_encryption/unified/createDataKey.yml +0 -309
- data/spec/spec_tests/data/client_side_encryption/unified/deleteKey.yml +0 -159
- data/spec/spec_tests/data/client_side_encryption/unified/getKey.yml +0 -105
- data/spec/spec_tests/data/client_side_encryption/unified/getKeyByAltName.yml +0 -104
- data/spec/spec_tests/data/client_side_encryption/unified/getKeys.yml +0 -122
- data/spec/spec_tests/data/client_side_encryption/unified/removeKeyAltName.yml +0 -157
- data/spec/spec_tests/data/client_side_encryption/unified/rewrapManyDataKey-decrypt_failure.yml +0 -69
- data/spec/spec_tests/data/client_side_encryption/unified/rewrapManyDataKey-encrypt_failure.yml +0 -122
- data/spec/spec_tests/data/client_side_encryption/unified/rewrapManyDataKey.yml +0 -432
- data/spec/spec_tests/data/client_side_encryption/unsupportedCommand.yml +0 -25
- data/spec/spec_tests/data/client_side_encryption/updateMany.yml +0 -70
- data/spec/spec_tests/data/client_side_encryption/updateOne.yml +0 -164
- data/spec/spec_tests/data/client_side_encryption/validatorAndPartialFieldExpression.yml +0 -166
- data/spec/spec_tests/data/client_side_operations_timeout/bulkWrite.yml +0 -87
- data/spec/spec_tests/data/client_side_operations_timeout/change-streams.yml +0 -358
- data/spec/spec_tests/data/client_side_operations_timeout/close-cursors.yml +0 -129
- data/spec/spec_tests/data/client_side_operations_timeout/command-execution.yml +0 -250
- data/spec/spec_tests/data/client_side_operations_timeout/convenient-transactions.yml +0 -113
- data/spec/spec_tests/data/client_side_operations_timeout/cursors.yml +0 -70
- data/spec/spec_tests/data/client_side_operations_timeout/deprecated-options.yml +0 -3982
- data/spec/spec_tests/data/client_side_operations_timeout/error-transformations.yml +0 -96
- data/spec/spec_tests/data/client_side_operations_timeout/global-timeoutMS.yml +0 -3236
- data/spec/spec_tests/data/client_side_operations_timeout/gridfs-advanced.yml +0 -207
- data/spec/spec_tests/data/client_side_operations_timeout/gridfs-delete.yml +0 -152
- data/spec/spec_tests/data/client_side_operations_timeout/gridfs-download.yml +0 -182
- data/spec/spec_tests/data/client_side_operations_timeout/gridfs-find.yml +0 -100
- data/spec/spec_tests/data/client_side_operations_timeout/gridfs-upload.yml +0 -249
- data/spec/spec_tests/data/client_side_operations_timeout/legacy-timeouts.yml +0 -204
- data/spec/spec_tests/data/client_side_operations_timeout/non-tailable-cursors.yml +0 -307
- data/spec/spec_tests/data/client_side_operations_timeout/override-collection-timeoutMS.yml +0 -1877
- data/spec/spec_tests/data/client_side_operations_timeout/override-operation-timeoutMS.yml +0 -1918
- data/spec/spec_tests/data/client_side_operations_timeout/retryability-legacy-timeouts.yml +0 -1676
- data/spec/spec_tests/data/client_side_operations_timeout/retryability-timeoutMS.yml +0 -2824
- data/spec/spec_tests/data/client_side_operations_timeout/sessions-inherit-timeoutMS.yml +0 -168
- data/spec/spec_tests/data/client_side_operations_timeout/sessions-override-operation-timeoutMS.yml +0 -171
- data/spec/spec_tests/data/client_side_operations_timeout/sessions-override-timeoutMS.yml +0 -168
- data/spec/spec_tests/data/client_side_operations_timeout/tailable-awaitData.yml +0 -247
- data/spec/spec_tests/data/client_side_operations_timeout/tailable-non-awaitData.yml +0 -181
- data/spec/spec_tests/data/cmap/connection-must-have-id.yml +0 -29
- data/spec/spec_tests/data/cmap/connection-must-order-ids.yml +0 -29
- data/spec/spec_tests/data/cmap/pool-checkin-destroy-closed.yml +0 -29
- data/spec/spec_tests/data/cmap/pool-checkin-destroy-stale.yml +0 -29
- data/spec/spec_tests/data/cmap/pool-checkin-make-available.yml +0 -26
- data/spec/spec_tests/data/cmap/pool-checkin.yml +0 -24
- data/spec/spec_tests/data/cmap/pool-checkout-connection.yml +0 -21
- data/spec/spec_tests/data/cmap/pool-checkout-custom-maxConnecting-is-enforced.yml +0 -50
- data/spec/spec_tests/data/cmap/pool-checkout-error-closed.yml +0 -38
- data/spec/spec_tests/data/cmap/pool-checkout-maxConnecting-is-enforced.yml +0 -81
- data/spec/spec_tests/data/cmap/pool-checkout-maxConnecting-timeout.yml +0 -71
- data/spec/spec_tests/data/cmap/pool-checkout-minPoolSize-connection-maxConnecting.yml +0 -64
- data/spec/spec_tests/data/cmap/pool-checkout-multiple.yml +0 -39
- data/spec/spec_tests/data/cmap/pool-checkout-no-idle.yml +0 -41
- data/spec/spec_tests/data/cmap/pool-checkout-no-stale.yml +0 -41
- data/spec/spec_tests/data/cmap/pool-checkout-returned-connection-maxConnecting.yml +0 -88
- data/spec/spec_tests/data/cmap/pool-clear-interrupting-pending-connections.yml +0 -43
- data/spec/spec_tests/data/cmap/pool-clear-min-size.yml +0 -41
- data/spec/spec_tests/data/cmap/pool-clear-paused.yml +0 -18
- data/spec/spec_tests/data/cmap/pool-clear-ready.yml +0 -39
- data/spec/spec_tests/data/cmap/pool-clear-schedule-run-interruptInUseConnections-false.yml +0 -48
- data/spec/spec_tests/data/cmap/pool-close-destroy-conns.yml +0 -30
- data/spec/spec_tests/data/cmap/pool-close.yml +0 -11
- data/spec/spec_tests/data/cmap/pool-create-max-size.yml +0 -73
- data/spec/spec_tests/data/cmap/pool-create-min-size-error.yml +0 -43
- data/spec/spec_tests/data/cmap/pool-create-min-size.yml +0 -43
- data/spec/spec_tests/data/cmap/pool-create-with-options.yml +0 -21
- data/spec/spec_tests/data/cmap/pool-create.yml +0 -12
- data/spec/spec_tests/data/cmap/pool-ready-ready.yml +0 -22
- data/spec/spec_tests/data/cmap/pool-ready.yml +0 -30
- data/spec/spec_tests/data/cmap/wait-queue-fairness.yml +0 -126
- data/spec/spec_tests/data/cmap/wait-queue-timeout.yml +0 -51
- data/spec/spec_tests/data/collection_management/clustered-indexes.yml +0 -135
- data/spec/spec_tests/data/collection_management/createCollection-pre_and_post_images.yml +0 -50
- data/spec/spec_tests/data/collection_management/modifyCollection-errorResponse.yml +0 -59
- data/spec/spec_tests/data/collection_management/modifyCollection-pre_and_post_images.yml +0 -58
- data/spec/spec_tests/data/collection_management/timeseries-collection.yml +0 -164
- data/spec/spec_tests/data/command_monitoring_unified/bulkWrite.yml +0 -68
- data/spec/spec_tests/data/command_monitoring_unified/command.yml +0 -50
- data/spec/spec_tests/data/command_monitoring_unified/deleteMany.yml +0 -79
- data/spec/spec_tests/data/command_monitoring_unified/deleteOne.yml +0 -79
- data/spec/spec_tests/data/command_monitoring_unified/find.yml +0 -254
- data/spec/spec_tests/data/command_monitoring_unified/insertMany.yml +0 -79
- data/spec/spec_tests/data/command_monitoring_unified/insertOne.yml +0 -77
- data/spec/spec_tests/data/command_monitoring_unified/pre-42-server-connection-id.yml +0 -56
- data/spec/spec_tests/data/command_monitoring_unified/redacted-commands.yml +0 -348
- data/spec/spec_tests/data/command_monitoring_unified/server-connection-id.yml +0 -56
- data/spec/spec_tests/data/command_monitoring_unified/unacknowledgedBulkWrite.yml +0 -55
- data/spec/spec_tests/data/command_monitoring_unified/updateMany.yml +0 -87
- data/spec/spec_tests/data/command_monitoring_unified/updateOne.yml +0 -118
- data/spec/spec_tests/data/command_monitoring_unified/writeConcernError.yml +0 -80
- data/spec/spec_tests/data/connection_string/invalid-uris.yml +0 -251
- data/spec/spec_tests/data/connection_string/valid-auth.yml +0 -257
- data/spec/spec_tests/data/connection_string/valid-db-with-dotted-name.yml +0 -77
- data/spec/spec_tests/data/connection_string/valid-host_identifiers.yml +0 -121
- data/spec/spec_tests/data/connection_string/valid-options.yml +0 -30
- data/spec/spec_tests/data/connection_string/valid-unix_socket-absolute.yml +0 -197
- data/spec/spec_tests/data/connection_string/valid-unix_socket-relative.yml +0 -213
- data/spec/spec_tests/data/connection_string/valid-warnings.yml +0 -75
- data/spec/spec_tests/data/crud/read/aggregate-collation.yml +0 -18
- data/spec/spec_tests/data/crud/read/aggregate-out.yml +0 -44
- data/spec/spec_tests/data/crud/read/aggregate.yml +0 -21
- data/spec/spec_tests/data/crud/read/count-collation.yml +0 -26
- data/spec/spec_tests/data/crud/read/count-empty.yml +0 -29
- data/spec/spec_tests/data/crud/read/count.yml +0 -74
- data/spec/spec_tests/data/crud/read/distinct-collation.yml +0 -18
- data/spec/spec_tests/data/crud/read/distinct.yml +0 -32
- data/spec/spec_tests/data/crud/read/find-collation.yml +0 -16
- data/spec/spec_tests/data/crud/read/find.yml +0 -49
- data/spec/spec_tests/data/crud/write/bulkWrite-arrayFilters.yml +0 -45
- data/spec/spec_tests/data/crud/write/bulkWrite-collation.yml +0 -102
- data/spec/spec_tests/data/crud/write/bulkWrite.yml +0 -405
- data/spec/spec_tests/data/crud/write/deleteMany-collation.yml +0 -23
- data/spec/spec_tests/data/crud/write/deleteMany.yml +0 -35
- data/spec/spec_tests/data/crud/write/deleteOne-collation.yml +0 -23
- data/spec/spec_tests/data/crud/write/deleteOne.yml +0 -48
- data/spec/spec_tests/data/crud/write/findOneAndDelete-collation.yml +0 -24
- data/spec/spec_tests/data/crud/write/findOneAndDelete.yml +0 -53
- data/spec/spec_tests/data/crud/write/findOneAndReplace-collation.yml +0 -25
- data/spec/spec_tests/data/crud/write/findOneAndReplace-upsert.yml +0 -91
- data/spec/spec_tests/data/crud/write/findOneAndReplace-upsert_pre_2.6.yml +0 -88
- data/spec/spec_tests/data/crud/write/findOneAndReplace.yml +0 -113
- data/spec/spec_tests/data/crud/write/findOneAndUpdate-arrayFilters.yml +0 -69
- data/spec/spec_tests/data/crud/write/findOneAndUpdate-collation.yml +0 -28
- data/spec/spec_tests/data/crud/write/findOneAndUpdate.yml +0 -163
- data/spec/spec_tests/data/crud/write/insertMany.yml +0 -81
- data/spec/spec_tests/data/crud/write/insertOne.yml +0 -18
- data/spec/spec_tests/data/crud/write/replaceOne-collation.yml +0 -25
- data/spec/spec_tests/data/crud/write/replaceOne-pre_2.6.yml +0 -98
- data/spec/spec_tests/data/crud/write/replaceOne-upsert.yml +0 -48
- data/spec/spec_tests/data/crud/write/replaceOne.yml +0 -102
- data/spec/spec_tests/data/crud/write/updateMany-arrayFilters.yml +0 -66
- data/spec/spec_tests/data/crud/write/updateMany-collation.yml +0 -29
- data/spec/spec_tests/data/crud/write/updateMany-pre_2.6.yml +0 -86
- data/spec/spec_tests/data/crud/write/updateMany.yml +0 -87
- data/spec/spec_tests/data/crud/write/updateOne-arrayFilters.yml +0 -114
- data/spec/spec_tests/data/crud/write/updateOne-collation.yml +0 -26
- data/spec/spec_tests/data/crud/write/updateOne-pre_2.6.yml +0 -83
- data/spec/spec_tests/data/crud/write/updateOne.yml +0 -84
- data/spec/spec_tests/data/crud_unified/aggregate-allowdiskuse.yml +0 -75
- data/spec/spec_tests/data/crud_unified/aggregate-let.yml +0 -138
- data/spec/spec_tests/data/crud_unified/aggregate-merge-errorResponse.yml +0 -42
- data/spec/spec_tests/data/crud_unified/aggregate-merge.yml +0 -185
- data/spec/spec_tests/data/crud_unified/aggregate-out-readConcern.yml +0 -171
- data/spec/spec_tests/data/crud_unified/aggregate-write-readPreference.yml +0 -161
- data/spec/spec_tests/data/crud_unified/aggregate.yml +0 -215
- data/spec/spec_tests/data/crud_unified/bulkWrite-arrayFilters-clientError.yml +0 -98
- data/spec/spec_tests/data/crud_unified/bulkWrite-arrayFilters.yml +0 -174
- data/spec/spec_tests/data/crud_unified/bulkWrite-comment.yml +0 -189
- data/spec/spec_tests/data/crud_unified/bulkWrite-delete-hint-clientError.yml +0 -113
- data/spec/spec_tests/data/crud_unified/bulkWrite-delete-hint-serverError.yml +0 -142
- data/spec/spec_tests/data/crud_unified/bulkWrite-delete-hint.yml +0 -154
- data/spec/spec_tests/data/crud_unified/bulkWrite-deleteMany-hint-unacknowledged.yml +0 -98
- data/spec/spec_tests/data/crud_unified/bulkWrite-deleteMany-let.yml +0 -86
- data/spec/spec_tests/data/crud_unified/bulkWrite-deleteOne-hint-unacknowledged.yml +0 -97
- data/spec/spec_tests/data/crud_unified/bulkWrite-deleteOne-let.yml +0 -86
- data/spec/spec_tests/data/crud_unified/bulkWrite-errorResponse.yml +0 -50
- data/spec/spec_tests/data/crud_unified/bulkWrite-insertOne-dots_and_dollars.yml +0 -138
- data/spec/spec_tests/data/crud_unified/bulkWrite-replaceOne-dots_and_dollars.yml +0 -165
- data/spec/spec_tests/data/crud_unified/bulkWrite-replaceOne-hint-unacknowledged.yml +0 -103
- data/spec/spec_tests/data/crud_unified/bulkWrite-replaceOne-let.yml +0 -93
- data/spec/spec_tests/data/crud_unified/bulkWrite-update-hint-clientError.yml +0 -148
- data/spec/spec_tests/data/crud_unified/bulkWrite-update-hint-serverError.yml +0 -239
- data/spec/spec_tests/data/crud_unified/bulkWrite-update-hint.yml +0 -256
- data/spec/spec_tests/data/crud_unified/bulkWrite-update-validation.yml +0 -73
- data/spec/spec_tests/data/crud_unified/bulkWrite-updateMany-dots_and_dollars.yml +0 -150
- data/spec/spec_tests/data/crud_unified/bulkWrite-updateMany-hint-unacknowledged.yml +0 -104
- data/spec/spec_tests/data/crud_unified/bulkWrite-updateMany-let.yml +0 -96
- data/spec/spec_tests/data/crud_unified/bulkWrite-updateOne-dots_and_dollars.yml +0 -150
- data/spec/spec_tests/data/crud_unified/bulkWrite-updateOne-hint-unacknowledged.yml +0 -103
- data/spec/spec_tests/data/crud_unified/bulkWrite-updateOne-let.yml +0 -95
- data/spec/spec_tests/data/crud_unified/countDocuments-comment.yml +0 -92
- data/spec/spec_tests/data/crud_unified/db-aggregate-write-readPreference.yml +0 -157
- data/spec/spec_tests/data/crud_unified/db-aggregate.yml +0 -73
- data/spec/spec_tests/data/crud_unified/deleteMany-comment.yml +0 -97
- data/spec/spec_tests/data/crud_unified/deleteMany-hint-clientError.yml +0 -87
- data/spec/spec_tests/data/crud_unified/deleteMany-hint-serverError.yml +0 -107
- data/spec/spec_tests/data/crud_unified/deleteMany-hint-unacknowledged.yml +0 -90
- data/spec/spec_tests/data/crud_unified/deleteMany-hint.yml +0 -99
- data/spec/spec_tests/data/crud_unified/deleteMany-let.yml +0 -93
- data/spec/spec_tests/data/crud_unified/deleteOne-comment.yml +0 -98
- data/spec/spec_tests/data/crud_unified/deleteOne-errorResponse.yml +0 -46
- data/spec/spec_tests/data/crud_unified/deleteOne-hint-clientError.yml +0 -80
- data/spec/spec_tests/data/crud_unified/deleteOne-hint-serverError.yml +0 -100
- data/spec/spec_tests/data/crud_unified/deleteOne-hint-unacknowledged.yml +0 -89
- data/spec/spec_tests/data/crud_unified/deleteOne-hint.yml +0 -95
- data/spec/spec_tests/data/crud_unified/deleteOne-let.yml +0 -91
- data/spec/spec_tests/data/crud_unified/distinct-comment.yml +0 -98
- data/spec/spec_tests/data/crud_unified/estimatedDocumentCount-comment.yml +0 -95
- data/spec/spec_tests/data/crud_unified/estimatedDocumentCount.yml +0 -181
- data/spec/spec_tests/data/crud_unified/find-allowdiskuse-clientError.yml +0 -55
- data/spec/spec_tests/data/crud_unified/find-allowdiskuse-serverError.yml +0 -68
- data/spec/spec_tests/data/crud_unified/find-allowdiskuse.yml +0 -79
- data/spec/spec_tests/data/crud_unified/find-comment.yml +0 -166
- data/spec/spec_tests/data/crud_unified/find-let.yml +0 -71
- data/spec/spec_tests/data/crud_unified/find-test-all-options.yml +0 -377
- data/spec/spec_tests/data/crud_unified/find.yml +0 -68
- data/spec/spec_tests/data/crud_unified/findOneAndDelete-comment.yml +0 -96
- data/spec/spec_tests/data/crud_unified/findOneAndDelete-hint-clientError.yml +0 -91
- data/spec/spec_tests/data/crud_unified/findOneAndDelete-hint-serverError.yml +0 -107
- data/spec/spec_tests/data/crud_unified/findOneAndDelete-hint-unacknowledged.yml +0 -88
- data/spec/spec_tests/data/crud_unified/findOneAndDelete-hint.yml +0 -102
- data/spec/spec_tests/data/crud_unified/findOneAndDelete-let.yml +0 -86
- data/spec/spec_tests/data/crud_unified/findOneAndReplace-comment.yml +0 -101
- data/spec/spec_tests/data/crud_unified/findOneAndReplace-dots_and_dollars.yml +0 -140
- data/spec/spec_tests/data/crud_unified/findOneAndReplace-hint-clientError.yml +0 -83
- data/spec/spec_tests/data/crud_unified/findOneAndReplace-hint-serverError.yml +0 -99
- data/spec/spec_tests/data/crud_unified/findOneAndReplace-hint-unacknowledged.yml +0 -96
- data/spec/spec_tests/data/crud_unified/findOneAndReplace-hint.yml +0 -98
- data/spec/spec_tests/data/crud_unified/findOneAndReplace-let.yml +0 -94
- data/spec/spec_tests/data/crud_unified/findOneAndUpdate-comment.yml +0 -95
- data/spec/spec_tests/data/crud_unified/findOneAndUpdate-dots_and_dollars.yml +0 -127
- data/spec/spec_tests/data/crud_unified/findOneAndUpdate-errorResponse.yml +0 -69
- data/spec/spec_tests/data/crud_unified/findOneAndUpdate-hint-clientError.yml +0 -84
- data/spec/spec_tests/data/crud_unified/findOneAndUpdate-hint-serverError.yml +0 -100
- data/spec/spec_tests/data/crud_unified/findOneAndUpdate-hint-unacknowledged.yml +0 -92
- data/spec/spec_tests/data/crud_unified/findOneAndUpdate-hint.yml +0 -99
- data/spec/spec_tests/data/crud_unified/findOneAndUpdate-let.yml +0 -96
- data/spec/spec_tests/data/crud_unified/insertMany-comment.yml +0 -93
- data/spec/spec_tests/data/crud_unified/insertMany-dots_and_dollars.yml +0 -128
- data/spec/spec_tests/data/crud_unified/insertOne-comment.yml +0 -91
- data/spec/spec_tests/data/crud_unified/insertOne-dots_and_dollars.yml +0 -238
- data/spec/spec_tests/data/crud_unified/insertOne-errorResponse.yml +0 -46
- data/spec/spec_tests/data/crud_unified/replaceOne-comment.yml +0 -105
- data/spec/spec_tests/data/crud_unified/replaceOne-dots_and_dollars.yml +0 -180
- data/spec/spec_tests/data/crud_unified/replaceOne-hint-unacknowledged.yml +0 -95
- data/spec/spec_tests/data/crud_unified/replaceOne-hint.yml +0 -108
- data/spec/spec_tests/data/crud_unified/replaceOne-let.yml +0 -98
- data/spec/spec_tests/data/crud_unified/replaceOne-validation.yml +0 -37
- data/spec/spec_tests/data/crud_unified/updateMany-comment.yml +0 -104
- data/spec/spec_tests/data/crud_unified/updateMany-dots_and_dollars.yml +0 -138
- data/spec/spec_tests/data/crud_unified/updateMany-hint-clientError.yml +0 -91
- data/spec/spec_tests/data/crud_unified/updateMany-hint-serverError.yml +0 -115
- data/spec/spec_tests/data/crud_unified/updateMany-hint-unacknowledged.yml +0 -96
- data/spec/spec_tests/data/crud_unified/updateMany-hint.yml +0 -115
- data/spec/spec_tests/data/crud_unified/updateMany-let.yml +0 -107
- data/spec/spec_tests/data/crud_unified/updateMany-validation.yml +0 -39
- data/spec/spec_tests/data/crud_unified/updateOne-comment.yml +0 -104
- data/spec/spec_tests/data/crud_unified/updateOne-dots_and_dollars.yml +0 -138
- data/spec/spec_tests/data/crud_unified/updateOne-errorResponse.yml +0 -47
- data/spec/spec_tests/data/crud_unified/updateOne-hint-clientError.yml +0 -85
- data/spec/spec_tests/data/crud_unified/updateOne-hint-serverError.yml +0 -109
- data/spec/spec_tests/data/crud_unified/updateOne-hint-unacknowledged.yml +0 -95
- data/spec/spec_tests/data/crud_unified/updateOne-hint.yml +0 -109
- data/spec/spec_tests/data/crud_unified/updateOne-let.yml +0 -102
- data/spec/spec_tests/data/crud_unified/updateOne-validation.yml +0 -37
- data/spec/spec_tests/data/crud_unified/updateWithPipelines.yml +0 -299
- data/spec/spec_tests/data/gridfs/delete.yml +0 -123
- data/spec/spec_tests/data/gridfs/download.yml +0 -192
- data/spec/spec_tests/data/gridfs/download_by_name.yml +0 -113
- data/spec/spec_tests/data/gridfs/upload.yml +0 -158
- data/spec/spec_tests/data/gridfs_unified/delete.yml +0 -198
- data/spec/spec_tests/data/gridfs_unified/download.yml +0 -241
- data/spec/spec_tests/data/gridfs_unified/downloadByName.yml +0 -159
- data/spec/spec_tests/data/gridfs_unified/upload-disableMD5.yml +0 -92
- data/spec/spec_tests/data/gridfs_unified/upload.yml +0 -288
- data/spec/spec_tests/data/index_management/createSearchIndex.yml +0 -64
- data/spec/spec_tests/data/index_management/createSearchIndexes.yml +0 -86
- data/spec/spec_tests/data/index_management/dropSearchIndex.yml +0 -43
- data/spec/spec_tests/data/index_management/listSearchIndexes.yml +0 -91
- data/spec/spec_tests/data/index_management/updateSearchIndex.yml +0 -46
- data/spec/spec_tests/data/load_balancers/event-monitoring.yml +0 -99
- data/spec/spec_tests/data/load_balancers/lb-connection-establishment.yml +0 -36
- data/spec/spec_tests/data/load_balancers/non-lb-connection-establishment.yml +0 -56
- data/spec/spec_tests/data/load_balancers/server-selection.yml +0 -50
- data/spec/spec_tests/data/max_staleness/ReplicaSetNoPrimary/DefaultNoMaxStaleness.yml +0 -26
- data/spec/spec_tests/data/max_staleness/ReplicaSetNoPrimary/Incompatible.yml +0 -25
- data/spec/spec_tests/data/max_staleness/ReplicaSetNoPrimary/LastUpdateTime.yml +0 -33
- data/spec/spec_tests/data/max_staleness/ReplicaSetNoPrimary/MaxStalenessTooSmall.yml +0 -15
- data/spec/spec_tests/data/max_staleness/ReplicaSetNoPrimary/Nearest.yml +0 -33
- data/spec/spec_tests/data/max_staleness/ReplicaSetNoPrimary/Nearest2.yml +0 -33
- data/spec/spec_tests/data/max_staleness/ReplicaSetNoPrimary/NoKnownServers.yml +0 -16
- data/spec/spec_tests/data/max_staleness/ReplicaSetNoPrimary/PrimaryPreferred.yml +0 -27
- data/spec/spec_tests/data/max_staleness/ReplicaSetNoPrimary/PrimaryPreferred_tags.yml +0 -36
- data/spec/spec_tests/data/max_staleness/ReplicaSetNoPrimary/Secondary.yml +0 -51
- data/spec/spec_tests/data/max_staleness/ReplicaSetNoPrimary/SecondaryPreferred.yml +0 -26
- data/spec/spec_tests/data/max_staleness/ReplicaSetNoPrimary/SecondaryPreferred_tags.yml +0 -51
- data/spec/spec_tests/data/max_staleness/ReplicaSetNoPrimary/ZeroMaxStaleness.yml +0 -23
- data/spec/spec_tests/data/max_staleness/ReplicaSetWithPrimary/DefaultNoMaxStaleness.yml +0 -26
- data/spec/spec_tests/data/max_staleness/ReplicaSetWithPrimary/Incompatible.yml +0 -25
- data/spec/spec_tests/data/max_staleness/ReplicaSetWithPrimary/LastUpdateTime.yml +0 -35
- data/spec/spec_tests/data/max_staleness/ReplicaSetWithPrimary/LongHeartbeat.yml +0 -29
- data/spec/spec_tests/data/max_staleness/ReplicaSetWithPrimary/LongHeartbeat2.yml +0 -25
- data/spec/spec_tests/data/max_staleness/ReplicaSetWithPrimary/MaxStalenessTooSmall.yml +0 -26
- data/spec/spec_tests/data/max_staleness/ReplicaSetWithPrimary/MaxStalenessWithModePrimary.yml +0 -23
- data/spec/spec_tests/data/max_staleness/ReplicaSetWithPrimary/Nearest.yml +0 -33
- data/spec/spec_tests/data/max_staleness/ReplicaSetWithPrimary/Nearest2.yml +0 -33
- data/spec/spec_tests/data/max_staleness/ReplicaSetWithPrimary/Nearest_tags.yml +0 -36
- data/spec/spec_tests/data/max_staleness/ReplicaSetWithPrimary/PrimaryPreferred.yml +0 -27
- data/spec/spec_tests/data/max_staleness/ReplicaSetWithPrimary/PrimaryPreferred_incompatible.yml +0 -27
- data/spec/spec_tests/data/max_staleness/ReplicaSetWithPrimary/SecondaryPreferred.yml +0 -26
- data/spec/spec_tests/data/max_staleness/ReplicaSetWithPrimary/SecondaryPreferred_tags.yml +0 -59
- data/spec/spec_tests/data/max_staleness/ReplicaSetWithPrimary/SecondaryPreferred_tags2.yml +0 -43
- data/spec/spec_tests/data/max_staleness/ReplicaSetWithPrimary/Secondary_tags.yml +0 -59
- data/spec/spec_tests/data/max_staleness/ReplicaSetWithPrimary/Secondary_tags2.yml +0 -43
- data/spec/spec_tests/data/max_staleness/ReplicaSetWithPrimary/ZeroMaxStaleness.yml +0 -23
- data/spec/spec_tests/data/max_staleness/Sharded/Incompatible.yml +0 -25
- data/spec/spec_tests/data/max_staleness/Sharded/SmallMaxStaleness.yml +0 -28
- data/spec/spec_tests/data/max_staleness/Single/Incompatible.yml +0 -18
- data/spec/spec_tests/data/max_staleness/Single/SmallMaxStaleness.yml +0 -20
- data/spec/spec_tests/data/max_staleness/Unknown/SmallMaxStaleness.yml +0 -15
- data/spec/spec_tests/data/read_write_concern/connection-string/read-concern.yml +0 -32
- data/spec/spec_tests/data/read_write_concern/connection-string/write-concern.yml +0 -79
- data/spec/spec_tests/data/read_write_concern/document/read-concern.yml +0 -37
- data/spec/spec_tests/data/read_write_concern/document/write-concern.yml +0 -100
- data/spec/spec_tests/data/read_write_concern/operation/default-write-concern-2.6.yml +0 -215
- data/spec/spec_tests/data/read_write_concern/operation/default-write-concern-3.2.yml +0 -58
- data/spec/spec_tests/data/read_write_concern/operation/default-write-concern-3.4.yml +0 -95
- data/spec/spec_tests/data/read_write_concern/operation/default-write-concern-4.2.yml +0 -36
- data/spec/spec_tests/data/retryable_reads/legacy/aggregate-merge.yml +0 -39
- data/spec/spec_tests/data/retryable_reads/legacy/aggregate-serverErrors.yml +0 -157
- data/spec/spec_tests/data/retryable_reads/legacy/aggregate.yml +0 -87
- data/spec/spec_tests/data/retryable_reads/legacy/changeStreams-client.watch-serverErrors.yml +0 -150
- data/spec/spec_tests/data/retryable_reads/legacy/changeStreams-client.watch.yml +0 -62
- data/spec/spec_tests/data/retryable_reads/legacy/changeStreams-db.coll.watch-serverErrors.yml +0 -150
- data/spec/spec_tests/data/retryable_reads/legacy/changeStreams-db.coll.watch.yml +0 -66
- data/spec/spec_tests/data/retryable_reads/legacy/changeStreams-db.watch-serverErrors.yml +0 -154
- data/spec/spec_tests/data/retryable_reads/legacy/changeStreams-db.watch.yml +0 -62
- data/spec/spec_tests/data/retryable_reads/legacy/count-serverErrors.yml +0 -150
- data/spec/spec_tests/data/retryable_reads/legacy/count.yml +0 -64
- data/spec/spec_tests/data/retryable_reads/legacy/countDocuments-serverErrors.yml +0 -150
- data/spec/spec_tests/data/retryable_reads/legacy/countDocuments.yml +0 -64
- data/spec/spec_tests/data/retryable_reads/legacy/distinct-serverErrors.yml +0 -156
- data/spec/spec_tests/data/retryable_reads/legacy/distinct.yml +0 -71
- data/spec/spec_tests/data/retryable_reads/legacy/estimatedDocumentCount-serverErrors.yml +0 -148
- data/spec/spec_tests/data/retryable_reads/legacy/estimatedDocumentCount.yml +0 -62
- data/spec/spec_tests/data/retryable_reads/legacy/find-serverErrors.yml +0 -160
- data/spec/spec_tests/data/retryable_reads/legacy/find.yml +0 -86
- data/spec/spec_tests/data/retryable_reads/legacy/findOne-serverErrors.yml +0 -154
- data/spec/spec_tests/data/retryable_reads/legacy/findOne.yml +0 -68
- data/spec/spec_tests/data/retryable_reads/legacy/gridfs-download-serverErrors.yml +0 -173
- data/spec/spec_tests/data/retryable_reads/legacy/gridfs-download.yml +0 -79
- data/spec/spec_tests/data/retryable_reads/legacy/gridfs-downloadByName-serverErrors.yml +0 -174
- data/spec/spec_tests/data/retryable_reads/legacy/gridfs-downloadByName.yml +0 -79
- data/spec/spec_tests/data/retryable_reads/legacy/listCollectionNames-serverErrors.yml +0 -143
- data/spec/spec_tests/data/retryable_reads/legacy/listCollectionNames.yml +0 -59
- data/spec/spec_tests/data/retryable_reads/legacy/listCollectionObjects-serverErrors.yml +0 -144
- data/spec/spec_tests/data/retryable_reads/legacy/listCollectionObjects.yml +0 -59
- data/spec/spec_tests/data/retryable_reads/legacy/listCollections-serverErrors.yml +0 -143
- data/spec/spec_tests/data/retryable_reads/legacy/listCollections.yml +0 -59
- data/spec/spec_tests/data/retryable_reads/legacy/listDatabaseNames-serverErrors.yml +0 -143
- data/spec/spec_tests/data/retryable_reads/legacy/listDatabaseNames.yml +0 -59
- data/spec/spec_tests/data/retryable_reads/legacy/listDatabaseObjects-serverErrors.yml +0 -144
- data/spec/spec_tests/data/retryable_reads/legacy/listDatabaseObjects.yml +0 -59
- data/spec/spec_tests/data/retryable_reads/legacy/listDatabases-serverErrors.yml +0 -144
- data/spec/spec_tests/data/retryable_reads/legacy/listDatabases.yml +0 -59
- data/spec/spec_tests/data/retryable_reads/legacy/listIndexNames-serverErrors.yml +0 -144
- data/spec/spec_tests/data/retryable_reads/legacy/listIndexNames.yml +0 -60
- data/spec/spec_tests/data/retryable_reads/legacy/listIndexes-serverErrors.yml +0 -145
- data/spec/spec_tests/data/retryable_reads/legacy/listIndexes.yml +0 -60
- data/spec/spec_tests/data/retryable_reads/legacy/mapReduce.yml +0 -62
- data/spec/spec_tests/data/retryable_reads/unified/handshakeError.yml +0 -1342
- data/spec/spec_tests/data/retryable_writes/legacy/bulkWrite-errorLabels.yml +0 -77
- data/spec/spec_tests/data/retryable_writes/legacy/bulkWrite-serverErrors.yml +0 -130
- data/spec/spec_tests/data/retryable_writes/legacy/bulkWrite.yml +0 -402
- data/spec/spec_tests/data/retryable_writes/legacy/deleteMany.yml +0 -22
- data/spec/spec_tests/data/retryable_writes/legacy/deleteOne-errorLabels.yml +0 -48
- data/spec/spec_tests/data/retryable_writes/legacy/deleteOne-serverErrors.yml +0 -73
- data/spec/spec_tests/data/retryable_writes/legacy/deleteOne.yml +0 -57
- data/spec/spec_tests/data/retryable_writes/legacy/findOneAndDelete-errorLabels.yml +0 -49
- data/spec/spec_tests/data/retryable_writes/legacy/findOneAndDelete-serverErrors.yml +0 -74
- data/spec/spec_tests/data/retryable_writes/legacy/findOneAndDelete.yml +0 -58
- data/spec/spec_tests/data/retryable_writes/legacy/findOneAndReplace-errorLabels.yml +0 -52
- data/spec/spec_tests/data/retryable_writes/legacy/findOneAndReplace-serverErrors.yml +0 -80
- data/spec/spec_tests/data/retryable_writes/legacy/findOneAndReplace.yml +0 -63
- data/spec/spec_tests/data/retryable_writes/legacy/findOneAndUpdate-errorLabels.yml +0 -52
- data/spec/spec_tests/data/retryable_writes/legacy/findOneAndUpdate-serverErrors.yml +0 -79
- data/spec/spec_tests/data/retryable_writes/legacy/findOneAndUpdate.yml +0 -62
- data/spec/spec_tests/data/retryable_writes/legacy/insertMany-errorLabels.yml +0 -54
- data/spec/spec_tests/data/retryable_writes/legacy/insertMany-serverErrors.yml +0 -84
- data/spec/spec_tests/data/retryable_writes/legacy/insertMany.yml +0 -74
- data/spec/spec_tests/data/retryable_writes/legacy/insertOne-errorLabels.yml +0 -44
- data/spec/spec_tests/data/retryable_writes/legacy/insertOne-serverErrors.yml +0 -527
- data/spec/spec_tests/data/retryable_writes/legacy/insertOne.yml +0 -61
- data/spec/spec_tests/data/retryable_writes/legacy/replaceOne-errorLabels.yml +0 -53
- data/spec/spec_tests/data/retryable_writes/legacy/replaceOne-serverErrors.yml +0 -82
- data/spec/spec_tests/data/retryable_writes/legacy/replaceOne.yml +0 -66
- data/spec/spec_tests/data/retryable_writes/legacy/updateMany.yml +0 -27
- data/spec/spec_tests/data/retryable_writes/legacy/updateOne-errorLabels.yml +0 -53
- data/spec/spec_tests/data/retryable_writes/legacy/updateOne-serverErrors.yml +0 -82
- data/spec/spec_tests/data/retryable_writes/legacy/updateOne.yml +0 -129
- data/spec/spec_tests/data/retryable_writes/unified/bulkWrite-serverErrors.yml +0 -93
- data/spec/spec_tests/data/retryable_writes/unified/handshakeError.yml +0 -785
- data/spec/spec_tests/data/retryable_writes/unified/insertOne-noWritesPerformedError.yml +0 -54
- data/spec/spec_tests/data/retryable_writes/unified/insertOne-serverErrors.yml +0 -75
- data/spec/spec_tests/data/run_command_unified/runCommand.yml +0 -319
- data/spec/spec_tests/data/sdam/errors/error_handling_handshake.yml +0 -55
- data/spec/spec_tests/data/sdam/errors/non-stale-network-error.yml +0 -47
- data/spec/spec_tests/data/sdam/errors/non-stale-network-timeout-error.yml +0 -38
- data/spec/spec_tests/data/sdam/errors/non-stale-topologyVersion-greater-InterruptedAtShutdown.yml +0 -61
- data/spec/spec_tests/data/sdam/errors/non-stale-topologyVersion-greater-InterruptedDueToReplStateChange.yml +0 -61
- data/spec/spec_tests/data/sdam/errors/non-stale-topologyVersion-greater-LegacyNotPrimary.yml +0 -61
- data/spec/spec_tests/data/sdam/errors/non-stale-topologyVersion-greater-NotPrimaryNoSecondaryOk.yml +0 -61
- data/spec/spec_tests/data/sdam/errors/non-stale-topologyVersion-greater-NotPrimaryOrSecondary.yml +0 -61
- data/spec/spec_tests/data/sdam/errors/non-stale-topologyVersion-greater-NotWritablePrimary.yml +0 -61
- data/spec/spec_tests/data/sdam/errors/non-stale-topologyVersion-greater-PrimarySteppedDown.yml +0 -61
- data/spec/spec_tests/data/sdam/errors/non-stale-topologyVersion-greater-ShutdownInProgress.yml +0 -61
- data/spec/spec_tests/data/sdam/errors/non-stale-topologyVersion-missing-InterruptedAtShutdown.yml +0 -52
- data/spec/spec_tests/data/sdam/errors/non-stale-topologyVersion-missing-InterruptedDueToReplStateChange.yml +0 -52
- data/spec/spec_tests/data/sdam/errors/non-stale-topologyVersion-missing-LegacyNotPrimary.yml +0 -52
- data/spec/spec_tests/data/sdam/errors/non-stale-topologyVersion-missing-NotPrimaryNoSecondaryOk.yml +0 -52
- data/spec/spec_tests/data/sdam/errors/non-stale-topologyVersion-missing-NotPrimaryOrSecondary.yml +0 -52
- data/spec/spec_tests/data/sdam/errors/non-stale-topologyVersion-missing-NotWritablePrimary.yml +0 -52
- data/spec/spec_tests/data/sdam/errors/non-stale-topologyVersion-missing-PrimarySteppedDown.yml +0 -52
- data/spec/spec_tests/data/sdam/errors/non-stale-topologyVersion-missing-ShutdownInProgress.yml +0 -52
- data/spec/spec_tests/data/sdam/errors/non-stale-topologyVersion-proccessId-changed-InterruptedAtShutdown.yml +0 -61
- data/spec/spec_tests/data/sdam/errors/non-stale-topologyVersion-proccessId-changed-InterruptedDueToReplStateChange.yml +0 -61
- data/spec/spec_tests/data/sdam/errors/non-stale-topologyVersion-proccessId-changed-LegacyNotPrimary.yml +0 -61
- data/spec/spec_tests/data/sdam/errors/non-stale-topologyVersion-proccessId-changed-NotPrimaryNoSecondaryOk.yml +0 -61
- data/spec/spec_tests/data/sdam/errors/non-stale-topologyVersion-proccessId-changed-NotPrimaryOrSecondary.yml +0 -61
- data/spec/spec_tests/data/sdam/errors/non-stale-topologyVersion-proccessId-changed-NotWritablePrimary.yml +0 -61
- data/spec/spec_tests/data/sdam/errors/non-stale-topologyVersion-proccessId-changed-PrimarySteppedDown.yml +0 -61
- data/spec/spec_tests/data/sdam/errors/non-stale-topologyVersion-proccessId-changed-ShutdownInProgress.yml +0 -61
- data/spec/spec_tests/data/sdam/errors/post-42-InterruptedAtShutdown.yml +0 -47
- data/spec/spec_tests/data/sdam/errors/post-42-InterruptedDueToReplStateChange.yml +0 -47
- data/spec/spec_tests/data/sdam/errors/post-42-LegacyNotPrimary.yml +0 -47
- data/spec/spec_tests/data/sdam/errors/post-42-NotPrimaryNoSecondaryOk.yml +0 -47
- data/spec/spec_tests/data/sdam/errors/post-42-NotPrimaryOrSecondary.yml +0 -47
- data/spec/spec_tests/data/sdam/errors/post-42-NotWritablePrimary.yml +0 -47
- data/spec/spec_tests/data/sdam/errors/post-42-PrimarySteppedDown.yml +0 -47
- data/spec/spec_tests/data/sdam/errors/post-42-ShutdownInProgress.yml +0 -47
- data/spec/spec_tests/data/sdam/errors/pre-42-InterruptedAtShutdown.yml +0 -47
- data/spec/spec_tests/data/sdam/errors/pre-42-InterruptedDueToReplStateChange.yml +0 -47
- data/spec/spec_tests/data/sdam/errors/pre-42-LegacyNotPrimary.yml +0 -47
- data/spec/spec_tests/data/sdam/errors/pre-42-NotPrimaryNoSecondaryOk.yml +0 -47
- data/spec/spec_tests/data/sdam/errors/pre-42-NotPrimaryOrSecondary.yml +0 -47
- data/spec/spec_tests/data/sdam/errors/pre-42-NotWritablePrimary.yml +0 -47
- data/spec/spec_tests/data/sdam/errors/pre-42-PrimarySteppedDown.yml +0 -47
- data/spec/spec_tests/data/sdam/errors/pre-42-ShutdownInProgress.yml +0 -47
- data/spec/spec_tests/data/sdam/errors/prefer-error-code.yml +0 -54
- data/spec/spec_tests/data/sdam/errors/stale-generation-InterruptedAtShutdown.yml +0 -91
- data/spec/spec_tests/data/sdam/errors/stale-generation-InterruptedDueToReplStateChange.yml +0 -91
- data/spec/spec_tests/data/sdam/errors/stale-generation-NotPrimaryNoSecondaryOk.yml +0 -91
- data/spec/spec_tests/data/sdam/errors/stale-generation-NotPrimaryOrSecondary.yml +0 -91
- data/spec/spec_tests/data/sdam/errors/stale-generation-NotWritablePrimary.yml +0 -91
- data/spec/spec_tests/data/sdam/errors/stale-generation-PrimarySteppedDown.yml +0 -91
- data/spec/spec_tests/data/sdam/errors/stale-generation-ShutdownInProgress.yml +0 -91
- data/spec/spec_tests/data/sdam/errors/stale-generation-afterHandshakeCompletes-InterruptedAtShutdown.yml +0 -91
- data/spec/spec_tests/data/sdam/errors/stale-generation-afterHandshakeCompletes-InterruptedDueToReplStateChange.yml +0 -91
- data/spec/spec_tests/data/sdam/errors/stale-generation-afterHandshakeCompletes-LegacyNotPrimary.yml +0 -91
- data/spec/spec_tests/data/sdam/errors/stale-generation-afterHandshakeCompletes-NotPrimaryNoSecondaryOk.yml +0 -91
- data/spec/spec_tests/data/sdam/errors/stale-generation-afterHandshakeCompletes-NotPrimaryOrSecondary.yml +0 -91
- data/spec/spec_tests/data/sdam/errors/stale-generation-afterHandshakeCompletes-NotWritablePrimary.yml +0 -91
- data/spec/spec_tests/data/sdam/errors/stale-generation-afterHandshakeCompletes-PrimarySteppedDown.yml +0 -91
- data/spec/spec_tests/data/sdam/errors/stale-generation-afterHandshakeCompletes-ShutdownInProgress.yml +0 -91
- data/spec/spec_tests/data/sdam/errors/stale-generation-afterHandshakeCompletes-network.yml +0 -82
- data/spec/spec_tests/data/sdam/errors/stale-generation-afterHandshakeCompletes-timeout.yml +0 -82
- data/spec/spec_tests/data/sdam/errors/stale-generation-beforeHandshakeCompletes-InterruptedAtShutdown.yml +0 -91
- data/spec/spec_tests/data/sdam/errors/stale-generation-beforeHandshakeCompletes-InterruptedDueToReplStateChange.yml +0 -91
- data/spec/spec_tests/data/sdam/errors/stale-generation-beforeHandshakeCompletes-LegacyNotPrimary.yml +0 -91
- data/spec/spec_tests/data/sdam/errors/stale-generation-beforeHandshakeCompletes-NotPrimaryNoSecondaryOk.yml +0 -91
- data/spec/spec_tests/data/sdam/errors/stale-generation-beforeHandshakeCompletes-NotPrimaryOrSecondary.yml +0 -91
- data/spec/spec_tests/data/sdam/errors/stale-generation-beforeHandshakeCompletes-NotWritablePrimary.yml +0 -91
- data/spec/spec_tests/data/sdam/errors/stale-generation-beforeHandshakeCompletes-PrimarySteppedDown.yml +0 -91
- data/spec/spec_tests/data/sdam/errors/stale-generation-beforeHandshakeCompletes-ShutdownInProgress.yml +0 -91
- data/spec/spec_tests/data/sdam/errors/stale-generation-beforeHandshakeCompletes-network.yml +0 -82
- data/spec/spec_tests/data/sdam/errors/stale-generation-beforeHandshakeCompletes-timeout.yml +0 -82
- data/spec/spec_tests/data/sdam/errors/stale-topologyVersion-InterruptedAtShutdown.yml +0 -65
- data/spec/spec_tests/data/sdam/errors/stale-topologyVersion-InterruptedDueToReplStateChange.yml +0 -65
- data/spec/spec_tests/data/sdam/errors/stale-topologyVersion-LegacyNotPrimary.yml +0 -65
- data/spec/spec_tests/data/sdam/errors/stale-topologyVersion-NotPrimaryNoSecondaryOk.yml +0 -65
- data/spec/spec_tests/data/sdam/errors/stale-topologyVersion-NotPrimaryOrSecondary.yml +0 -65
- data/spec/spec_tests/data/sdam/errors/stale-topologyVersion-NotWritablePrimary.yml +0 -65
- data/spec/spec_tests/data/sdam/errors/stale-topologyVersion-PrimarySteppedDown.yml +0 -65
- data/spec/spec_tests/data/sdam/errors/stale-topologyVersion-ShutdownInProgress.yml +0 -65
- data/spec/spec_tests/data/sdam/errors/write_errors_ignored.yml +0 -42
- data/spec/spec_tests/data/sdam/load-balanced/discover_load_balancer.yml +0 -25
- data/spec/spec_tests/data/sdam/rs/compatible.yml +0 -45
- data/spec/spec_tests/data/sdam/rs/compatible_unknown.yml +0 -34
- data/spec/spec_tests/data/sdam/rs/discover_arbiters.yml +0 -44
- data/spec/spec_tests/data/sdam/rs/discover_arbiters_replicaset.yml +0 -44
- data/spec/spec_tests/data/sdam/rs/discover_ghost.yml +0 -36
- data/spec/spec_tests/data/sdam/rs/discover_ghost_replicaset.yml +0 -42
- data/spec/spec_tests/data/sdam/rs/discover_hidden.yml +0 -51
- data/spec/spec_tests/data/sdam/rs/discover_hidden_replicaset.yml +0 -51
- data/spec/spec_tests/data/sdam/rs/discover_passives.yml +0 -83
- data/spec/spec_tests/data/sdam/rs/discover_passives_replicaset.yml +0 -83
- data/spec/spec_tests/data/sdam/rs/discover_primary.yml +0 -43
- data/spec/spec_tests/data/sdam/rs/discover_primary_replicaset.yml +0 -43
- data/spec/spec_tests/data/sdam/rs/discover_rsother.yml +0 -50
- data/spec/spec_tests/data/sdam/rs/discover_rsother_replicaset.yml +0 -68
- data/spec/spec_tests/data/sdam/rs/discover_secondary.yml +0 -44
- data/spec/spec_tests/data/sdam/rs/discover_secondary_replicaset.yml +0 -44
- data/spec/spec_tests/data/sdam/rs/discovery.yml +0 -207
- data/spec/spec_tests/data/sdam/rs/electionId_precedence_setVersion.yml +0 -62
- data/spec/spec_tests/data/sdam/rs/equal_electionids.yml +0 -57
- data/spec/spec_tests/data/sdam/rs/hosts_differ_from_seeds.yml +0 -37
- data/spec/spec_tests/data/sdam/rs/incompatible_arbiter.yml +0 -36
- data/spec/spec_tests/data/sdam/rs/incompatible_ghost.yml +0 -34
- data/spec/spec_tests/data/sdam/rs/incompatible_other.yml +0 -36
- data/spec/spec_tests/data/sdam/rs/ls_timeout.yml +0 -249
- data/spec/spec_tests/data/sdam/rs/member_reconfig.yml +0 -74
- data/spec/spec_tests/data/sdam/rs/member_standalone.yml +0 -66
- data/spec/spec_tests/data/sdam/rs/new_primary.yml +0 -80
- data/spec/spec_tests/data/sdam/rs/new_primary_new_electionid.yml +0 -119
- data/spec/spec_tests/data/sdam/rs/new_primary_new_setversion.yml +0 -119
- data/spec/spec_tests/data/sdam/rs/new_primary_wrong_set_name.yml +0 -77
- data/spec/spec_tests/data/sdam/rs/non_rs_member.yml +0 -33
- data/spec/spec_tests/data/sdam/rs/normalize_case.yml +0 -52
- data/spec/spec_tests/data/sdam/rs/normalize_case_me.yml +0 -102
- data/spec/spec_tests/data/sdam/rs/null_election_id-pre-6.0.yml +0 -175
- data/spec/spec_tests/data/sdam/rs/null_election_id.yml +0 -177
- data/spec/spec_tests/data/sdam/rs/primary_becomes_ghost.yml +0 -65
- data/spec/spec_tests/data/sdam/rs/primary_becomes_mongos.yml +0 -58
- data/spec/spec_tests/data/sdam/rs/primary_becomes_standalone.yml +0 -55
- data/spec/spec_tests/data/sdam/rs/primary_changes_set_name.yml +0 -63
- data/spec/spec_tests/data/sdam/rs/primary_disconnect.yml +0 -59
- data/spec/spec_tests/data/sdam/rs/primary_disconnect_electionid.yml +0 -189
- data/spec/spec_tests/data/sdam/rs/primary_disconnect_setversion.yml +0 -189
- data/spec/spec_tests/data/sdam/rs/primary_hint_from_secondary_with_mismatched_me.yml +0 -64
- data/spec/spec_tests/data/sdam/rs/primary_mismatched_me.yml +0 -27
- data/spec/spec_tests/data/sdam/rs/primary_mismatched_me_not_removed.yml +0 -75
- data/spec/spec_tests/data/sdam/rs/primary_reports_new_member.yml +0 -175
- data/spec/spec_tests/data/sdam/rs/primary_to_no_primary_mismatched_me.yml +0 -81
- data/spec/spec_tests/data/sdam/rs/primary_wrong_set_name.yml +0 -30
- data/spec/spec_tests/data/sdam/rs/repeated.yml +0 -105
- data/spec/spec_tests/data/sdam/rs/replicaset_rsnp.yml +0 -21
- data/spec/spec_tests/data/sdam/rs/response_from_removed.yml +0 -69
- data/spec/spec_tests/data/sdam/rs/ruby_primary_address_change.yml +0 -31
- data/spec/spec_tests/data/sdam/rs/ruby_secondary_wrong_set_name_with_primary_second.yml +0 -73
- data/spec/spec_tests/data/sdam/rs/sec_not_auth.yml +0 -55
- data/spec/spec_tests/data/sdam/rs/secondary_ignore_ok_0-pre-6.0.yml +0 -87
- data/spec/spec_tests/data/sdam/rs/secondary_ignore_ok_0.yml +0 -87
- data/spec/spec_tests/data/sdam/rs/secondary_mismatched_me.yml +0 -28
- data/spec/spec_tests/data/sdam/rs/secondary_wrong_set_name.yml +0 -31
- data/spec/spec_tests/data/sdam/rs/secondary_wrong_set_name_with_primary.yml +0 -75
- data/spec/spec_tests/data/sdam/rs/set_version_can_rollback.yml +0 -101
- data/spec/spec_tests/data/sdam/rs/setversion_equal_max_without_electionid.yml +0 -78
- data/spec/spec_tests/data/sdam/rs/setversion_greaterthan_max_without_electionid.yml +0 -79
- data/spec/spec_tests/data/sdam/rs/setversion_without_electionid-pre-6.0.yml +0 -79
- data/spec/spec_tests/data/sdam/rs/setversion_without_electionid.yml +0 -78
- data/spec/spec_tests/data/sdam/rs/stepdown_change_set_name.yml +0 -65
- data/spec/spec_tests/data/sdam/rs/too_new.yml +0 -45
- data/spec/spec_tests/data/sdam/rs/too_old.yml +0 -41
- data/spec/spec_tests/data/sdam/rs/topology_version_equal.yml +0 -68
- data/spec/spec_tests/data/sdam/rs/topology_version_greater.yml +0 -194
- data/spec/spec_tests/data/sdam/rs/topology_version_less.yml +0 -64
- data/spec/spec_tests/data/sdam/rs/unexpected_mongos.yml +0 -29
- data/spec/spec_tests/data/sdam/rs/use_setversion_without_electionid-pre-6.0.yml +0 -117
- data/spec/spec_tests/data/sdam/rs/use_setversion_without_electionid.yml +0 -119
- data/spec/spec_tests/data/sdam/rs/wrong_set_name.yml +0 -38
- data/spec/spec_tests/data/sdam/sharded/compatible.yml +0 -40
- data/spec/spec_tests/data/sdam/sharded/discover_single_mongos.yml +0 -24
- data/spec/spec_tests/data/sdam/sharded/ls_timeout_mongos.yml +0 -101
- data/spec/spec_tests/data/sdam/sharded/mongos_disconnect.yml +0 -113
- data/spec/spec_tests/data/sdam/sharded/multiple_mongoses.yml +0 -52
- data/spec/spec_tests/data/sdam/sharded/non_mongos_removed.yml +0 -47
- data/spec/spec_tests/data/sdam/sharded/normalize_uri_case.yml +0 -32
- data/spec/spec_tests/data/sdam/sharded/ruby_primary_different_address.yml +0 -21
- data/spec/spec_tests/data/sdam/sharded/ruby_primary_mismatched_me.yml +0 -22
- data/spec/spec_tests/data/sdam/sharded/too_new.yml +0 -38
- data/spec/spec_tests/data/sdam/sharded/too_old.yml +0 -38
- data/spec/spec_tests/data/sdam/single/compatible.yml +0 -27
- data/spec/spec_tests/data/sdam/single/direct_connection_external_ip.yml +0 -37
- data/spec/spec_tests/data/sdam/single/direct_connection_mongos.yml +0 -36
- data/spec/spec_tests/data/sdam/single/direct_connection_replicaset.yml +0 -23
- data/spec/spec_tests/data/sdam/single/direct_connection_rsarbiter.yml +0 -38
- data/spec/spec_tests/data/sdam/single/direct_connection_rsprimary.yml +0 -37
- data/spec/spec_tests/data/sdam/single/direct_connection_rssecondary.yml +0 -38
- data/spec/spec_tests/data/sdam/single/direct_connection_standalone.yml +0 -35
- data/spec/spec_tests/data/sdam/single/direct_connection_unavailable_seed.yml +0 -28
- data/spec/spec_tests/data/sdam/single/direct_connection_wrong_set_name.yml +0 -40
- data/spec/spec_tests/data/sdam/single/discover_standalone.yml +0 -35
- data/spec/spec_tests/data/sdam/single/discover_unavailable_seed.yml +0 -28
- data/spec/spec_tests/data/sdam/single/ls_timeout_standalone.yml +0 -36
- data/spec/spec_tests/data/sdam/single/not_ok_response.yml +0 -44
- data/spec/spec_tests/data/sdam/single/ruby_primary_different_address.yml +0 -24
- data/spec/spec_tests/data/sdam/single/ruby_primary_mismatched_me.yml +0 -25
- data/spec/spec_tests/data/sdam/single/standalone_removed.yml +0 -35
- data/spec/spec_tests/data/sdam/single/standalone_using_legacy_hello.yml +0 -34
- data/spec/spec_tests/data/sdam/single/too_new.yml +0 -27
- data/spec/spec_tests/data/sdam/single/too_old.yml +0 -25
- data/spec/spec_tests/data/sdam/single/too_old_then_upgraded.yml +0 -48
- data/spec/spec_tests/data/sdam_monitoring/discovered_standalone.yml +0 -70
- data/spec/spec_tests/data/sdam_monitoring/load_balancer.yml +0 -65
- data/spec/spec_tests/data/sdam_monitoring/replica_set_other_chain.yml +0 -222
- data/spec/spec_tests/data/sdam_monitoring/replica_set_other_change.yml +0 -225
- data/spec/spec_tests/data/sdam_monitoring/replica_set_primary_address_change.yml +0 -251
- data/spec/spec_tests/data/sdam_monitoring/replica_set_with_me_mismatch.yml +0 -111
- data/spec/spec_tests/data/sdam_monitoring/replica_set_with_no_primary.yml +0 -112
- data/spec/spec_tests/data/sdam_monitoring/replica_set_with_primary.yml +0 -111
- data/spec/spec_tests/data/sdam_monitoring/replica_set_with_primary_and_secondary.yml +0 -198
- data/spec/spec_tests/data/sdam_monitoring/replica_set_with_primary_removal.yml +0 -175
- data/spec/spec_tests/data/sdam_monitoring/replica_set_with_removal.yml +0 -111
- data/spec/spec_tests/data/sdam_monitoring/replica_set_with_second_seed_removal.yml +0 -106
- data/spec/spec_tests/data/sdam_monitoring/required_replica_set.yml +0 -108
- data/spec/spec_tests/data/sdam_monitoring/standalone.yml +0 -70
- data/spec/spec_tests/data/sdam_monitoring/standalone_repeated.yml +0 -86
- data/spec/spec_tests/data/sdam_monitoring/standalone_suppress_equal_description_changes.yml +0 -73
- data/spec/spec_tests/data/sdam_monitoring/standalone_to_rs_with_me_mismatch.yml +0 -90
- data/spec/spec_tests/data/sdam_unified/auth-error.yml +0 -130
- data/spec/spec_tests/data/sdam_unified/auth-misc-command-error.yml +0 -132
- data/spec/spec_tests/data/sdam_unified/auth-network-error.yml +0 -132
- data/spec/spec_tests/data/sdam_unified/auth-network-timeout-error.yml +0 -138
- data/spec/spec_tests/data/sdam_unified/auth-shutdown-error.yml +0 -133
- data/spec/spec_tests/data/sdam_unified/cancel-server-check.yml +0 -143
- data/spec/spec_tests/data/sdam_unified/connectTimeoutMS.yml +0 -130
- data/spec/spec_tests/data/sdam_unified/find-network-error.yml +0 -135
- data/spec/spec_tests/data/sdam_unified/find-network-timeout-error.yml +0 -119
- data/spec/spec_tests/data/sdam_unified/find-shutdown-error.yml +0 -163
- data/spec/spec_tests/data/sdam_unified/hello-command-error.yml +0 -233
- data/spec/spec_tests/data/sdam_unified/hello-network-error.yml +0 -228
- data/spec/spec_tests/data/sdam_unified/hello-timeout.yml +0 -318
- data/spec/spec_tests/data/sdam_unified/insert-network-error.yml +0 -137
- data/spec/spec_tests/data/sdam_unified/insert-shutdown-error.yml +0 -162
- data/spec/spec_tests/data/sdam_unified/interruptInUse-pool-clear.yml +0 -340
- data/spec/spec_tests/data/sdam_unified/minPoolSize-error.yml +0 -125
- data/spec/spec_tests/data/sdam_unified/pool-cleared-error.yml +0 -239
- data/spec/spec_tests/data/sdam_unified/rediscover-quickly-after-step-down.yml +0 -144
- data/spec/spec_tests/data/seed_list_discovery/load-balanced/loadBalanced-directConnection.yml +0 -14
- data/spec/spec_tests/data/seed_list_discovery/load-balanced/loadBalanced-no-results.yml +0 -5
- data/spec/spec_tests/data/seed_list_discovery/load-balanced/loadBalanced-replicaSet-errors.yml +0 -6
- data/spec/spec_tests/data/seed_list_discovery/load-balanced/loadBalanced-true-multiple-hosts.yml +0 -5
- data/spec/spec_tests/data/seed_list_discovery/load-balanced/loadBalanced-true-txt.yml +0 -11
- data/spec/spec_tests/data/seed_list_discovery/load-balanced/srvMaxHosts-conflicts_with_loadBalanced-true-txt.yml +0 -5
- data/spec/spec_tests/data/seed_list_discovery/load-balanced/srvMaxHosts-conflicts_with_loadBalanced-true.yml +0 -5
- data/spec/spec_tests/data/seed_list_discovery/load-balanced/srvMaxHosts-zero-txt.yml +0 -11
- data/spec/spec_tests/data/seed_list_discovery/load-balanced/srvMaxHosts-zero.yml +0 -11
- data/spec/spec_tests/data/seed_list_discovery/replica-set/direct-connection-false.yml +0 -10
- data/spec/spec_tests/data/seed_list_discovery/replica-set/direct-connection-true.yml +0 -5
- data/spec/spec_tests/data/seed_list_discovery/replica-set/encoded-userinfo-and-db.yml +0 -15
- data/spec/spec_tests/data/seed_list_discovery/replica-set/loadBalanced-false-txt.yml +0 -10
- data/spec/spec_tests/data/seed_list_discovery/replica-set/longer-parent-in-return.yml +0 -11
- data/spec/spec_tests/data/seed_list_discovery/replica-set/misformatted-option.yml +0 -5
- data/spec/spec_tests/data/seed_list_discovery/replica-set/no-results.yml +0 -5
- data/spec/spec_tests/data/seed_list_discovery/replica-set/not-enough-parts.yml +0 -5
- data/spec/spec_tests/data/seed_list_discovery/replica-set/one-result-default-port.yml +0 -10
- data/spec/spec_tests/data/seed_list_discovery/replica-set/one-txt-record-multiple-strings.yml +0 -10
- data/spec/spec_tests/data/seed_list_discovery/replica-set/one-txt-record.yml +0 -11
- data/spec/spec_tests/data/seed_list_discovery/replica-set/parent-part-mismatch1.yml +0 -5
- data/spec/spec_tests/data/seed_list_discovery/replica-set/parent-part-mismatch2.yml +0 -5
- data/spec/spec_tests/data/seed_list_discovery/replica-set/parent-part-mismatch3.yml +0 -5
- data/spec/spec_tests/data/seed_list_discovery/replica-set/parent-part-mismatch4.yml +0 -5
- data/spec/spec_tests/data/seed_list_discovery/replica-set/parent-part-mismatch5.yml +0 -5
- data/spec/spec_tests/data/seed_list_discovery/replica-set/returned-parent-too-short.yml +0 -5
- data/spec/spec_tests/data/seed_list_discovery/replica-set/returned-parent-wrong.yml +0 -5
- data/spec/spec_tests/data/seed_list_discovery/replica-set/srv-service-name.yml +0 -11
- data/spec/spec_tests/data/seed_list_discovery/replica-set/srvMaxHosts-conflicts_with_replicaSet-txt.yml +0 -5
- data/spec/spec_tests/data/seed_list_discovery/replica-set/srvMaxHosts-conflicts_with_replicaSet.yml +0 -5
- data/spec/spec_tests/data/seed_list_discovery/replica-set/srvMaxHosts-equal_to_srv_records.yml +0 -16
- data/spec/spec_tests/data/seed_list_discovery/replica-set/srvMaxHosts-greater_than_srv_records.yml +0 -15
- data/spec/spec_tests/data/seed_list_discovery/replica-set/srvMaxHosts-less_than_srv_records.yml +0 -15
- data/spec/spec_tests/data/seed_list_discovery/replica-set/srvMaxHosts-zero-txt.yml +0 -15
- data/spec/spec_tests/data/seed_list_discovery/replica-set/srvMaxHosts-zero.yml +0 -15
- data/spec/spec_tests/data/seed_list_discovery/replica-set/two-results-default-port.yml +0 -11
- data/spec/spec_tests/data/seed_list_discovery/replica-set/two-results-nonstandard-port.yml +0 -11
- data/spec/spec_tests/data/seed_list_discovery/replica-set/two-txt-records.yml +0 -5
- data/spec/spec_tests/data/seed_list_discovery/replica-set/txt-record-not-allowed-option.yml +0 -5
- data/spec/spec_tests/data/seed_list_discovery/replica-set/txt-record-with-overridden-ssl-option.yml +0 -11
- data/spec/spec_tests/data/seed_list_discovery/replica-set/txt-record-with-overridden-uri-option.yml +0 -11
- data/spec/spec_tests/data/seed_list_discovery/replica-set/txt-record-with-unallowed-option.yml +0 -5
- data/spec/spec_tests/data/seed_list_discovery/replica-set/uri-with-admin-database.yml +0 -13
- data/spec/spec_tests/data/seed_list_discovery/replica-set/uri-with-auth.yml +0 -12
- data/spec/spec_tests/data/seed_list_discovery/replica-set/uri-with-port.yml +0 -5
- data/spec/spec_tests/data/seed_list_discovery/replica-set/uri-with-two-hosts.yml +0 -5
- data/spec/spec_tests/data/seed_list_discovery/sharded/srvMaxHosts-equal_to_srv_records.yml +0 -13
- data/spec/spec_tests/data/seed_list_discovery/sharded/srvMaxHosts-greater_than_srv_records.yml +0 -12
- data/spec/spec_tests/data/seed_list_discovery/sharded/srvMaxHosts-less_than_srv_records.yml +0 -10
- data/spec/spec_tests/data/seed_list_discovery/sharded/srvMaxHosts-zero.yml +0 -11
- data/spec/spec_tests/data/server_selection/ReplicaSetNoPrimary/read/Nearest.yml +0 -25
- data/spec/spec_tests/data/server_selection/ReplicaSetNoPrimary/read/Nearest_multiple.yml +0 -26
- data/spec/spec_tests/data/server_selection/ReplicaSetNoPrimary/read/Nearest_non_matching.yml +0 -20
- data/spec/spec_tests/data/server_selection/ReplicaSetNoPrimary/read/PossiblePrimary.yml +0 -15
- data/spec/spec_tests/data/server_selection/ReplicaSetNoPrimary/read/PossiblePrimaryNearest.yml +0 -15
- data/spec/spec_tests/data/server_selection/ReplicaSetNoPrimary/read/Primary.yml +0 -18
- data/spec/spec_tests/data/server_selection/ReplicaSetNoPrimary/read/PrimaryPreferred.yml +0 -25
- data/spec/spec_tests/data/server_selection/ReplicaSetNoPrimary/read/PrimaryPreferred_non_matching.yml +0 -20
- data/spec/spec_tests/data/server_selection/ReplicaSetNoPrimary/read/Secondary.yml +0 -25
- data/spec/spec_tests/data/server_selection/ReplicaSetNoPrimary/read/SecondaryPreferred.yml +0 -25
- data/spec/spec_tests/data/server_selection/ReplicaSetNoPrimary/read/SecondaryPreferred_non_matching.yml +0 -20
- data/spec/spec_tests/data/server_selection/ReplicaSetNoPrimary/read/Secondary_multi_tags.yml +0 -31
- data/spec/spec_tests/data/server_selection/ReplicaSetNoPrimary/read/Secondary_multi_tags2.yml +0 -31
- data/spec/spec_tests/data/server_selection/ReplicaSetNoPrimary/read/Secondary_non_matching.yml +0 -20
- data/spec/spec_tests/data/server_selection/ReplicaSetWithPrimary/read/Nearest.yml +0 -32
- data/spec/spec_tests/data/server_selection/ReplicaSetWithPrimary/read/Nearest_multiple.yml +0 -33
- data/spec/spec_tests/data/server_selection/ReplicaSetWithPrimary/read/Nearest_non_matching.yml +0 -25
- data/spec/spec_tests/data/server_selection/ReplicaSetWithPrimary/read/Primary.yml +0 -26
- data/spec/spec_tests/data/server_selection/ReplicaSetWithPrimary/read/PrimaryPreferred.yml +0 -28
- data/spec/spec_tests/data/server_selection/ReplicaSetWithPrimary/read/PrimaryPreferred_non_matching.yml +0 -28
- data/spec/spec_tests/data/server_selection/ReplicaSetWithPrimary/read/Secondary.yml +0 -30
- data/spec/spec_tests/data/server_selection/ReplicaSetWithPrimary/read/SecondaryPreferred.yml +0 -30
- data/spec/spec_tests/data/server_selection/ReplicaSetWithPrimary/read/SecondaryPreferred_non_matching.yml +0 -28
- data/spec/spec_tests/data/server_selection/ReplicaSetWithPrimary/read/SecondaryPreferred_tags.yml +0 -28
- data/spec/spec_tests/data/server_selection/ReplicaSetWithPrimary/read/Secondary_non_matching.yml +0 -25
- data/spec/spec_tests/data/server_selection/Sharded/read/Nearest.yml +0 -21
- data/spec/spec_tests/data/server_selection/Sharded/read/Primary.yml +0 -19
- data/spec/spec_tests/data/server_selection/Sharded/read/PrimaryPreferred.yml +0 -21
- data/spec/spec_tests/data/server_selection/Sharded/read/Secondary.yml +0 -21
- data/spec/spec_tests/data/server_selection/Sharded/read/SecondaryPreferred.yml +0 -21
- data/spec/spec_tests/data/server_selection/Single/read/SecondaryPreferred.yml +0 -18
- data/spec/spec_tests/data/server_selection/Unknown/read/SecondaryPreferred.yml +0 -10
- data/spec/spec_tests/data/server_selection/Unknown/read/ghost.yml +0 -11
- data/spec/spec_tests/data/server_selection/Unknown/write/ghost.yml +0 -11
- data/spec/spec_tests/data/server_selection_rtt/first_value.yml +0 -4
- data/spec/spec_tests/data/server_selection_rtt/first_value_zero.yml +0 -4
- data/spec/spec_tests/data/server_selection_rtt/value_test_1.yml +0 -4
- data/spec/spec_tests/data/server_selection_rtt/value_test_2.yml +0 -4
- data/spec/spec_tests/data/server_selection_rtt/value_test_3.yml +0 -4
- data/spec/spec_tests/data/server_selection_rtt/value_test_4.yml +0 -4
- data/spec/spec_tests/data/server_selection_rtt/value_test_5.yml +0 -4
- data/spec/spec_tests/data/sessions_unified/driver-sessions-dirty-session-errors.yml +0 -351
- data/spec/spec_tests/data/sessions_unified/driver-sessions-server-support.yml +0 -123
- data/spec/spec_tests/data/sessions_unified/implicit-sessions-default-causal-consistency.yml +0 -119
- data/spec/spec_tests/data/sessions_unified/snapshot-sessions-not-supported-client-error.yml +0 -75
- data/spec/spec_tests/data/sessions_unified/snapshot-sessions-not-supported-server-error.yml +0 -102
- data/spec/spec_tests/data/sessions_unified/snapshot-sessions-unsupported-ops.yml +0 -258
- data/spec/spec_tests/data/sessions_unified/snapshot-sessions.yml +0 -482
- data/spec/spec_tests/data/transactions/abort.yml +0 -413
- data/spec/spec_tests/data/transactions/bulk.yml +0 -267
- data/spec/spec_tests/data/transactions/causal-consistency.yml +0 -175
- data/spec/spec_tests/data/transactions/commit.yml +0 -603
- data/spec/spec_tests/data/transactions/count.yml +0 -67
- data/spec/spec_tests/data/transactions/create-collection.yml +0 -131
- data/spec/spec_tests/data/transactions/create-index.yml +0 -152
- data/spec/spec_tests/data/transactions/delete.yml +0 -192
- data/spec/spec_tests/data/transactions/error-labels.yml +0 -1030
- data/spec/spec_tests/data/transactions/errors-client.yml +0 -55
- data/spec/spec_tests/data/transactions/errors.yml +0 -133
- data/spec/spec_tests/data/transactions/findOneAndDelete.yml +0 -134
- data/spec/spec_tests/data/transactions/findOneAndReplace.yml +0 -148
- data/spec/spec_tests/data/transactions/findOneAndUpdate.yml +0 -236
- data/spec/spec_tests/data/transactions/insert.yml +0 -390
- data/spec/spec_tests/data/transactions/isolation.yml +0 -133
- data/spec/spec_tests/data/transactions/mongos-pin-auto.yml +0 -1674
- data/spec/spec_tests/data/transactions/mongos-recovery-token.yml +0 -350
- data/spec/spec_tests/data/transactions/pin-mongos.yml +0 -559
- data/spec/spec_tests/data/transactions/read-concern.yml +0 -623
- data/spec/spec_tests/data/transactions/read-pref.yml +0 -348
- data/spec/spec_tests/data/transactions/reads.yml +0 -261
- data/spec/spec_tests/data/transactions/retryable-abort-errorLabels.yml +0 -124
- data/spec/spec_tests/data/transactions/retryable-abort.yml +0 -1315
- data/spec/spec_tests/data/transactions/retryable-commit-errorLabels.yml +0 -132
- data/spec/spec_tests/data/transactions/retryable-commit.yml +0 -1460
- data/spec/spec_tests/data/transactions/retryable-writes.yml +0 -216
- data/spec/spec_tests/data/transactions/run-command.yml +0 -197
- data/spec/spec_tests/data/transactions/transaction-options-repl.yml +0 -117
- data/spec/spec_tests/data/transactions/transaction-options.yml +0 -781
- data/spec/spec_tests/data/transactions/update.yml +0 -246
- data/spec/spec_tests/data/transactions/write-concern.yml +0 -554
- data/spec/spec_tests/data/transactions_api/callback-aborts.yml +0 -170
- data/spec/spec_tests/data/transactions_api/callback-commits.yml +0 -204
- data/spec/spec_tests/data/transactions_api/callback-retry.yml +0 -215
- data/spec/spec_tests/data/transactions_api/commit-retry.yml +0 -324
- data/spec/spec_tests/data/transactions_api/commit-transienttransactionerror-4.2.yml +0 -139
- data/spec/spec_tests/data/transactions_api/commit-transienttransactionerror.yml +0 -175
- data/spec/spec_tests/data/transactions_api/commit-writeconcernerror.yml +0 -216
- data/spec/spec_tests/data/transactions_api/commit.yml +0 -193
- data/spec/spec_tests/data/transactions_api/transaction-options.yml +0 -274
- data/spec/spec_tests/data/transactions_unified/do-not-retry-read-in-transaction.yml +0 -64
- data/spec/spec_tests/data/transactions_unified/mongos-unpin.yml +0 -172
- data/spec/spec_tests/data/transactions_unified/retryable-abort-handshake.yml +0 -118
- data/spec/spec_tests/data/transactions_unified/retryable-commit-handshake.yml +0 -118
- data/spec/spec_tests/data/unified/valid-fail/entity-findCursor-malformed.yml +0 -31
- data/spec/spec_tests/data/unified/valid-fail/entity-findCursor.yml +0 -31
- data/spec/spec_tests/data/unified/valid-fail/ignoreResultAndError-malformed.yml +0 -34
- data/spec/spec_tests/data/unified/valid-fail/ignoreResultAndError.yml +0 -35
- data/spec/spec_tests/data/unified/valid-fail/operation-failure.yml +0 -31
- data/spec/spec_tests/data/unified/valid-fail/operation-unsupported.yml +0 -13
- data/spec/spec_tests/data/unified/valid-pass/assertNumberConnectionsCheckedOut.yml +0 -17
- data/spec/spec_tests/data/unified/valid-pass/collectionData-createOptions.yml +0 -37
- data/spec/spec_tests/data/unified/valid-pass/entity-client-cmap-events.yml +0 -40
- data/spec/spec_tests/data/unified/valid-pass/entity-client-storeEventsAsEntities.yml +0 -37
- data/spec/spec_tests/data/unified/valid-pass/expectedError-errorResponse.yml +0 -39
- data/spec/spec_tests/data/unified/valid-pass/expectedEventsForClient-eventType.yml +0 -66
- data/spec/spec_tests/data/unified/valid-pass/expectedEventsForClient-ignoreExtraEvents.yml +0 -78
- data/spec/spec_tests/data/unified/valid-pass/ignoreResultAndError.yml +0 -34
- data/spec/spec_tests/data/unified/valid-pass/observeSensitiveCommands.yml +0 -255
- data/spec/spec_tests/data/unified/valid-pass/poc-change-streams.yml +0 -241
- data/spec/spec_tests/data/unified/valid-pass/poc-command-monitoring.yml +0 -102
- data/spec/spec_tests/data/unified/valid-pass/poc-crud.yml +0 -190
- data/spec/spec_tests/data/unified/valid-pass/poc-gridfs.yml +0 -155
- data/spec/spec_tests/data/unified/valid-pass/poc-retryable-reads.yml +0 -193
- data/spec/spec_tests/data/unified/valid-pass/poc-retryable-writes.yml +0 -210
- data/spec/spec_tests/data/unified/valid-pass/poc-sessions.yml +0 -214
- data/spec/spec_tests/data/unified/valid-pass/poc-transactions-convenient-api.yml +0 -235
- data/spec/spec_tests/data/unified/valid-pass/poc-transactions-mongos-pin-auto.yml +0 -169
- data/spec/spec_tests/data/unified/valid-pass/poc-transactions.yml +0 -171
- data/spec/spec_tests/data/uri_options/auth-options.yml +0 -49
- data/spec/spec_tests/data/uri_options/compression-options.yml +0 -51
- data/spec/spec_tests/data/uri_options/concern-options.yml +0 -55
- data/spec/spec_tests/data/uri_options/connection-options.yml +0 -209
- data/spec/spec_tests/data/uri_options/connection-pool-options.yml +0 -26
- data/spec/spec_tests/data/uri_options/read-preference-options.yml +0 -66
- data/spec/spec_tests/data/uri_options/ruby-auth-options.yml +0 -12
- data/spec/spec_tests/data/uri_options/ruby-connection-options.yml +0 -58
- data/spec/spec_tests/data/uri_options/srv-options.yml +0 -96
- data/spec/spec_tests/data/uri_options/tls-options.yml +0 -364
- data/spec/spec_tests/data/versioned_api/crud-api-version-1-strict.yml +0 -419
- data/spec/spec_tests/data/versioned_api/crud-api-version-1.yml +0 -413
- data/spec/spec_tests/data/versioned_api/runcommand-helper-no-api-version-declared.yml +0 -75
- data/spec/spec_tests/data/versioned_api/test-commands-deprecation-errors.yml +0 -47
- data/spec/spec_tests/data/versioned_api/test-commands-strict-mode.yml +0 -46
- data/spec/spec_tests/data/versioned_api/transaction-handling.yml +0 -128
- data/spec/spec_tests/gridfs_spec.rb +0 -55
- data/spec/spec_tests/gridfs_unified_spec.rb +0 -13
- data/spec/spec_tests/index_management_unified_spec.rb +0 -13
- data/spec/spec_tests/load_balancers_spec.rb +0 -15
- data/spec/spec_tests/max_staleness_spec.rb +0 -12
- data/spec/spec_tests/read_write_concern_connection_string_spec.rb +0 -13
- data/spec/spec_tests/read_write_concern_document_spec.rb +0 -77
- data/spec/spec_tests/read_write_concern_operaton_spec.rb +0 -13
- data/spec/spec_tests/retryable_reads_spec.rb +0 -55
- data/spec/spec_tests/retryable_reads_unified_spec.rb +0 -22
- data/spec/spec_tests/retryable_writes_spec.rb +0 -25
- data/spec/spec_tests/retryable_writes_unified_spec.rb +0 -21
- data/spec/spec_tests/run_command_unified_spec.rb +0 -13
- data/spec/spec_tests/sdam_monitoring_spec.rb +0 -101
- data/spec/spec_tests/sdam_spec.rb +0 -246
- data/spec/spec_tests/sdam_unified_spec.rb +0 -15
- data/spec/spec_tests/seed_list_discovery_spec.rb +0 -127
- data/spec/spec_tests/server_selection_rtt_spec.rb +0 -33
- data/spec/spec_tests/server_selection_spec.rb +0 -12
- data/spec/spec_tests/sessions_unified_spec.rb +0 -13
- data/spec/spec_tests/transactions_api_spec.rb +0 -13
- data/spec/spec_tests/transactions_spec.rb +0 -13
- data/spec/spec_tests/transactions_unified_spec.rb +0 -14
- data/spec/spec_tests/unified_spec.rb +0 -18
- data/spec/spec_tests/uri_options_spec.rb +0 -93
- data/spec/spec_tests/versioned_api_spec.rb +0 -13
- data/spec/stress/cleanup_spec.rb +0 -61
- data/spec/stress/connection_pool_stress_spec.rb +0 -143
- data/spec/stress/connection_pool_timing_spec.rb +0 -160
- data/spec/stress/fork_reconnect_stress_spec.rb +0 -108
- data/spec/stress/push_monitor_close_spec.rb +0 -44
- data/spec/support/authorization.rb +0 -161
- data/spec/support/aws_utils/base.rb +0 -137
- data/spec/support/aws_utils/inspector.rb +0 -227
- data/spec/support/aws_utils/orchestrator.rb +0 -385
- data/spec/support/aws_utils/provisioner.rb +0 -363
- data/spec/support/aws_utils.rb +0 -66
- data/spec/support/background_thread_registry.rb +0 -60
- data/spec/support/certificates/README.md +0 -106
- data/spec/support/certificates/atlas-ocsp-ca.crt +0 -113
- data/spec/support/certificates/atlas-ocsp.crt +0 -147
- data/spec/support/certificates/ca.crt +0 -76
- data/spec/support/certificates/client-encrypted.key +0 -30
- data/spec/support/certificates/client-int.crt +0 -78
- data/spec/support/certificates/client-second-level-bundle.pem +0 -179
- data/spec/support/certificates/client-second-level.crt +0 -74
- data/spec/support/certificates/client-second-level.key +0 -27
- data/spec/support/certificates/client-second-level.pem +0 -101
- data/spec/support/certificates/client-x509.crt +0 -78
- data/spec/support/certificates/client-x509.key +0 -27
- data/spec/support/certificates/client-x509.pem +0 -105
- data/spec/support/certificates/client.crt +0 -74
- data/spec/support/certificates/client.key +0 -27
- data/spec/support/certificates/client.pem +0 -101
- data/spec/support/certificates/crl.pem +0 -12
- data/spec/support/certificates/crl_client_revoked.pem +0 -13
- data/spec/support/certificates/multi-ca.crt +0 -152
- data/spec/support/certificates/python-ca.crt +0 -76
- data/spec/support/certificates/retrieve-atlas-cert +0 -40
- data/spec/support/certificates/server-int.crt +0 -78
- data/spec/support/certificates/server-second-level-bundle.pem +0 -179
- data/spec/support/certificates/server-second-level.crt +0 -74
- data/spec/support/certificates/server-second-level.key +0 -27
- data/spec/support/certificates/server-second-level.pem +0 -101
- data/spec/support/certificates/server.pem +0 -101
- data/spec/support/client_registry.rb +0 -258
- data/spec/support/client_registry_macros.rb +0 -26
- data/spec/support/cluster_tools.rb +0 -384
- data/spec/support/common_shortcuts.rb +0 -421
- data/spec/support/constraints.rb +0 -39
- data/spec/support/crypt/corpus/corpus-encrypted.json +0 -9515
- data/spec/support/crypt/corpus/corpus-key-aws.json +0 -33
- data/spec/support/crypt/corpus/corpus-key-azure.json +0 -33
- data/spec/support/crypt/corpus/corpus-key-gcp.json +0 -35
- data/spec/support/crypt/corpus/corpus-key-kmip.json +0 -32
- data/spec/support/crypt/corpus/corpus-key-local.json +0 -31
- data/spec/support/crypt/corpus/corpus-schema.json +0 -6335
- data/spec/support/crypt/corpus/corpus.json +0 -8619
- data/spec/support/crypt/data_keys/key_document_aws.json +0 -34
- data/spec/support/crypt/data_keys/key_document_azure.json +0 -33
- data/spec/support/crypt/data_keys/key_document_gcp.json +0 -37
- data/spec/support/crypt/data_keys/key_document_kmip.json +0 -32
- data/spec/support/crypt/data_keys/key_document_local.json +0 -31
- data/spec/support/crypt/encrypted_fields/encryptedFields.json +0 -32
- data/spec/support/crypt/encrypted_fields/range-encryptedFields-Date.json +0 -30
- data/spec/support/crypt/encrypted_fields/range-encryptedFields-DecimalNoPrecision.json +0 -21
- data/spec/support/crypt/encrypted_fields/range-encryptedFields-DecimalPrecision.json +0 -29
- data/spec/support/crypt/encrypted_fields/range-encryptedFields-DoubleNoPrecision.json +0 -21
- data/spec/support/crypt/encrypted_fields/range-encryptedFields-DoublePrecision.json +0 -30
- data/spec/support/crypt/encrypted_fields/range-encryptedFields-Int.json +0 -27
- data/spec/support/crypt/encrypted_fields/range-encryptedFields-Long.json +0 -27
- data/spec/support/crypt/external/external-key.json +0 -31
- data/spec/support/crypt/external/external-schema.json +0 -19
- data/spec/support/crypt/keys/key1-document.json +0 -30
- data/spec/support/crypt/limits/limits-doc.json +0 -102
- data/spec/support/crypt/limits/limits-key.json +0 -31
- data/spec/support/crypt/limits/limits-schema.json +0 -1405
- data/spec/support/crypt/schema_maps/schema_map_aws.json +0 -17
- data/spec/support/crypt/schema_maps/schema_map_aws_key_alt_names.json +0 -12
- data/spec/support/crypt/schema_maps/schema_map_azure.json +0 -17
- data/spec/support/crypt/schema_maps/schema_map_azure_key_alt_names.json +0 -12
- data/spec/support/crypt/schema_maps/schema_map_gcp.json +0 -17
- data/spec/support/crypt/schema_maps/schema_map_gcp_key_alt_names.json +0 -12
- data/spec/support/crypt/schema_maps/schema_map_kmip.json +0 -17
- data/spec/support/crypt/schema_maps/schema_map_kmip_key_alt_names.json +0 -12
- data/spec/support/crypt/schema_maps/schema_map_local.json +0 -18
- data/spec/support/crypt/schema_maps/schema_map_local_key_alt_names.json +0 -12
- data/spec/support/crypt.rb +0 -412
- data/spec/support/dns.rb +0 -16
- data/spec/support/json_ext_formatter.rb +0 -16
- data/spec/support/keyword_struct.rb +0 -29
- data/spec/support/local_resource_registry.rb +0 -37
- data/spec/support/macros.rb +0 -29
- data/spec/support/matchers.rb +0 -88
- data/spec/support/mongos_macros.rb +0 -24
- data/spec/support/monitoring_ext.rb +0 -19
- data/spec/support/ocsp +0 -1
- data/spec/support/primary_socket.rb +0 -24
- data/spec/support/recording_logger.rb +0 -27
- data/spec/support/sdam_formatter_integration.rb +0 -119
- data/spec/support/shared/app_metadata.rb +0 -179
- data/spec/support/shared/auth_context.rb +0 -17
- data/spec/support/shared/protocol.rb +0 -36
- data/spec/support/shared/scram_conversation.rb +0 -104
- data/spec/support/shared/server_selector.rb +0 -233
- data/spec/support/shared/session.rb +0 -916
- data/spec/support/spec_config.rb +0 -767
- data/spec/support/spec_setup.rb +0 -83
- data/spec/support/using_hash.rb +0 -40
- data/spec/support/utils.rb +0 -680
@@ -1,74 +0,0 @@
|
|
1
|
-
Certificate:
|
2
|
-
Data:
|
3
|
-
Version: 3 (0x2)
|
4
|
-
Serial Number: 403728 (0x62910)
|
5
|
-
Signature Algorithm: sha256WithRSAEncryption
|
6
|
-
Issuer: CN = intermediate-client, OU = Ruby Driver, O = MongoDB, L = New York City, ST = New York, C = US
|
7
|
-
Validity
|
8
|
-
Not Before: May 30 22:28:04 2019 GMT
|
9
|
-
Not After : May 30 22:28:04 2039 GMT
|
10
|
-
Subject: CN = localhost, OU = Ruby Driver, O = MongoDB, L = New York City, ST = New York, C = US
|
11
|
-
Subject Public Key Info:
|
12
|
-
Public Key Algorithm: rsaEncryption
|
13
|
-
RSA Public-Key: (2048 bit)
|
14
|
-
Modulus:
|
15
|
-
00:93:97:c2:b6:1b:ca:ba:e7:c4:64:5a:a9:f7:1f:
|
16
|
-
32:ba:6d:83:fb:71:83:86:a1:d8:62:65:ba:bc:f0:
|
17
|
-
ac:3c:c9:bd:85:79:03:72:1f:5d:fc:4e:ae:3d:85:
|
18
|
-
2d:6b:da:4c:c1:b3:dc:c3:c3:c1:b4:9d:f2:8e:2f:
|
19
|
-
97:68:31:44:2b:b9:c9:8c:8b:f7:89:e1:f0:d6:0b:
|
20
|
-
23:87:c6:5d:44:f3:9b:3d:c4:70:e2:03:c2:f2:0e:
|
21
|
-
c6:b5:60:f7:28:44:71:d5:3e:9e:6c:5e:a7:1a:29:
|
22
|
-
f0:9b:21:e3:be:b3:e0:0f:0d:c4:12:97:46:12:0b:
|
23
|
-
4f:84:61:79:65:3f:b2:45:90:e9:62:36:e7:9c:95:
|
24
|
-
00:93:79:69:b9:5c:b8:e6:37:ce:30:72:55:d9:19:
|
25
|
-
5f:6c:1a:9f:4d:af:9d:f2:ec:28:62:82:cf:27:3b:
|
26
|
-
83:0d:12:39:64:04:4e:68:84:8e:50:d9:52:83:db:
|
27
|
-
df:50:69:5a:83:0e:be:57:35:cc:c9:5b:bb:25:7b:
|
28
|
-
6c:db:39:be:b7:76:db:b7:fc:3c:29:68:2e:2f:f3:
|
29
|
-
06:90:ff:37:c6:29:3c:fd:90:36:c4:44:87:b3:eb:
|
30
|
-
40:c4:fa:83:5e:e5:23:b3:13:bc:f6:89:7c:5e:bb:
|
31
|
-
18:0f:f3:d0:18:62:f2:0d:3a:72:9c:a3:22:ef:8c:
|
32
|
-
95:99
|
33
|
-
Exponent: 65537 (0x10001)
|
34
|
-
X509v3 extensions:
|
35
|
-
X509v3 Subject Alternative Name:
|
36
|
-
DNS:localhost, IP Address:127.0.0.1
|
37
|
-
Signature Algorithm: sha256WithRSAEncryption
|
38
|
-
53:66:80:0a:e4:a2:ec:d5:9f:af:f4:23:15:a1:82:27:e5:66:
|
39
|
-
a9:7f:55:e3:12:0d:ed:8d:09:0a:d9:ed:37:d6:7b:58:ce:7e:
|
40
|
-
85:72:f2:d4:9f:4e:bc:e4:27:fe:90:6a:4c:a9:49:74:50:5e:
|
41
|
-
2b:5c:16:50:d6:d2:6f:c0:39:d6:fa:03:74:5e:79:e0:bd:eb:
|
42
|
-
ac:8d:11:86:9e:fd:06:22:c2:c0:e2:33:c0:5a:be:d0:4e:8c:
|
43
|
-
8e:22:0f:8c:c1:19:56:3e:74:21:8e:7f:54:b5:cd:73:7b:70:
|
44
|
-
34:2d:e4:45:df:c4:b1:a9:84:ac:26:a8:cd:7f:0f:59:7b:d9:
|
45
|
-
a4:5e:65:02:f6:be:11:b7:ee:f4:9e:b9:b8:1f:1c:94:da:0e:
|
46
|
-
1c:0e:3d:c0:e4:40:e7:1d:98:5c:df:22:9f:82:21:c3:a0:52:
|
47
|
-
1e:f4:e0:2d:07:96:f6:39:32:83:4e:88:0e:66:e2:11:18:b7:
|
48
|
-
bc:30:e5:6d:4f:76:05:bf:ed:ff:98:b1:06:64:94:46:e5:46:
|
49
|
-
d5:0e:b7:9a:c6:91:c5:29:78:83:a3:d1:40:c2:de:6e:ad:67:
|
50
|
-
6b:fd:0f:0e:0c:b2:d5:6f:2c:19:d2:0d:83:5b:c7:22:ba:8a:
|
51
|
-
35:2a:58:39:8b:87:e8:76:b5:3b:38:1e:7c:80:47:5c:73:be:
|
52
|
-
83:96:16:65
|
53
|
-
-----BEGIN CERTIFICATE-----
|
54
|
-
MIIDjTCCAnWgAwIBAgIDBikQMA0GCSqGSIb3DQEBCwUAMH4xHDAaBgNVBAMTE2lu
|
55
|
-
dGVybWVkaWF0ZS1jbGllbnQxFDASBgNVBAsTC1J1YnkgRHJpdmVyMRAwDgYDVQQK
|
56
|
-
EwdNb25nb0RCMRYwFAYDVQQHEw1OZXcgWW9yayBDaXR5MREwDwYDVQQIEwhOZXcg
|
57
|
-
WW9yazELMAkGA1UEBhMCVVMwHhcNMTkwNTMwMjIyODA0WhcNMzkwNTMwMjIyODA0
|
58
|
-
WjB0MRIwEAYDVQQDEwlsb2NhbGhvc3QxFDASBgNVBAsTC1J1YnkgRHJpdmVyMRAw
|
59
|
-
DgYDVQQKEwdNb25nb0RCMRYwFAYDVQQHEw1OZXcgWW9yayBDaXR5MREwDwYDVQQI
|
60
|
-
EwhOZXcgWW9yazELMAkGA1UEBhMCVVMwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAw
|
61
|
-
ggEKAoIBAQCTl8K2G8q658RkWqn3HzK6bYP7cYOGodhiZbq88Kw8yb2FeQNyH138
|
62
|
-
Tq49hS1r2kzBs9zDw8G0nfKOL5doMUQrucmMi/eJ4fDWCyOHxl1E85s9xHDiA8Ly
|
63
|
-
Dsa1YPcoRHHVPp5sXqcaKfCbIeO+s+APDcQSl0YSC0+EYXllP7JFkOliNueclQCT
|
64
|
-
eWm5XLjmN84wclXZGV9sGp9Nr53y7Chigs8nO4MNEjlkBE5ohI5Q2VKD299QaVqD
|
65
|
-
Dr5XNczJW7sle2zbOb63dtu3/DwpaC4v8waQ/zfGKTz9kDbERIez60DE+oNe5SOz
|
66
|
-
E7z2iXxeuxgP89AYYvINOnKcoyLvjJWZAgMBAAGjHjAcMBoGA1UdEQQTMBGCCWxv
|
67
|
-
Y2FsaG9zdIcEfwAAATANBgkqhkiG9w0BAQsFAAOCAQEAU2aACuSi7NWfr/QjFaGC
|
68
|
-
J+VmqX9V4xIN7Y0JCtntN9Z7WM5+hXLy1J9OvOQn/pBqTKlJdFBeK1wWUNbSb8A5
|
69
|
-
1voDdF554L3rrI0Rhp79BiLCwOIzwFq+0E6MjiIPjMEZVj50IY5/VLXNc3twNC3k
|
70
|
-
Rd/EsamErCaozX8PWXvZpF5lAva+Ebfu9J65uB8clNoOHA49wORA5x2YXN8in4Ih
|
71
|
-
w6BSHvTgLQeW9jkyg06IDmbiERi3vDDlbU92Bb/t/5ixBmSURuVG1Q63msaRxSl4
|
72
|
-
g6PRQMLebq1na/0PDgyy1W8sGdINg1vHIrqKNSpYOYuH6Ha1OzgefIBHXHO+g5YW
|
73
|
-
ZQ==
|
74
|
-
-----END CERTIFICATE-----
|
@@ -1,27 +0,0 @@
|
|
1
|
-
-----BEGIN RSA PRIVATE KEY-----
|
2
|
-
MIIEpQIBAAKCAQEAk5fCthvKuufEZFqp9x8yum2D+3GDhqHYYmW6vPCsPMm9hXkD
|
3
|
-
ch9d/E6uPYUta9pMwbPcw8PBtJ3yji+XaDFEK7nJjIv3ieHw1gsjh8ZdRPObPcRw
|
4
|
-
4gPC8g7GtWD3KERx1T6ebF6nGinwmyHjvrPgDw3EEpdGEgtPhGF5ZT+yRZDpYjbn
|
5
|
-
nJUAk3lpuVy45jfOMHJV2RlfbBqfTa+d8uwoYoLPJzuDDRI5ZAROaISOUNlSg9vf
|
6
|
-
UGlagw6+VzXMyVu7JXts2zm+t3bbt/w8KWguL/MGkP83xik8/ZA2xESHs+tAxPqD
|
7
|
-
XuUjsxO89ol8XrsYD/PQGGLyDTpynKMi74yVmQIDAQABAoIBAQCPEqxzsFlD+exN
|
8
|
-
g/4DSsD4K7Wnh5CCcF28dPUitwOgIciQnJCUjoejT/pkNLelN4b0txCozRj3p607
|
9
|
-
3DKflDKLWJxinEQn61h1hXK56bb8YlH4/HaZAiB2WZCSvx6YcFEQ8JTOZKsEF+ff
|
10
|
-
2mhVszTeIvARPYd1cnVw1LTDS43bFHbe0lnj/rxsX62IYfaTJjfDa3n8cXPvrP1Y
|
11
|
-
Kkc+cV11FqSfPM0zMfE2ORNjnqEkKNb1eE9gIHSQ3nForTCASZR7gXKYTqJG6rJd
|
12
|
-
XFluDztViR5ieNeh7rMBVadPTTpt+pwtBXdKuC9+OUEe6zHnsveIFTlq/mDQuXoW
|
13
|
-
qaJgtJYhAoGBANF3oss8thvLVXAL6hdupz1htkv46LEkx8anZL3bKu/qlu5qZ0M3
|
14
|
-
sUAXZoKV1DF+LOxt5h+ZszDz1NtXh3zV/gTfNPDEipzpInEHIUWz+jZkGQ0h3kLb
|
15
|
-
H184uq3sT3uN+pImyhHHU9DhsUg/E4JxgtNCVXFyOT6B4TEQL3q60c4tAoGBALRh
|
16
|
-
VXKjfBYdm5cQqpsgx7wzHV8qmlXM4n9EwPHeUpORUMOQWD+8n9umHMtcXzg7JxyJ
|
17
|
-
UnNFRWtr/s/QOdxDXofr+PJoD5DfFLQoe6TAx7/tS5XCfv2owisCCn0lVt70mw+K
|
18
|
-
Bs8HjVl3D/LZqaohCW6PyRftySMQGS6oSAEbADSdAoGBAJ08S/R5t0233YOFPgym
|
19
|
-
4F1AOuJejvViYaAqSYIGwf1kQDXpo2gepywwJKADrkwUpc44VNUFwDAP6IlZ8/du
|
20
|
-
fwbTMl9FebN9gYAM1RoIlts7Wl60PK485BjLcb5as/NQSXZqLacY1D7pG/Xae1+g
|
21
|
-
q46/rXnCP1w/jHYS60EaeaFlAoGAacwZGRcohbQx+QXOexRb8lesp4/OW/rC8lC6
|
22
|
-
NmLm3iTCUSINkLyqqmMgympQcyPGyecFVBTSJbJ/DxabiUR+YoyWRF+imZ8ufois
|
23
|
-
FLL5temRhrJAV7kuwZj92+8Vp8miVRfo7G8Kienakd72s5GS/aUaFo3ihk0/5+zN
|
24
|
-
5tAWa8UCgYEAovak6JyEl8SShNjLhJepF6STMkY0tm15K4kBvYQd9Jn5ubm9tK0I
|
25
|
-
ZuenxJJSsKz/tLKaT4AK92r7lQp9nUFgiH1x4EM138UUihMbK1oPju+jukGMOwvk
|
26
|
-
bkMIiIDRc+G+NURpaNLC3xzeV9/uUND4rJ2RxZvhCGcYlbJRbzoYcM0=
|
27
|
-
-----END RSA PRIVATE KEY-----
|
@@ -1,101 +0,0 @@
|
|
1
|
-
Certificate:
|
2
|
-
Data:
|
3
|
-
Version: 3 (0x2)
|
4
|
-
Serial Number: 403728 (0x62910)
|
5
|
-
Signature Algorithm: sha256WithRSAEncryption
|
6
|
-
Issuer: CN = intermediate-client, OU = Ruby Driver, O = MongoDB, L = New York City, ST = New York, C = US
|
7
|
-
Validity
|
8
|
-
Not Before: May 30 22:28:04 2019 GMT
|
9
|
-
Not After : May 30 22:28:04 2039 GMT
|
10
|
-
Subject: CN = localhost, OU = Ruby Driver, O = MongoDB, L = New York City, ST = New York, C = US
|
11
|
-
Subject Public Key Info:
|
12
|
-
Public Key Algorithm: rsaEncryption
|
13
|
-
RSA Public-Key: (2048 bit)
|
14
|
-
Modulus:
|
15
|
-
00:93:97:c2:b6:1b:ca:ba:e7:c4:64:5a:a9:f7:1f:
|
16
|
-
32:ba:6d:83:fb:71:83:86:a1:d8:62:65:ba:bc:f0:
|
17
|
-
ac:3c:c9:bd:85:79:03:72:1f:5d:fc:4e:ae:3d:85:
|
18
|
-
2d:6b:da:4c:c1:b3:dc:c3:c3:c1:b4:9d:f2:8e:2f:
|
19
|
-
97:68:31:44:2b:b9:c9:8c:8b:f7:89:e1:f0:d6:0b:
|
20
|
-
23:87:c6:5d:44:f3:9b:3d:c4:70:e2:03:c2:f2:0e:
|
21
|
-
c6:b5:60:f7:28:44:71:d5:3e:9e:6c:5e:a7:1a:29:
|
22
|
-
f0:9b:21:e3:be:b3:e0:0f:0d:c4:12:97:46:12:0b:
|
23
|
-
4f:84:61:79:65:3f:b2:45:90:e9:62:36:e7:9c:95:
|
24
|
-
00:93:79:69:b9:5c:b8:e6:37:ce:30:72:55:d9:19:
|
25
|
-
5f:6c:1a:9f:4d:af:9d:f2:ec:28:62:82:cf:27:3b:
|
26
|
-
83:0d:12:39:64:04:4e:68:84:8e:50:d9:52:83:db:
|
27
|
-
df:50:69:5a:83:0e:be:57:35:cc:c9:5b:bb:25:7b:
|
28
|
-
6c:db:39:be:b7:76:db:b7:fc:3c:29:68:2e:2f:f3:
|
29
|
-
06:90:ff:37:c6:29:3c:fd:90:36:c4:44:87:b3:eb:
|
30
|
-
40:c4:fa:83:5e:e5:23:b3:13:bc:f6:89:7c:5e:bb:
|
31
|
-
18:0f:f3:d0:18:62:f2:0d:3a:72:9c:a3:22:ef:8c:
|
32
|
-
95:99
|
33
|
-
Exponent: 65537 (0x10001)
|
34
|
-
X509v3 extensions:
|
35
|
-
X509v3 Subject Alternative Name:
|
36
|
-
DNS:localhost, IP Address:127.0.0.1
|
37
|
-
Signature Algorithm: sha256WithRSAEncryption
|
38
|
-
53:66:80:0a:e4:a2:ec:d5:9f:af:f4:23:15:a1:82:27:e5:66:
|
39
|
-
a9:7f:55:e3:12:0d:ed:8d:09:0a:d9:ed:37:d6:7b:58:ce:7e:
|
40
|
-
85:72:f2:d4:9f:4e:bc:e4:27:fe:90:6a:4c:a9:49:74:50:5e:
|
41
|
-
2b:5c:16:50:d6:d2:6f:c0:39:d6:fa:03:74:5e:79:e0:bd:eb:
|
42
|
-
ac:8d:11:86:9e:fd:06:22:c2:c0:e2:33:c0:5a:be:d0:4e:8c:
|
43
|
-
8e:22:0f:8c:c1:19:56:3e:74:21:8e:7f:54:b5:cd:73:7b:70:
|
44
|
-
34:2d:e4:45:df:c4:b1:a9:84:ac:26:a8:cd:7f:0f:59:7b:d9:
|
45
|
-
a4:5e:65:02:f6:be:11:b7:ee:f4:9e:b9:b8:1f:1c:94:da:0e:
|
46
|
-
1c:0e:3d:c0:e4:40:e7:1d:98:5c:df:22:9f:82:21:c3:a0:52:
|
47
|
-
1e:f4:e0:2d:07:96:f6:39:32:83:4e:88:0e:66:e2:11:18:b7:
|
48
|
-
bc:30:e5:6d:4f:76:05:bf:ed:ff:98:b1:06:64:94:46:e5:46:
|
49
|
-
d5:0e:b7:9a:c6:91:c5:29:78:83:a3:d1:40:c2:de:6e:ad:67:
|
50
|
-
6b:fd:0f:0e:0c:b2:d5:6f:2c:19:d2:0d:83:5b:c7:22:ba:8a:
|
51
|
-
35:2a:58:39:8b:87:e8:76:b5:3b:38:1e:7c:80:47:5c:73:be:
|
52
|
-
83:96:16:65
|
53
|
-
-----BEGIN CERTIFICATE-----
|
54
|
-
MIIDjTCCAnWgAwIBAgIDBikQMA0GCSqGSIb3DQEBCwUAMH4xHDAaBgNVBAMTE2lu
|
55
|
-
dGVybWVkaWF0ZS1jbGllbnQxFDASBgNVBAsTC1J1YnkgRHJpdmVyMRAwDgYDVQQK
|
56
|
-
EwdNb25nb0RCMRYwFAYDVQQHEw1OZXcgWW9yayBDaXR5MREwDwYDVQQIEwhOZXcg
|
57
|
-
WW9yazELMAkGA1UEBhMCVVMwHhcNMTkwNTMwMjIyODA0WhcNMzkwNTMwMjIyODA0
|
58
|
-
WjB0MRIwEAYDVQQDEwlsb2NhbGhvc3QxFDASBgNVBAsTC1J1YnkgRHJpdmVyMRAw
|
59
|
-
DgYDVQQKEwdNb25nb0RCMRYwFAYDVQQHEw1OZXcgWW9yayBDaXR5MREwDwYDVQQI
|
60
|
-
EwhOZXcgWW9yazELMAkGA1UEBhMCVVMwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAw
|
61
|
-
ggEKAoIBAQCTl8K2G8q658RkWqn3HzK6bYP7cYOGodhiZbq88Kw8yb2FeQNyH138
|
62
|
-
Tq49hS1r2kzBs9zDw8G0nfKOL5doMUQrucmMi/eJ4fDWCyOHxl1E85s9xHDiA8Ly
|
63
|
-
Dsa1YPcoRHHVPp5sXqcaKfCbIeO+s+APDcQSl0YSC0+EYXllP7JFkOliNueclQCT
|
64
|
-
eWm5XLjmN84wclXZGV9sGp9Nr53y7Chigs8nO4MNEjlkBE5ohI5Q2VKD299QaVqD
|
65
|
-
Dr5XNczJW7sle2zbOb63dtu3/DwpaC4v8waQ/zfGKTz9kDbERIez60DE+oNe5SOz
|
66
|
-
E7z2iXxeuxgP89AYYvINOnKcoyLvjJWZAgMBAAGjHjAcMBoGA1UdEQQTMBGCCWxv
|
67
|
-
Y2FsaG9zdIcEfwAAATANBgkqhkiG9w0BAQsFAAOCAQEAU2aACuSi7NWfr/QjFaGC
|
68
|
-
J+VmqX9V4xIN7Y0JCtntN9Z7WM5+hXLy1J9OvOQn/pBqTKlJdFBeK1wWUNbSb8A5
|
69
|
-
1voDdF554L3rrI0Rhp79BiLCwOIzwFq+0E6MjiIPjMEZVj50IY5/VLXNc3twNC3k
|
70
|
-
Rd/EsamErCaozX8PWXvZpF5lAva+Ebfu9J65uB8clNoOHA49wORA5x2YXN8in4Ih
|
71
|
-
w6BSHvTgLQeW9jkyg06IDmbiERi3vDDlbU92Bb/t/5ixBmSURuVG1Q63msaRxSl4
|
72
|
-
g6PRQMLebq1na/0PDgyy1W8sGdINg1vHIrqKNSpYOYuH6Ha1OzgefIBHXHO+g5YW
|
73
|
-
ZQ==
|
74
|
-
-----END CERTIFICATE-----
|
75
|
-
-----BEGIN RSA PRIVATE KEY-----
|
76
|
-
MIIEpQIBAAKCAQEAk5fCthvKuufEZFqp9x8yum2D+3GDhqHYYmW6vPCsPMm9hXkD
|
77
|
-
ch9d/E6uPYUta9pMwbPcw8PBtJ3yji+XaDFEK7nJjIv3ieHw1gsjh8ZdRPObPcRw
|
78
|
-
4gPC8g7GtWD3KERx1T6ebF6nGinwmyHjvrPgDw3EEpdGEgtPhGF5ZT+yRZDpYjbn
|
79
|
-
nJUAk3lpuVy45jfOMHJV2RlfbBqfTa+d8uwoYoLPJzuDDRI5ZAROaISOUNlSg9vf
|
80
|
-
UGlagw6+VzXMyVu7JXts2zm+t3bbt/w8KWguL/MGkP83xik8/ZA2xESHs+tAxPqD
|
81
|
-
XuUjsxO89ol8XrsYD/PQGGLyDTpynKMi74yVmQIDAQABAoIBAQCPEqxzsFlD+exN
|
82
|
-
g/4DSsD4K7Wnh5CCcF28dPUitwOgIciQnJCUjoejT/pkNLelN4b0txCozRj3p607
|
83
|
-
3DKflDKLWJxinEQn61h1hXK56bb8YlH4/HaZAiB2WZCSvx6YcFEQ8JTOZKsEF+ff
|
84
|
-
2mhVszTeIvARPYd1cnVw1LTDS43bFHbe0lnj/rxsX62IYfaTJjfDa3n8cXPvrP1Y
|
85
|
-
Kkc+cV11FqSfPM0zMfE2ORNjnqEkKNb1eE9gIHSQ3nForTCASZR7gXKYTqJG6rJd
|
86
|
-
XFluDztViR5ieNeh7rMBVadPTTpt+pwtBXdKuC9+OUEe6zHnsveIFTlq/mDQuXoW
|
87
|
-
qaJgtJYhAoGBANF3oss8thvLVXAL6hdupz1htkv46LEkx8anZL3bKu/qlu5qZ0M3
|
88
|
-
sUAXZoKV1DF+LOxt5h+ZszDz1NtXh3zV/gTfNPDEipzpInEHIUWz+jZkGQ0h3kLb
|
89
|
-
H184uq3sT3uN+pImyhHHU9DhsUg/E4JxgtNCVXFyOT6B4TEQL3q60c4tAoGBALRh
|
90
|
-
VXKjfBYdm5cQqpsgx7wzHV8qmlXM4n9EwPHeUpORUMOQWD+8n9umHMtcXzg7JxyJ
|
91
|
-
UnNFRWtr/s/QOdxDXofr+PJoD5DfFLQoe6TAx7/tS5XCfv2owisCCn0lVt70mw+K
|
92
|
-
Bs8HjVl3D/LZqaohCW6PyRftySMQGS6oSAEbADSdAoGBAJ08S/R5t0233YOFPgym
|
93
|
-
4F1AOuJejvViYaAqSYIGwf1kQDXpo2gepywwJKADrkwUpc44VNUFwDAP6IlZ8/du
|
94
|
-
fwbTMl9FebN9gYAM1RoIlts7Wl60PK485BjLcb5as/NQSXZqLacY1D7pG/Xae1+g
|
95
|
-
q46/rXnCP1w/jHYS60EaeaFlAoGAacwZGRcohbQx+QXOexRb8lesp4/OW/rC8lC6
|
96
|
-
NmLm3iTCUSINkLyqqmMgympQcyPGyecFVBTSJbJ/DxabiUR+YoyWRF+imZ8ufois
|
97
|
-
FLL5temRhrJAV7kuwZj92+8Vp8miVRfo7G8Kienakd72s5GS/aUaFo3ihk0/5+zN
|
98
|
-
5tAWa8UCgYEAovak6JyEl8SShNjLhJepF6STMkY0tm15K4kBvYQd9Jn5ubm9tK0I
|
99
|
-
ZuenxJJSsKz/tLKaT4AK92r7lQp9nUFgiH1x4EM138UUihMbK1oPju+jukGMOwvk
|
100
|
-
bkMIiIDRc+G+NURpaNLC3xzeV9/uUND4rJ2RxZvhCGcYlbJRbzoYcM0=
|
101
|
-
-----END RSA PRIVATE KEY-----
|
@@ -1,78 +0,0 @@
|
|
1
|
-
Certificate:
|
2
|
-
Data:
|
3
|
-
Version: 3 (0x2)
|
4
|
-
Serial Number: 602210 (0x93062)
|
5
|
-
Signature Algorithm: sha256WithRSAEncryption
|
6
|
-
Issuer: CN = Ruby Driver CA, OU = Drivers, O = MongoDB, L = New York City, ST = New York, C = US
|
7
|
-
Validity
|
8
|
-
Not Before: Sep 4 21:17:42 2019 GMT
|
9
|
-
Not After : Sep 4 21:17:42 2039 GMT
|
10
|
-
Subject: CN = localhost, OU = x509, O = MongoDB, L = New York City, ST = New York, C = US
|
11
|
-
Subject Public Key Info:
|
12
|
-
Public Key Algorithm: rsaEncryption
|
13
|
-
RSA Public-Key: (2048 bit)
|
14
|
-
Modulus:
|
15
|
-
00:c4:e6:20:8f:58:42:53:51:24:64:b4:d0:25:cf:
|
16
|
-
79:e0:71:f8:9e:97:35:a8:df:fa:d9:63:eb:63:b2:
|
17
|
-
b4:77:60:af:8e:09:6d:72:50:bc:ea:7c:57:3f:17:
|
18
|
-
51:b0:05:85:e8:3b:67:4b:97:84:61:bb:68:09:b4:
|
19
|
-
96:da:c8:3b:7d:53:b8:10:fe:0d:71:2f:b8:5d:83:
|
20
|
-
86:3f:06:57:e2:6c:d5:2f:c8:6c:74:fb:d8:6f:77:
|
21
|
-
df:ba:6d:52:61:3c:33:76:a5:5f:62:68:af:a4:e8:
|
22
|
-
dc:36:2a:b9:54:47:91:ec:4f:09:b9:2e:ef:37:4d:
|
23
|
-
d7:04:db:48:fc:8d:c2:44:f1:9f:79:21:f0:06:fe:
|
24
|
-
b4:e5:50:3c:cf:d1:3f:59:b5:8d:dc:d0:39:31:53:
|
25
|
-
95:42:d7:92:c3:c9:d5:93:48:e8:dc:16:ce:61:ec:
|
26
|
-
6f:ce:91:5c:91:2e:59:18:1f:fc:a8:ff:52:51:cf:
|
27
|
-
10:c0:be:a0:ad:cb:63:98:30:66:0e:42:e3:ca:6b:
|
28
|
-
2d:f8:92:c7:24:a7:03:65:96:0a:9c:ce:09:e7:ae:
|
29
|
-
c2:a7:ea:6c:54:bb:e8:24:62:31:48:fb:d0:df:e1:
|
30
|
-
a2:3c:5f:d2:89:29:de:4f:6b:73:88:2a:68:57:08:
|
31
|
-
7a:1e:aa:bd:70:79:e7:dc:f5:e1:9f:39:83:7b:70:
|
32
|
-
55:bb
|
33
|
-
Exponent: 65537 (0x10001)
|
34
|
-
X509v3 extensions:
|
35
|
-
X509v3 Key Usage:
|
36
|
-
Digital Signature
|
37
|
-
X509v3 Extended Key Usage:
|
38
|
-
TLS Web Client Authentication
|
39
|
-
X509v3 Subject Alternative Name:
|
40
|
-
DNS:localhost, IP Address:127.0.0.1
|
41
|
-
Signature Algorithm: sha256WithRSAEncryption
|
42
|
-
92:04:8c:a5:56:c0:01:37:65:ff:d2:0e:5b:be:dd:78:9c:e2:
|
43
|
-
45:3d:fc:34:e5:23:f3:75:fb:70:3b:06:9f:e9:63:e9:f0:8a:
|
44
|
-
14:54:3d:d9:6a:22:af:04:00:25:95:80:e8:83:0b:c7:6f:f0:
|
45
|
-
f1:58:2b:07:86:6b:e3:eb:b0:ea:09:b2:5e:15:05:14:89:2b:
|
46
|
-
02:99:09:97:6d:49:19:ac:c2:50:91:2b:03:e6:75:ce:27:9d:
|
47
|
-
8f:c0:b5:cd:b2:1f:7d:66:75:c7:d1:a7:16:b3:cf:8b:1e:9b:
|
48
|
-
e4:46:da:e2:02:2c:55:74:56:8c:e6:d9:27:53:9f:b2:f5:09:
|
49
|
-
ba:fe:df:e2:e1:b7:7d:43:8a:9d:bb:f0:3d:b9:d4:ce:26:8f:
|
50
|
-
d9:cc:e6:2e:1c:81:fc:6e:a0:5f:01:23:68:9d:fe:1b:ee:03:
|
51
|
-
69:f1:10:af:5a:0e:dc:96:e2:56:ae:ca:35:b3:08:61:34:37:
|
52
|
-
e1:e6:53:ef:68:84:87:f4:56:c5:49:45:08:90:46:3e:1c:b5:
|
53
|
-
40:08:f7:09:51:d7:24:53:49:b5:b1:2f:85:39:b9:0b:0e:f9:
|
54
|
-
05:ea:a3:d0:47:6d:69:6b:9c:25:8e:ad:61:01:86:96:28:3b:
|
55
|
-
fd:6f:78:79:66:b1:cc:de:fc:18:45:cf:84:f1:d0:e2:46:4f:
|
56
|
-
f8:9d:95:a4
|
57
|
-
-----BEGIN CERTIFICATE-----
|
58
|
-
MIIDnzCCAoegAwIBAgIDCTBiMA0GCSqGSIb3DQEBCwUAMHUxFzAVBgNVBAMTDlJ1
|
59
|
-
YnkgRHJpdmVyIENBMRAwDgYDVQQLEwdEcml2ZXJzMRAwDgYDVQQKEwdNb25nb0RC
|
60
|
-
MRYwFAYDVQQHEw1OZXcgWW9yayBDaXR5MREwDwYDVQQIEwhOZXcgWW9yazELMAkG
|
61
|
-
A1UEBhMCVVMwHhcNMTkwOTA0MjExNzQyWhcNMzkwOTA0MjExNzQyWjBtMRIwEAYD
|
62
|
-
VQQDEwlsb2NhbGhvc3QxDTALBgNVBAsTBHg1MDkxEDAOBgNVBAoTB01vbmdvREIx
|
63
|
-
FjAUBgNVBAcTDU5ldyBZb3JrIENpdHkxETAPBgNVBAgTCE5ldyBZb3JrMQswCQYD
|
64
|
-
VQQGEwJVUzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMTmII9YQlNR
|
65
|
-
JGS00CXPeeBx+J6XNajf+tlj62OytHdgr44JbXJQvOp8Vz8XUbAFheg7Z0uXhGG7
|
66
|
-
aAm0ltrIO31TuBD+DXEvuF2Dhj8GV+Js1S/IbHT72G9337ptUmE8M3alX2Jor6To
|
67
|
-
3DYquVRHkexPCbku7zdN1wTbSPyNwkTxn3kh8Ab+tOVQPM/RP1m1jdzQOTFTlULX
|
68
|
-
ksPJ1ZNI6NwWzmHsb86RXJEuWRgf/Kj/UlHPEMC+oK3LY5gwZg5C48prLfiSxySn
|
69
|
-
A2WWCpzOCeeuwqfqbFS76CRiMUj70N/hojxf0okp3k9rc4gqaFcIeh6qvXB559z1
|
70
|
-
4Z85g3twVbsCAwEAAaNAMD4wCwYDVR0PBAQDAgeAMBMGA1UdJQQMMAoGCCsGAQUF
|
71
|
-
BwMCMBoGA1UdEQQTMBGCCWxvY2FsaG9zdIcEfwAAATANBgkqhkiG9w0BAQsFAAOC
|
72
|
-
AQEAkgSMpVbAATdl/9IOW77deJziRT38NOUj83X7cDsGn+lj6fCKFFQ92WoirwQA
|
73
|
-
JZWA6IMLx2/w8VgrB4Zr4+uw6gmyXhUFFIkrApkJl21JGazCUJErA+Z1ziedj8C1
|
74
|
-
zbIffWZ1x9GnFrPPix6b5Eba4gIsVXRWjObZJ1OfsvUJuv7f4uG3fUOKnbvwPbnU
|
75
|
-
ziaP2czmLhyB/G6gXwEjaJ3+G+4DafEQr1oO3JbiVq7KNbMIYTQ34eZT72iEh/RW
|
76
|
-
xUlFCJBGPhy1QAj3CVHXJFNJtbEvhTm5Cw75Beqj0EdtaWucJY6tYQGGlig7/W94
|
77
|
-
eWaxzN78GEXPhPHQ4kZP+J2VpA==
|
78
|
-
-----END CERTIFICATE-----
|
@@ -1,27 +0,0 @@
|
|
1
|
-
-----BEGIN RSA PRIVATE KEY-----
|
2
|
-
MIIEpQIBAAKCAQEAxOYgj1hCU1EkZLTQJc954HH4npc1qN/62WPrY7K0d2Cvjglt
|
3
|
-
clC86nxXPxdRsAWF6DtnS5eEYbtoCbSW2sg7fVO4EP4NcS+4XYOGPwZX4mzVL8hs
|
4
|
-
dPvYb3ffum1SYTwzdqVfYmivpOjcNiq5VEeR7E8JuS7vN03XBNtI/I3CRPGfeSHw
|
5
|
-
Bv605VA8z9E/WbWN3NA5MVOVQteSw8nVk0jo3BbOYexvzpFckS5ZGB/8qP9SUc8Q
|
6
|
-
wL6grctjmDBmDkLjymst+JLHJKcDZZYKnM4J567Cp+psVLvoJGIxSPvQ3+GiPF/S
|
7
|
-
iSneT2tziCpoVwh6Hqq9cHnn3PXhnzmDe3BVuwIDAQABAoIBAD9rdC9XmT1m1FcP
|
8
|
-
mj+jfTka3J6QS7tSMWUV9vqM0+3jmYghZzw73y2T0TJEG46bqM7tW08QxZYJG/CM
|
9
|
-
V06u0eKDNbVbbw729OZB99qS+3m13lDeuHhRqhv1O327up4RGu5rQ7bZy0FNs6hK
|
10
|
-
yJjp2ImJx7L6+BgTHV+2FeMq8djsffJDvsLn65W2Fw0pBw+1pFYJMMLodNrSXkGi
|
11
|
-
FaE+XLO/FMmFfI6fc4uqMgXd+RLmGC3DY4lnbZMf14nlNn+SNMr08v+wipJNqE3K
|
12
|
-
OERRkgm/uXIbo+a275suUZ8kVRlVMtIXVYrwMj1JQY7YJ2uiOy91QoWvzPu6wUGH
|
13
|
-
g/ehttECgYEA4yuEU4rdJs/roEy+rY6bEjgcvN6uzoEjv4z4MLLHk61p88RDykYZ
|
14
|
-
C0crmwiXItWPZ6rm458+TwIqawrLQAmJU6iSSmVy/ed/5C3vKDyEq84N3eglac/U
|
15
|
-
yj6kk5vztCtUrr8Z2dnrBAz1LuAYUqPs8fVmYGYiPfM0+jLaZK2L+uMCgYEA3eMj
|
16
|
-
xANChhiTCdaw3hEL57c2pbZ/xBwGi8VWZqJvxdJNbZgc+RDw4ytz1d3DZCRWfxIF
|
17
|
-
w4n69wjiakZ9DA5YdzIvplv8YfZ1bAo0JSGyybERXKTVUj3AqBCf4bGRZJCgD+/g
|
18
|
-
aGZpJrfD+7ho8FyOvt9LvLos8UPaJD1Llse1+UkCgYEAyyNi1QHb+JT88v8tky1u
|
19
|
-
ZcBfklTepDK+sM9yMLnt1ZTApgbfR8WfJ4Kg76Wi4Ldv4RfmF62SnjwlikrArabZ
|
20
|
-
ckHPb0+AoKOerYCV17kmOiusIr8wlYoPkjqqGITgTEBjHVAt4a0Ihzq/FQe3OE71
|
21
|
-
1vfGcHVkMVmGCiXnPRgjkFkCgYEAu0TJGtXlf2eeMd+Qxtt8QMTQymuMyecdXzne
|
22
|
-
AiF2VG96CdUoHs29gP1bdlUEY7CHkBeV5cK+nWBSN3/mahZxc6hXrwBTshpgYB78
|
23
|
-
g5o9WxymmppDsHWN9EqTpdhH7ahibxD1RSep95OBRSIO704u68lqEo7O/5FUuuFA
|
24
|
-
urEzVIECgYEAyX44ZLYW7c68fS2zTvnGBBINgntookhRK0sMUwuYvDL5RobnKusP
|
25
|
-
2Fz4gZtTmpRfgxcglih+EJPUhqqn6UteXG/TNatrf27DOuQgJHliQa/GDcANkEkT
|
26
|
-
UtGu2aCxd0Na9lPvEzor37PPzLKdkaiAmAnyLmTpn5whGFgpXa32Ups=
|
27
|
-
-----END RSA PRIVATE KEY-----
|
@@ -1,105 +0,0 @@
|
|
1
|
-
Certificate:
|
2
|
-
Data:
|
3
|
-
Version: 3 (0x2)
|
4
|
-
Serial Number: 602210 (0x93062)
|
5
|
-
Signature Algorithm: sha256WithRSAEncryption
|
6
|
-
Issuer: CN = Ruby Driver CA, OU = Drivers, O = MongoDB, L = New York City, ST = New York, C = US
|
7
|
-
Validity
|
8
|
-
Not Before: Sep 4 21:17:42 2019 GMT
|
9
|
-
Not After : Sep 4 21:17:42 2039 GMT
|
10
|
-
Subject: CN = localhost, OU = x509, O = MongoDB, L = New York City, ST = New York, C = US
|
11
|
-
Subject Public Key Info:
|
12
|
-
Public Key Algorithm: rsaEncryption
|
13
|
-
RSA Public-Key: (2048 bit)
|
14
|
-
Modulus:
|
15
|
-
00:c4:e6:20:8f:58:42:53:51:24:64:b4:d0:25:cf:
|
16
|
-
79:e0:71:f8:9e:97:35:a8:df:fa:d9:63:eb:63:b2:
|
17
|
-
b4:77:60:af:8e:09:6d:72:50:bc:ea:7c:57:3f:17:
|
18
|
-
51:b0:05:85:e8:3b:67:4b:97:84:61:bb:68:09:b4:
|
19
|
-
96:da:c8:3b:7d:53:b8:10:fe:0d:71:2f:b8:5d:83:
|
20
|
-
86:3f:06:57:e2:6c:d5:2f:c8:6c:74:fb:d8:6f:77:
|
21
|
-
df:ba:6d:52:61:3c:33:76:a5:5f:62:68:af:a4:e8:
|
22
|
-
dc:36:2a:b9:54:47:91:ec:4f:09:b9:2e:ef:37:4d:
|
23
|
-
d7:04:db:48:fc:8d:c2:44:f1:9f:79:21:f0:06:fe:
|
24
|
-
b4:e5:50:3c:cf:d1:3f:59:b5:8d:dc:d0:39:31:53:
|
25
|
-
95:42:d7:92:c3:c9:d5:93:48:e8:dc:16:ce:61:ec:
|
26
|
-
6f:ce:91:5c:91:2e:59:18:1f:fc:a8:ff:52:51:cf:
|
27
|
-
10:c0:be:a0:ad:cb:63:98:30:66:0e:42:e3:ca:6b:
|
28
|
-
2d:f8:92:c7:24:a7:03:65:96:0a:9c:ce:09:e7:ae:
|
29
|
-
c2:a7:ea:6c:54:bb:e8:24:62:31:48:fb:d0:df:e1:
|
30
|
-
a2:3c:5f:d2:89:29:de:4f:6b:73:88:2a:68:57:08:
|
31
|
-
7a:1e:aa:bd:70:79:e7:dc:f5:e1:9f:39:83:7b:70:
|
32
|
-
55:bb
|
33
|
-
Exponent: 65537 (0x10001)
|
34
|
-
X509v3 extensions:
|
35
|
-
X509v3 Key Usage:
|
36
|
-
Digital Signature
|
37
|
-
X509v3 Extended Key Usage:
|
38
|
-
TLS Web Client Authentication
|
39
|
-
X509v3 Subject Alternative Name:
|
40
|
-
DNS:localhost, IP Address:127.0.0.1
|
41
|
-
Signature Algorithm: sha256WithRSAEncryption
|
42
|
-
92:04:8c:a5:56:c0:01:37:65:ff:d2:0e:5b:be:dd:78:9c:e2:
|
43
|
-
45:3d:fc:34:e5:23:f3:75:fb:70:3b:06:9f:e9:63:e9:f0:8a:
|
44
|
-
14:54:3d:d9:6a:22:af:04:00:25:95:80:e8:83:0b:c7:6f:f0:
|
45
|
-
f1:58:2b:07:86:6b:e3:eb:b0:ea:09:b2:5e:15:05:14:89:2b:
|
46
|
-
02:99:09:97:6d:49:19:ac:c2:50:91:2b:03:e6:75:ce:27:9d:
|
47
|
-
8f:c0:b5:cd:b2:1f:7d:66:75:c7:d1:a7:16:b3:cf:8b:1e:9b:
|
48
|
-
e4:46:da:e2:02:2c:55:74:56:8c:e6:d9:27:53:9f:b2:f5:09:
|
49
|
-
ba:fe:df:e2:e1:b7:7d:43:8a:9d:bb:f0:3d:b9:d4:ce:26:8f:
|
50
|
-
d9:cc:e6:2e:1c:81:fc:6e:a0:5f:01:23:68:9d:fe:1b:ee:03:
|
51
|
-
69:f1:10:af:5a:0e:dc:96:e2:56:ae:ca:35:b3:08:61:34:37:
|
52
|
-
e1:e6:53:ef:68:84:87:f4:56:c5:49:45:08:90:46:3e:1c:b5:
|
53
|
-
40:08:f7:09:51:d7:24:53:49:b5:b1:2f:85:39:b9:0b:0e:f9:
|
54
|
-
05:ea:a3:d0:47:6d:69:6b:9c:25:8e:ad:61:01:86:96:28:3b:
|
55
|
-
fd:6f:78:79:66:b1:cc:de:fc:18:45:cf:84:f1:d0:e2:46:4f:
|
56
|
-
f8:9d:95:a4
|
57
|
-
-----BEGIN CERTIFICATE-----
|
58
|
-
MIIDnzCCAoegAwIBAgIDCTBiMA0GCSqGSIb3DQEBCwUAMHUxFzAVBgNVBAMTDlJ1
|
59
|
-
YnkgRHJpdmVyIENBMRAwDgYDVQQLEwdEcml2ZXJzMRAwDgYDVQQKEwdNb25nb0RC
|
60
|
-
MRYwFAYDVQQHEw1OZXcgWW9yayBDaXR5MREwDwYDVQQIEwhOZXcgWW9yazELMAkG
|
61
|
-
A1UEBhMCVVMwHhcNMTkwOTA0MjExNzQyWhcNMzkwOTA0MjExNzQyWjBtMRIwEAYD
|
62
|
-
VQQDEwlsb2NhbGhvc3QxDTALBgNVBAsTBHg1MDkxEDAOBgNVBAoTB01vbmdvREIx
|
63
|
-
FjAUBgNVBAcTDU5ldyBZb3JrIENpdHkxETAPBgNVBAgTCE5ldyBZb3JrMQswCQYD
|
64
|
-
VQQGEwJVUzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMTmII9YQlNR
|
65
|
-
JGS00CXPeeBx+J6XNajf+tlj62OytHdgr44JbXJQvOp8Vz8XUbAFheg7Z0uXhGG7
|
66
|
-
aAm0ltrIO31TuBD+DXEvuF2Dhj8GV+Js1S/IbHT72G9337ptUmE8M3alX2Jor6To
|
67
|
-
3DYquVRHkexPCbku7zdN1wTbSPyNwkTxn3kh8Ab+tOVQPM/RP1m1jdzQOTFTlULX
|
68
|
-
ksPJ1ZNI6NwWzmHsb86RXJEuWRgf/Kj/UlHPEMC+oK3LY5gwZg5C48prLfiSxySn
|
69
|
-
A2WWCpzOCeeuwqfqbFS76CRiMUj70N/hojxf0okp3k9rc4gqaFcIeh6qvXB559z1
|
70
|
-
4Z85g3twVbsCAwEAAaNAMD4wCwYDVR0PBAQDAgeAMBMGA1UdJQQMMAoGCCsGAQUF
|
71
|
-
BwMCMBoGA1UdEQQTMBGCCWxvY2FsaG9zdIcEfwAAATANBgkqhkiG9w0BAQsFAAOC
|
72
|
-
AQEAkgSMpVbAATdl/9IOW77deJziRT38NOUj83X7cDsGn+lj6fCKFFQ92WoirwQA
|
73
|
-
JZWA6IMLx2/w8VgrB4Zr4+uw6gmyXhUFFIkrApkJl21JGazCUJErA+Z1ziedj8C1
|
74
|
-
zbIffWZ1x9GnFrPPix6b5Eba4gIsVXRWjObZJ1OfsvUJuv7f4uG3fUOKnbvwPbnU
|
75
|
-
ziaP2czmLhyB/G6gXwEjaJ3+G+4DafEQr1oO3JbiVq7KNbMIYTQ34eZT72iEh/RW
|
76
|
-
xUlFCJBGPhy1QAj3CVHXJFNJtbEvhTm5Cw75Beqj0EdtaWucJY6tYQGGlig7/W94
|
77
|
-
eWaxzN78GEXPhPHQ4kZP+J2VpA==
|
78
|
-
-----END CERTIFICATE-----
|
79
|
-
-----BEGIN RSA PRIVATE KEY-----
|
80
|
-
MIIEpQIBAAKCAQEAxOYgj1hCU1EkZLTQJc954HH4npc1qN/62WPrY7K0d2Cvjglt
|
81
|
-
clC86nxXPxdRsAWF6DtnS5eEYbtoCbSW2sg7fVO4EP4NcS+4XYOGPwZX4mzVL8hs
|
82
|
-
dPvYb3ffum1SYTwzdqVfYmivpOjcNiq5VEeR7E8JuS7vN03XBNtI/I3CRPGfeSHw
|
83
|
-
Bv605VA8z9E/WbWN3NA5MVOVQteSw8nVk0jo3BbOYexvzpFckS5ZGB/8qP9SUc8Q
|
84
|
-
wL6grctjmDBmDkLjymst+JLHJKcDZZYKnM4J567Cp+psVLvoJGIxSPvQ3+GiPF/S
|
85
|
-
iSneT2tziCpoVwh6Hqq9cHnn3PXhnzmDe3BVuwIDAQABAoIBAD9rdC9XmT1m1FcP
|
86
|
-
mj+jfTka3J6QS7tSMWUV9vqM0+3jmYghZzw73y2T0TJEG46bqM7tW08QxZYJG/CM
|
87
|
-
V06u0eKDNbVbbw729OZB99qS+3m13lDeuHhRqhv1O327up4RGu5rQ7bZy0FNs6hK
|
88
|
-
yJjp2ImJx7L6+BgTHV+2FeMq8djsffJDvsLn65W2Fw0pBw+1pFYJMMLodNrSXkGi
|
89
|
-
FaE+XLO/FMmFfI6fc4uqMgXd+RLmGC3DY4lnbZMf14nlNn+SNMr08v+wipJNqE3K
|
90
|
-
OERRkgm/uXIbo+a275suUZ8kVRlVMtIXVYrwMj1JQY7YJ2uiOy91QoWvzPu6wUGH
|
91
|
-
g/ehttECgYEA4yuEU4rdJs/roEy+rY6bEjgcvN6uzoEjv4z4MLLHk61p88RDykYZ
|
92
|
-
C0crmwiXItWPZ6rm458+TwIqawrLQAmJU6iSSmVy/ed/5C3vKDyEq84N3eglac/U
|
93
|
-
yj6kk5vztCtUrr8Z2dnrBAz1LuAYUqPs8fVmYGYiPfM0+jLaZK2L+uMCgYEA3eMj
|
94
|
-
xANChhiTCdaw3hEL57c2pbZ/xBwGi8VWZqJvxdJNbZgc+RDw4ytz1d3DZCRWfxIF
|
95
|
-
w4n69wjiakZ9DA5YdzIvplv8YfZ1bAo0JSGyybERXKTVUj3AqBCf4bGRZJCgD+/g
|
96
|
-
aGZpJrfD+7ho8FyOvt9LvLos8UPaJD1Llse1+UkCgYEAyyNi1QHb+JT88v8tky1u
|
97
|
-
ZcBfklTepDK+sM9yMLnt1ZTApgbfR8WfJ4Kg76Wi4Ldv4RfmF62SnjwlikrArabZ
|
98
|
-
ckHPb0+AoKOerYCV17kmOiusIr8wlYoPkjqqGITgTEBjHVAt4a0Ihzq/FQe3OE71
|
99
|
-
1vfGcHVkMVmGCiXnPRgjkFkCgYEAu0TJGtXlf2eeMd+Qxtt8QMTQymuMyecdXzne
|
100
|
-
AiF2VG96CdUoHs29gP1bdlUEY7CHkBeV5cK+nWBSN3/mahZxc6hXrwBTshpgYB78
|
101
|
-
g5o9WxymmppDsHWN9EqTpdhH7ahibxD1RSep95OBRSIO704u68lqEo7O/5FUuuFA
|
102
|
-
urEzVIECgYEAyX44ZLYW7c68fS2zTvnGBBINgntookhRK0sMUwuYvDL5RobnKusP
|
103
|
-
2Fz4gZtTmpRfgxcglih+EJPUhqqn6UteXG/TNatrf27DOuQgJHliQa/GDcANkEkT
|
104
|
-
UtGu2aCxd0Na9lPvEzor37PPzLKdkaiAmAnyLmTpn5whGFgpXa32Ups=
|
105
|
-
-----END RSA PRIVATE KEY-----
|
@@ -1,74 +0,0 @@
|
|
1
|
-
Certificate:
|
2
|
-
Data:
|
3
|
-
Version: 3 (0x2)
|
4
|
-
Serial Number: 78625 (0x13321)
|
5
|
-
Signature Algorithm: sha256WithRSAEncryption
|
6
|
-
Issuer: CN = Ruby Driver CA, OU = Drivers, O = MongoDB, L = New York City, ST = New York, C = US
|
7
|
-
Validity
|
8
|
-
Not Before: Feb 14 20:57:58 2019 GMT
|
9
|
-
Not After : Feb 14 20:57:58 2039 GMT
|
10
|
-
Subject: CN = localhost, OU = Drivers, O = MongoDB, L = New York City, ST = New York, C = US
|
11
|
-
Subject Public Key Info:
|
12
|
-
Public Key Algorithm: rsaEncryption
|
13
|
-
RSA Public-Key: (2048 bit)
|
14
|
-
Modulus:
|
15
|
-
00:96:2d:53:a9:0d:f6:fe:3c:34:5c:60:87:56:c8:
|
16
|
-
69:da:85:e7:10:96:c6:39:6e:5c:09:f3:42:e0:a7:
|
17
|
-
bb:38:37:ef:a6:63:6c:28:8b:1d:1a:52:00:52:19:
|
18
|
-
94:63:f9:58:4e:9c:d2:ca:ab:2e:20:66:c3:7d:fb:
|
19
|
-
a4:52:e6:7c:5b:bf:b4:06:1f:e4:9e:6b:77:f1:38:
|
20
|
-
14:b2:56:af:77:dd:23:99:1c:b8:07:e5:79:c6:b9:
|
21
|
-
10:18:ea:47:0c:b5:df:d0:a6:15:14:09:37:51:9e:
|
22
|
-
f2:7c:2b:66:f8:e9:59:f6:51:e9:50:e2:11:52:d9:
|
23
|
-
cf:00:0c:9e:15:55:51:e1:d8:96:9d:15:54:9c:78:
|
24
|
-
db:5f:2e:f2:91:5f:55:3c:3f:18:6f:32:16:82:76:
|
25
|
-
9e:83:6c:25:22:b1:27:70:69:cd:aa:a1:52:64:60:
|
26
|
-
e5:b3:24:ee:29:ef:2c:ad:de:09:53:02:08:39:10:
|
27
|
-
4f:4a:fc:8b:21:18:ce:f1:fc:54:0c:7f:a6:ec:b2:
|
28
|
-
b1:d6:c7:61:bb:bb:3f:7e:31:80:f1:39:f8:4d:e8:
|
29
|
-
c2:45:11:e1:ac:90:97:e5:4a:58:a6:07:1b:7f:61:
|
30
|
-
c4:aa:f2:66:66:06:b2:c7:1b:71:df:dc:3f:53:fe:
|
31
|
-
85:e4:8b:97:11:c2:d0:7e:10:35:2b:a3:e7:7d:c7:
|
32
|
-
6b:f7
|
33
|
-
Exponent: 65537 (0x10001)
|
34
|
-
X509v3 extensions:
|
35
|
-
X509v3 Subject Alternative Name:
|
36
|
-
DNS:localhost, IP Address:127.0.0.1, IP Address:0:0:0:0:0:0:0:1
|
37
|
-
Signature Algorithm: sha256WithRSAEncryption
|
38
|
-
48:41:5e:7b:fd:f5:bf:32:52:cd:bc:f8:71:7e:0d:0d:22:05:
|
39
|
-
7d:a5:11:ed:86:ac:02:9c:c3:e1:f4:f4:36:d2:48:8d:a4:5b:
|
40
|
-
4a:d1:76:8f:25:17:72:07:99:49:2f:09:f0:25:f9:0a:a7:06:
|
41
|
-
99:ab:e8:f7:48:c7:4c:f1:a1:4e:f4:64:3a:d8:25:e4:76:30:
|
42
|
-
2a:f6:b8:71:ee:05:cd:b2:7a:7f:e6:c7:7a:c3:af:f1:d1:16:
|
43
|
-
73:a5:bf:db:14:71:c4:d8:f7:e7:ce:82:48:2f:ce:e5:fd:8f:
|
44
|
-
89:4b:a6:0c:1e:6b:42:9d:64:73:7e:37:00:07:b5:e6:b9:b9:
|
45
|
-
89:38:04:d6:67:dd:e1:26:98:e4:49:06:8e:2c:d3:ee:c1:ee:
|
46
|
-
09:b9:95:3a:bd:6a:61:c2:d2:19:6c:e5:86:49:63:ae:e4:93:
|
47
|
-
92:01:48:d2:32:94:2c:62:fd:04:2e:7f:a2:26:85:dd:99:78:
|
48
|
-
da:9b:0c:84:19:29:b2:c6:55:e1:4d:97:d5:9a:63:e0:8d:f8:
|
49
|
-
67:4c:3f:0e:6b:67:13:58:ba:28:ec:40:e6:65:c1:18:23:ae:
|
50
|
-
16:1c:fb:7b:d9:bc:c2:84:71:fb:f5:a8:71:cc:a5:2f:28:3b:
|
51
|
-
45:97:d6:15:9e:e8:44:ec:9e:05:72:b2:0a:ac:31:fe:a9:0e:
|
52
|
-
e1:ce:82:5f
|
53
|
-
-----BEGIN CERTIFICATE-----
|
54
|
-
MIIDkjCCAnqgAwIBAgIDATMhMA0GCSqGSIb3DQEBCwUAMHUxFzAVBgNVBAMTDlJ1
|
55
|
-
YnkgRHJpdmVyIENBMRAwDgYDVQQLEwdEcml2ZXJzMRAwDgYDVQQKEwdNb25nb0RC
|
56
|
-
MRYwFAYDVQQHEw1OZXcgWW9yayBDaXR5MREwDwYDVQQIEwhOZXcgWW9yazELMAkG
|
57
|
-
A1UEBhMCVVMwHhcNMTkwMjE0MjA1NzU4WhcNMzkwMjE0MjA1NzU4WjBwMRIwEAYD
|
58
|
-
VQQDEwlsb2NhbGhvc3QxEDAOBgNVBAsTB0RyaXZlcnMxEDAOBgNVBAoTB01vbmdv
|
59
|
-
REIxFjAUBgNVBAcTDU5ldyBZb3JrIENpdHkxETAPBgNVBAgTCE5ldyBZb3JrMQsw
|
60
|
-
CQYDVQQGEwJVUzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAJYtU6kN
|
61
|
-
9v48NFxgh1bIadqF5xCWxjluXAnzQuCnuzg376ZjbCiLHRpSAFIZlGP5WE6c0sqr
|
62
|
-
LiBmw337pFLmfFu/tAYf5J5rd/E4FLJWr3fdI5kcuAfleca5EBjqRwy139CmFRQJ
|
63
|
-
N1Ge8nwrZvjpWfZR6VDiEVLZzwAMnhVVUeHYlp0VVJx4218u8pFfVTw/GG8yFoJ2
|
64
|
-
noNsJSKxJ3BpzaqhUmRg5bMk7invLK3eCVMCCDkQT0r8iyEYzvH8VAx/puyysdbH
|
65
|
-
Ybu7P34xgPE5+E3owkUR4ayQl+VKWKYHG39hxKryZmYGsscbcd/cP1P+heSLlxHC
|
66
|
-
0H4QNSuj533Ha/cCAwEAAaMwMC4wLAYDVR0RBCUwI4IJbG9jYWxob3N0hwR/AAAB
|
67
|
-
hxAAAAAAAAAAAAAAAAAAAAABMA0GCSqGSIb3DQEBCwUAA4IBAQBIQV57/fW/MlLN
|
68
|
-
vPhxfg0NIgV9pRHthqwCnMPh9PQ20kiNpFtK0XaPJRdyB5lJLwnwJfkKpwaZq+j3
|
69
|
-
SMdM8aFO9GQ62CXkdjAq9rhx7gXNsnp/5sd6w6/x0RZzpb/bFHHE2PfnzoJIL87l
|
70
|
-
/Y+JS6YMHmtCnWRzfjcAB7XmubmJOATWZ93hJpjkSQaOLNPuwe4JuZU6vWphwtIZ
|
71
|
-
bOWGSWOu5JOSAUjSMpQsYv0ELn+iJoXdmXjamwyEGSmyxlXhTZfVmmPgjfhnTD8O
|
72
|
-
a2cTWLoo7EDmZcEYI64WHPt72bzChHH79ahxzKUvKDtFl9YVnuhE7J4FcrIKrDH+
|
73
|
-
qQ7hzoJf
|
74
|
-
-----END CERTIFICATE-----
|
@@ -1,27 +0,0 @@
|
|
1
|
-
-----BEGIN RSA PRIVATE KEY-----
|
2
|
-
MIIEowIBAAKCAQEAli1TqQ32/jw0XGCHVshp2oXnEJbGOW5cCfNC4Ke7ODfvpmNs
|
3
|
-
KIsdGlIAUhmUY/lYTpzSyqsuIGbDffukUuZ8W7+0Bh/knmt38TgUslavd90jmRy4
|
4
|
-
B+V5xrkQGOpHDLXf0KYVFAk3UZ7yfCtm+OlZ9lHpUOIRUtnPAAyeFVVR4diWnRVU
|
5
|
-
nHjbXy7ykV9VPD8YbzIWgnaeg2wlIrEncGnNqqFSZGDlsyTuKe8srd4JUwIIORBP
|
6
|
-
SvyLIRjO8fxUDH+m7LKx1sdhu7s/fjGA8Tn4TejCRRHhrJCX5UpYpgcbf2HEqvJm
|
7
|
-
Zgayxxtx39w/U/6F5IuXEcLQfhA1K6Pnfcdr9wIDAQABAoIBAClvRB/mrHkk30WF
|
8
|
-
lJHLJfmW7FPVZce+vUI5jgAyByPRuxtrXxIon9T9Pv1n9VtIFqdJ+ZbVeBqUf+eo
|
9
|
-
oIQG99TQpbjy378d46/4Sy2RYURvDT1XgSccl2bO9LQLH6NQIvqMeFBY4pxwgHLl
|
10
|
-
/rk6mQmvO/KHDUSQt95JnOxB6B+plv1prpQVGHVqzre8LAZdJdv/8wVqFHbrAGoU
|
11
|
-
62wUQ66y5oSxLN9YUzTQNb8ECBRTfmF9WCF9aXx4TJyX0+WkyiztUx0ArBm/ANGv
|
12
|
-
k5GzPoL0UFRjVr+ObM755SHrJQ9pIOjJnZAA0DW8fHAQcV8XcA2UcqrA+jw/XX9Q
|
13
|
-
ku4cz5ECgYEA5iopSEu8WLEkCmVAYVurd1gQSlJQ6aYrcMas+p2kqW1p/hkDvREO
|
14
|
-
dt55evAKIENgVo9N4daN4K5ijftxxTQyX0HlO/0eeC6LpWIPjkkJ02H5htKvvIhw
|
15
|
-
zxJd7XTKyQA1/wOc/Ooo5MfGO44eBVVBzErX6rGzc/PFfLzlGDa567sCgYEApwiz
|
16
|
-
h9SppQwsbjXDjcOfJoZbmnJjzdMJ1rDUnLY7iCaVdf7cIaHCY72xSlgtruVkGQ6m
|
17
|
-
vYwjh/YnwU3qoBi1tbu+ByHWxImLwsLZMA4ct4IF5Qvi2d2v4GtOq/sQcqB+35d/
|
18
|
-
dJ4CcR1sHe6R5H0uvDDmNoJiJFESbtTD0Wt4VvUCgYAehOSoc3JsCEERJ8/bmP4p
|
19
|
-
ewHd+QBFmwUTlSSGrrSQyrNNQB/gyAw08tcE2CNfl8+EasgW9A4oBreGwBqb3Yn4
|
20
|
-
W5J729pYcUOPEGujoEevQcSGfhVTWHws2PCfdecVs/N09xOv7ZSykVLVvsh4SI/K
|
21
|
-
+PmcYye6bk53dcyi407P1QKBgAUbiwHYSue1G5azJiurk65F5X8viEW+8koSVi4E
|
22
|
-
lIVxSJi3Flwg6iTKpCU11Q/IC+uIOykIo/2AVW7fxxDmMIhCGWl2a27PFer6slF5
|
23
|
-
3P7vhuaeGm23Da27GkjAAJzAs6B6rXcPbduvnqK7rNJj0Y4HoMKB8iZSJFInR2Wb
|
24
|
-
964RAoGBAIvzvWDusSLOmkAN7KKwbmVdrKLgKPGtyNjJyKdp0zUxslOQsSraOq/K
|
25
|
-
hsBgotDdq8igR6iUHfmcSs7FVU1QBBMfqe5XVJhj4GWMe2VzRIvBcuvaMLyUuZ61
|
26
|
-
TwPjfJRUCACo4MSQHEBlbWq9ZYzO8nZ+FyCldN/n5Uevp84BOyBO
|
27
|
-
-----END RSA PRIVATE KEY-----
|
@@ -1,101 +0,0 @@
|
|
1
|
-
Certificate:
|
2
|
-
Data:
|
3
|
-
Version: 3 (0x2)
|
4
|
-
Serial Number: 78625 (0x13321)
|
5
|
-
Signature Algorithm: sha256WithRSAEncryption
|
6
|
-
Issuer: CN = Ruby Driver CA, OU = Drivers, O = MongoDB, L = New York City, ST = New York, C = US
|
7
|
-
Validity
|
8
|
-
Not Before: Feb 14 20:57:58 2019 GMT
|
9
|
-
Not After : Feb 14 20:57:58 2039 GMT
|
10
|
-
Subject: CN = localhost, OU = Drivers, O = MongoDB, L = New York City, ST = New York, C = US
|
11
|
-
Subject Public Key Info:
|
12
|
-
Public Key Algorithm: rsaEncryption
|
13
|
-
RSA Public-Key: (2048 bit)
|
14
|
-
Modulus:
|
15
|
-
00:96:2d:53:a9:0d:f6:fe:3c:34:5c:60:87:56:c8:
|
16
|
-
69:da:85:e7:10:96:c6:39:6e:5c:09:f3:42:e0:a7:
|
17
|
-
bb:38:37:ef:a6:63:6c:28:8b:1d:1a:52:00:52:19:
|
18
|
-
94:63:f9:58:4e:9c:d2:ca:ab:2e:20:66:c3:7d:fb:
|
19
|
-
a4:52:e6:7c:5b:bf:b4:06:1f:e4:9e:6b:77:f1:38:
|
20
|
-
14:b2:56:af:77:dd:23:99:1c:b8:07:e5:79:c6:b9:
|
21
|
-
10:18:ea:47:0c:b5:df:d0:a6:15:14:09:37:51:9e:
|
22
|
-
f2:7c:2b:66:f8:e9:59:f6:51:e9:50:e2:11:52:d9:
|
23
|
-
cf:00:0c:9e:15:55:51:e1:d8:96:9d:15:54:9c:78:
|
24
|
-
db:5f:2e:f2:91:5f:55:3c:3f:18:6f:32:16:82:76:
|
25
|
-
9e:83:6c:25:22:b1:27:70:69:cd:aa:a1:52:64:60:
|
26
|
-
e5:b3:24:ee:29:ef:2c:ad:de:09:53:02:08:39:10:
|
27
|
-
4f:4a:fc:8b:21:18:ce:f1:fc:54:0c:7f:a6:ec:b2:
|
28
|
-
b1:d6:c7:61:bb:bb:3f:7e:31:80:f1:39:f8:4d:e8:
|
29
|
-
c2:45:11:e1:ac:90:97:e5:4a:58:a6:07:1b:7f:61:
|
30
|
-
c4:aa:f2:66:66:06:b2:c7:1b:71:df:dc:3f:53:fe:
|
31
|
-
85:e4:8b:97:11:c2:d0:7e:10:35:2b:a3:e7:7d:c7:
|
32
|
-
6b:f7
|
33
|
-
Exponent: 65537 (0x10001)
|
34
|
-
X509v3 extensions:
|
35
|
-
X509v3 Subject Alternative Name:
|
36
|
-
DNS:localhost, IP Address:127.0.0.1, IP Address:0:0:0:0:0:0:0:1
|
37
|
-
Signature Algorithm: sha256WithRSAEncryption
|
38
|
-
48:41:5e:7b:fd:f5:bf:32:52:cd:bc:f8:71:7e:0d:0d:22:05:
|
39
|
-
7d:a5:11:ed:86:ac:02:9c:c3:e1:f4:f4:36:d2:48:8d:a4:5b:
|
40
|
-
4a:d1:76:8f:25:17:72:07:99:49:2f:09:f0:25:f9:0a:a7:06:
|
41
|
-
99:ab:e8:f7:48:c7:4c:f1:a1:4e:f4:64:3a:d8:25:e4:76:30:
|
42
|
-
2a:f6:b8:71:ee:05:cd:b2:7a:7f:e6:c7:7a:c3:af:f1:d1:16:
|
43
|
-
73:a5:bf:db:14:71:c4:d8:f7:e7:ce:82:48:2f:ce:e5:fd:8f:
|
44
|
-
89:4b:a6:0c:1e:6b:42:9d:64:73:7e:37:00:07:b5:e6:b9:b9:
|
45
|
-
89:38:04:d6:67:dd:e1:26:98:e4:49:06:8e:2c:d3:ee:c1:ee:
|
46
|
-
09:b9:95:3a:bd:6a:61:c2:d2:19:6c:e5:86:49:63:ae:e4:93:
|
47
|
-
92:01:48:d2:32:94:2c:62:fd:04:2e:7f:a2:26:85:dd:99:78:
|
48
|
-
da:9b:0c:84:19:29:b2:c6:55:e1:4d:97:d5:9a:63:e0:8d:f8:
|
49
|
-
67:4c:3f:0e:6b:67:13:58:ba:28:ec:40:e6:65:c1:18:23:ae:
|
50
|
-
16:1c:fb:7b:d9:bc:c2:84:71:fb:f5:a8:71:cc:a5:2f:28:3b:
|
51
|
-
45:97:d6:15:9e:e8:44:ec:9e:05:72:b2:0a:ac:31:fe:a9:0e:
|
52
|
-
e1:ce:82:5f
|
53
|
-
-----BEGIN CERTIFICATE-----
|
54
|
-
MIIDkjCCAnqgAwIBAgIDATMhMA0GCSqGSIb3DQEBCwUAMHUxFzAVBgNVBAMTDlJ1
|
55
|
-
YnkgRHJpdmVyIENBMRAwDgYDVQQLEwdEcml2ZXJzMRAwDgYDVQQKEwdNb25nb0RC
|
56
|
-
MRYwFAYDVQQHEw1OZXcgWW9yayBDaXR5MREwDwYDVQQIEwhOZXcgWW9yazELMAkG
|
57
|
-
A1UEBhMCVVMwHhcNMTkwMjE0MjA1NzU4WhcNMzkwMjE0MjA1NzU4WjBwMRIwEAYD
|
58
|
-
VQQDEwlsb2NhbGhvc3QxEDAOBgNVBAsTB0RyaXZlcnMxEDAOBgNVBAoTB01vbmdv
|
59
|
-
REIxFjAUBgNVBAcTDU5ldyBZb3JrIENpdHkxETAPBgNVBAgTCE5ldyBZb3JrMQsw
|
60
|
-
CQYDVQQGEwJVUzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAJYtU6kN
|
61
|
-
9v48NFxgh1bIadqF5xCWxjluXAnzQuCnuzg376ZjbCiLHRpSAFIZlGP5WE6c0sqr
|
62
|
-
LiBmw337pFLmfFu/tAYf5J5rd/E4FLJWr3fdI5kcuAfleca5EBjqRwy139CmFRQJ
|
63
|
-
N1Ge8nwrZvjpWfZR6VDiEVLZzwAMnhVVUeHYlp0VVJx4218u8pFfVTw/GG8yFoJ2
|
64
|
-
noNsJSKxJ3BpzaqhUmRg5bMk7invLK3eCVMCCDkQT0r8iyEYzvH8VAx/puyysdbH
|
65
|
-
Ybu7P34xgPE5+E3owkUR4ayQl+VKWKYHG39hxKryZmYGsscbcd/cP1P+heSLlxHC
|
66
|
-
0H4QNSuj533Ha/cCAwEAAaMwMC4wLAYDVR0RBCUwI4IJbG9jYWxob3N0hwR/AAAB
|
67
|
-
hxAAAAAAAAAAAAAAAAAAAAABMA0GCSqGSIb3DQEBCwUAA4IBAQBIQV57/fW/MlLN
|
68
|
-
vPhxfg0NIgV9pRHthqwCnMPh9PQ20kiNpFtK0XaPJRdyB5lJLwnwJfkKpwaZq+j3
|
69
|
-
SMdM8aFO9GQ62CXkdjAq9rhx7gXNsnp/5sd6w6/x0RZzpb/bFHHE2PfnzoJIL87l
|
70
|
-
/Y+JS6YMHmtCnWRzfjcAB7XmubmJOATWZ93hJpjkSQaOLNPuwe4JuZU6vWphwtIZ
|
71
|
-
bOWGSWOu5JOSAUjSMpQsYv0ELn+iJoXdmXjamwyEGSmyxlXhTZfVmmPgjfhnTD8O
|
72
|
-
a2cTWLoo7EDmZcEYI64WHPt72bzChHH79ahxzKUvKDtFl9YVnuhE7J4FcrIKrDH+
|
73
|
-
qQ7hzoJf
|
74
|
-
-----END CERTIFICATE-----
|
75
|
-
-----BEGIN RSA PRIVATE KEY-----
|
76
|
-
MIIEowIBAAKCAQEAli1TqQ32/jw0XGCHVshp2oXnEJbGOW5cCfNC4Ke7ODfvpmNs
|
77
|
-
KIsdGlIAUhmUY/lYTpzSyqsuIGbDffukUuZ8W7+0Bh/knmt38TgUslavd90jmRy4
|
78
|
-
B+V5xrkQGOpHDLXf0KYVFAk3UZ7yfCtm+OlZ9lHpUOIRUtnPAAyeFVVR4diWnRVU
|
79
|
-
nHjbXy7ykV9VPD8YbzIWgnaeg2wlIrEncGnNqqFSZGDlsyTuKe8srd4JUwIIORBP
|
80
|
-
SvyLIRjO8fxUDH+m7LKx1sdhu7s/fjGA8Tn4TejCRRHhrJCX5UpYpgcbf2HEqvJm
|
81
|
-
Zgayxxtx39w/U/6F5IuXEcLQfhA1K6Pnfcdr9wIDAQABAoIBAClvRB/mrHkk30WF
|
82
|
-
lJHLJfmW7FPVZce+vUI5jgAyByPRuxtrXxIon9T9Pv1n9VtIFqdJ+ZbVeBqUf+eo
|
83
|
-
oIQG99TQpbjy378d46/4Sy2RYURvDT1XgSccl2bO9LQLH6NQIvqMeFBY4pxwgHLl
|
84
|
-
/rk6mQmvO/KHDUSQt95JnOxB6B+plv1prpQVGHVqzre8LAZdJdv/8wVqFHbrAGoU
|
85
|
-
62wUQ66y5oSxLN9YUzTQNb8ECBRTfmF9WCF9aXx4TJyX0+WkyiztUx0ArBm/ANGv
|
86
|
-
k5GzPoL0UFRjVr+ObM755SHrJQ9pIOjJnZAA0DW8fHAQcV8XcA2UcqrA+jw/XX9Q
|
87
|
-
ku4cz5ECgYEA5iopSEu8WLEkCmVAYVurd1gQSlJQ6aYrcMas+p2kqW1p/hkDvREO
|
88
|
-
dt55evAKIENgVo9N4daN4K5ijftxxTQyX0HlO/0eeC6LpWIPjkkJ02H5htKvvIhw
|
89
|
-
zxJd7XTKyQA1/wOc/Ooo5MfGO44eBVVBzErX6rGzc/PFfLzlGDa567sCgYEApwiz
|
90
|
-
h9SppQwsbjXDjcOfJoZbmnJjzdMJ1rDUnLY7iCaVdf7cIaHCY72xSlgtruVkGQ6m
|
91
|
-
vYwjh/YnwU3qoBi1tbu+ByHWxImLwsLZMA4ct4IF5Qvi2d2v4GtOq/sQcqB+35d/
|
92
|
-
dJ4CcR1sHe6R5H0uvDDmNoJiJFESbtTD0Wt4VvUCgYAehOSoc3JsCEERJ8/bmP4p
|
93
|
-
ewHd+QBFmwUTlSSGrrSQyrNNQB/gyAw08tcE2CNfl8+EasgW9A4oBreGwBqb3Yn4
|
94
|
-
W5J729pYcUOPEGujoEevQcSGfhVTWHws2PCfdecVs/N09xOv7ZSykVLVvsh4SI/K
|
95
|
-
+PmcYye6bk53dcyi407P1QKBgAUbiwHYSue1G5azJiurk65F5X8viEW+8koSVi4E
|
96
|
-
lIVxSJi3Flwg6iTKpCU11Q/IC+uIOykIo/2AVW7fxxDmMIhCGWl2a27PFer6slF5
|
97
|
-
3P7vhuaeGm23Da27GkjAAJzAs6B6rXcPbduvnqK7rNJj0Y4HoMKB8iZSJFInR2Wb
|
98
|
-
964RAoGBAIvzvWDusSLOmkAN7KKwbmVdrKLgKPGtyNjJyKdp0zUxslOQsSraOq/K
|
99
|
-
hsBgotDdq8igR6iUHfmcSs7FVU1QBBMfqe5XVJhj4GWMe2VzRIvBcuvaMLyUuZ61
|
100
|
-
TwPjfJRUCACo4MSQHEBlbWq9ZYzO8nZ+FyCldN/n5Uevp84BOyBO
|
101
|
-
-----END RSA PRIVATE KEY-----
|
@@ -1,12 +0,0 @@
|
|
1
|
-
-----BEGIN X509 CRL-----
|
2
|
-
MIIBzzCBuAIBATANBgkqhkiG9w0BAQsFADB1MRcwFQYDVQQDEw5SdWJ5IERyaXZl
|
3
|
-
ciBDQTEQMA4GA1UECxMHRHJpdmVyczEQMA4GA1UEChMHTW9uZ29EQjEWMBQGA1UE
|
4
|
-
BxMNTmV3IFlvcmsgQ2l0eTERMA8GA1UECBMITmV3IFlvcmsxCzAJBgNVBAYTAlVT
|
5
|
-
Fw0xOTAyMTQyMjE2NDJaFw0zOTAyMTQyMjE2NDJaoA8wDTALBgNVHRQEBAICEAEw
|
6
|
-
DQYJKoZIhvcNAQELBQADggEBAAZlakGW3JKfp6ZfMZqlyDvZZwXMYP4YEFT8ML81
|
7
|
-
vtOGyvDGqYVUCFSiXQK+pUaf9/TRijI5PH772hrD75/4n3t7tTLIvisJZTAFRXTd
|
8
|
-
UFM1jAvxPBaQ7/GIQIYOgsE5d5g9LIM4S9J2h3tUWMJOk2FR9a5J3BMfSHCl3OdQ
|
9
|
-
L7PXLq5EXc9NB871BQLB/O5IQyrDQUrB0gksFAryYGErZG39WrflB9Wdi5g5Vi4U
|
10
|
-
JcH7QQ3M7EnsWPHjO1qCUl1Q0B6aAtQRi+R8DDgWeAi7I77xIU/FcK8W2f1C5pjA
|
11
|
-
wLqusCP+pwuVidi9Rpsb687GnTEczdsdLn5RPWCQ0NT9lYY=
|
12
|
-
-----END X509 CRL-----
|
@@ -1,13 +0,0 @@
|
|
1
|
-
-----BEGIN X509 CRL-----
|
2
|
-
MIIB5zCB0AIBATANBgkqhkiG9w0BAQsFADB1MRcwFQYDVQQDEw5SdWJ5IERyaXZl
|
3
|
-
ciBDQTEQMA4GA1UECxMHRHJpdmVyczEQMA4GA1UEChMHTW9uZ29EQjEWMBQGA1UE
|
4
|
-
BxMNTmV3IFlvcmsgQ2l0eTERMA8GA1UECBMITmV3IFlvcmsxCzAJBgNVBAYTAlVT
|
5
|
-
Fw0xOTAyMTQyMjE4MjJaFw0zOTAyMTQyMjE4MjJaMBYwFAIDATMhFw0xOTAyMTQy
|
6
|
-
MjE3NDBaoA8wDTALBgNVHRQEBAICEAIwDQYJKoZIhvcNAQELBQADggEBABXDRWzZ
|
7
|
-
lkzXwgISQbBeg5+6hX9C3oPRXu83bVgs96tpR0H9Eb69cbDOAucPuZdwhwL4SOqO
|
8
|
-
1dNAjjpQt+yCvzkLKLVtXHe7ElFWDQkJKG22vUJ+fXGt9Yz+IhXW40wa+eZrHZ1n
|
9
|
-
BWl6AXx62cXQnTqmhEP0pz8YaVQXUpzqaCAg3CKzINllpIg5C5c380Hu4bZgWeIC
|
10
|
-
VtJtO+jYsYz2I9nd2Gqn+8l/1Py6a2Ju08RAW6EvQ1DRYjde/bDf06t5gdlAgfsC
|
11
|
-
n+NpGFfQNahgaMnZ02d9RG/1oUt2sx/wihXfepG2WXZG31WGurHAsEuF8Xy+41hw
|
12
|
-
s8Cbtws19Tn+YxU=
|
13
|
-
-----END X509 CRL-----
|