grpc 1.32.0 → 1.33.0.pre1
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of grpc might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/Makefile +175 -376
- data/include/grpc/grpc.h +0 -5
- data/include/grpc/grpc_security.h +16 -0
- data/include/grpc/impl/codegen/grpc_types.h +0 -5
- data/src/core/ext/filters/client_channel/client_channel.cc +204 -170
- data/src/core/ext/filters/client_channel/config_selector.cc +0 -4
- data/src/core/ext/filters/client_channel/config_selector.h +34 -5
- data/src/core/ext/filters/client_channel/lb_policy.h +1 -1
- data/src/core/ext/filters/client_channel/lb_policy/address_filtering.cc +48 -35
- data/src/core/ext/filters/client_channel/lb_policy/address_filtering.h +7 -5
- data/src/core/ext/filters/client_channel/lb_policy/child_policy_handler.cc +3 -2
- data/src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc +106 -106
- data/src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.cc +2 -2
- data/src/core/ext/filters/client_channel/lb_policy/priority/priority.cc +3 -3
- data/src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.cc +3 -3
- data/src/core/ext/filters/client_channel/lb_policy/subchannel_list.h +9 -32
- data/src/core/ext/filters/client_channel/lb_policy/weighted_target/weighted_target.cc +3 -3
- data/src/core/ext/filters/client_channel/lb_policy/xds/cds.cc +198 -126
- data/src/core/ext/filters/client_channel/lb_policy/xds/eds.cc +439 -249
- data/src/core/ext/filters/client_channel/lb_policy/xds/eds_drop.cc +571 -0
- data/src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_manager.cc +727 -0
- data/src/core/ext/filters/client_channel/lb_policy_registry.cc +8 -1
- data/src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc +1 -1
- data/src/core/ext/filters/client_channel/resolver/xds/xds_resolver.cc +553 -358
- data/src/core/ext/filters/client_channel/resolver/xds/xds_resolver.h +28 -0
- data/src/core/ext/filters/client_channel/resolver_result_parsing.cc +8 -39
- data/src/core/ext/filters/client_channel/resolver_result_parsing.h +4 -2
- data/src/core/ext/filters/client_channel/resolving_lb_policy.cc +44 -43
- data/src/core/ext/filters/client_channel/resolving_lb_policy.h +5 -9
- data/src/core/ext/filters/client_channel/server_address.cc +80 -0
- data/src/core/ext/filters/client_channel/server_address.h +25 -36
- data/src/core/ext/filters/client_channel/service_config.cc +16 -13
- data/src/core/ext/filters/client_channel/service_config.h +7 -4
- data/src/core/ext/filters/client_channel/service_config_channel_arg_filter.cc +2 -2
- data/src/core/ext/filters/client_channel/service_config_parser.cc +8 -6
- data/src/core/ext/filters/client_channel/service_config_parser.h +8 -5
- data/src/core/ext/filters/client_channel/subchannel_interface.h +44 -0
- data/src/core/ext/filters/message_size/message_size_filter.cc +2 -1
- data/src/core/ext/filters/message_size/message_size_filter.h +2 -1
- data/src/core/ext/transport/chttp2/transport/chttp2_transport.cc +17 -10
- data/src/core/ext/transport/chttp2/transport/flow_control.cc +10 -2
- data/src/core/ext/transport/chttp2/transport/flow_control.h +10 -0
- data/src/core/ext/transport/chttp2/transport/internal.h +5 -0
- data/src/core/ext/transport/chttp2/transport/parsing.cc +16 -2
- data/src/core/ext/upb-generated/envoy/config/accesslog/v3/accesslog.upb.c +29 -9
- data/src/core/ext/upb-generated/envoy/config/accesslog/v3/accesslog.upb.h +66 -0
- data/src/core/ext/upb-generated/envoy/config/cluster/v3/cluster.upb.c +123 -45
- data/src/core/ext/upb-generated/envoy/config/cluster/v3/cluster.upb.h +310 -53
- data/src/core/ext/upb-generated/envoy/config/core/v3/address.upb.c +17 -5
- data/src/core/ext/upb-generated/envoy/config/core/v3/address.upb.h +45 -0
- data/src/core/ext/upb-generated/envoy/config/core/v3/base.upb.c +1 -0
- data/src/core/ext/upb-generated/envoy/config/core/v3/config_source.upb.c +16 -9
- data/src/core/ext/upb-generated/envoy/config/core/v3/config_source.upb.h +38 -15
- data/src/core/ext/upb-generated/envoy/config/core/v3/extension.upb.c +53 -0
- data/src/core/ext/upb-generated/envoy/config/core/v3/extension.upb.h +133 -0
- data/src/core/ext/upb-generated/envoy/config/core/v3/grpc_service.upb.c +54 -8
- data/src/core/ext/upb-generated/envoy/config/core/v3/grpc_service.upb.h +123 -5
- data/src/core/ext/upb-generated/envoy/config/core/v3/protocol.upb.c +40 -16
- data/src/core/ext/upb-generated/envoy/config/core/v3/protocol.upb.h +114 -5
- data/src/core/ext/upb-generated/envoy/config/core/v3/substitution_format_string.upb.c +36 -0
- data/src/core/ext/upb-generated/envoy/config/core/v3/substitution_format_string.upb.h +85 -0
- data/src/core/ext/upb-generated/envoy/config/listener/v3/listener.upb.c +36 -16
- data/src/core/ext/upb-generated/envoy/config/listener/v3/listener.upb.h +86 -20
- data/src/core/ext/upb-generated/envoy/config/listener/v3/listener_components.upb.c +23 -6
- data/src/core/ext/upb-generated/envoy/config/listener/v3/listener_components.upb.h +54 -5
- data/src/core/ext/upb-generated/envoy/config/rbac/v3/rbac.upb.c +10 -6
- data/src/core/ext/upb-generated/envoy/config/rbac/v3/rbac.upb.h +28 -11
- data/src/core/ext/upb-generated/envoy/config/route/v3/route_components.upb.c +184 -57
- data/src/core/ext/upb-generated/envoy/config/route/v3/route_components.upb.h +504 -69
- data/src/core/ext/upb-generated/envoy/config/route/v3/scoped_route.upb.c +6 -5
- data/src/core/ext/upb-generated/envoy/config/route/v3/scoped_route.upb.h +11 -7
- data/src/core/ext/upb-generated/envoy/extensions/filters/network/http_connection_manager/v3/http_connection_manager.upb.c +78 -26
- data/src/core/ext/upb-generated/envoy/extensions/filters/network/http_connection_manager/v3/http_connection_manager.upb.h +236 -25
- data/src/core/ext/upb-generated/envoy/extensions/transport_sockets/tls/v3/common.upb.c +8 -9
- data/src/core/ext/upb-generated/envoy/extensions/transport_sockets/tls/v3/common.upb.h +19 -33
- data/src/core/ext/upb-generated/envoy/extensions/transport_sockets/tls/v3/secret.upb.c +7 -3
- data/src/core/ext/upb-generated/envoy/extensions/transport_sockets/tls/v3/secret.upb.h +16 -0
- data/src/core/ext/upb-generated/envoy/extensions/transport_sockets/tls/v3/tls.upb.c +65 -23
- data/src/core/ext/upb-generated/envoy/extensions/transport_sockets/tls/v3/tls.upb.h +229 -47
- data/src/core/ext/upb-generated/envoy/service/discovery/v3/discovery.upb.c +20 -10
- data/src/core/ext/upb-generated/envoy/service/discovery/v3/discovery.upb.h +67 -4
- data/src/core/ext/upb-generated/envoy/type/matcher/v3/string.upb.c +3 -2
- data/src/core/ext/upb-generated/envoy/type/matcher/v3/string.upb.h +6 -0
- data/src/core/ext/upb-generated/google/api/expr/v1alpha1/checked.upb.c +242 -0
- data/src/core/ext/upb-generated/google/api/expr/v1alpha1/checked.upb.h +753 -0
- data/src/core/ext/upb-generated/udpa/annotations/security.upb.c +31 -0
- data/src/core/ext/upb-generated/udpa/annotations/security.upb.h +57 -0
- data/src/core/ext/upb-generated/udpa/core/v1/authority.upb.c +28 -0
- data/src/core/ext/upb-generated/udpa/core/v1/authority.upb.h +53 -0
- data/src/core/ext/upb-generated/udpa/core/v1/collection_entry.upb.c +52 -0
- data/src/core/ext/upb-generated/udpa/core/v1/collection_entry.upb.h +129 -0
- data/src/core/ext/upb-generated/udpa/core/v1/context_params.upb.c +42 -0
- data/src/core/ext/upb-generated/udpa/core/v1/context_params.upb.h +77 -0
- data/src/core/ext/upb-generated/udpa/core/v1/resource.upb.c +36 -0
- data/src/core/ext/upb-generated/udpa/core/v1/resource.upb.h +85 -0
- data/src/core/ext/upb-generated/udpa/core/v1/resource_locator.upb.c +54 -0
- data/src/core/ext/upb-generated/udpa/core/v1/resource_locator.upb.h +160 -0
- data/src/core/ext/upb-generated/udpa/core/v1/resource_name.upb.c +36 -0
- data/src/core/ext/upb-generated/udpa/core/v1/resource_name.upb.h +84 -0
- data/src/core/ext/xds/certificate_provider_factory.h +59 -0
- data/src/core/ext/xds/certificate_provider_registry.cc +103 -0
- data/src/core/ext/xds/certificate_provider_registry.h +57 -0
- data/src/core/ext/xds/certificate_provider_store.h +50 -0
- data/src/core/ext/xds/google_mesh_ca_certificate_provider_factory.cc +377 -0
- data/src/core/ext/xds/google_mesh_ca_certificate_provider_factory.h +102 -0
- data/src/core/ext/xds/xds_api.cc +301 -93
- data/src/core/ext/xds/xds_api.h +129 -92
- data/src/core/ext/xds/xds_channel_args.h +6 -3
- data/src/core/ext/xds/xds_client.cc +498 -410
- data/src/core/ext/xds/xds_client.h +105 -51
- data/src/core/ext/xds/xds_client_stats.cc +18 -12
- data/src/core/ext/xds/xds_client_stats.h +33 -5
- data/src/core/lib/channel/channel_args.h +0 -1
- data/src/core/lib/channel/channelz.cc +10 -45
- data/src/core/lib/channel/channelz.h +11 -19
- data/src/core/lib/channel/channelz_registry.cc +12 -11
- data/src/core/lib/channel/channelz_registry.h +3 -0
- data/src/core/lib/gpr/time_precise.cc +2 -0
- data/src/core/lib/gpr/time_precise.h +6 -2
- data/src/core/lib/gprpp/dual_ref_counted.h +336 -0
- data/src/core/lib/gprpp/ref_counted.h +51 -22
- data/src/core/lib/gprpp/ref_counted_ptr.h +153 -0
- data/src/core/lib/iomgr/endpoint_cfstream.cc +9 -5
- data/src/core/lib/iomgr/exec_ctx.h +10 -8
- data/src/core/lib/json/json_util.cc +58 -0
- data/src/core/lib/json/json_util.h +37 -0
- data/src/core/lib/security/certificate_provider.h +60 -0
- data/src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.cc +321 -0
- data/src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.h +214 -0
- data/src/core/lib/security/credentials/xds/xds_credentials.cc +45 -0
- data/src/core/lib/security/credentials/xds/xds_credentials.h +51 -0
- data/src/core/lib/security/security_connector/fake/fake_security_connector.cc +6 -10
- data/src/core/lib/security/security_connector/ssl_utils.h +5 -0
- data/src/core/lib/surface/channel.cc +9 -31
- data/src/core/lib/surface/channel.h +6 -1
- data/src/core/lib/surface/init.cc +26 -9
- data/src/core/lib/surface/version.cc +2 -2
- data/src/core/lib/transport/bdp_estimator.h +2 -1
- data/src/core/lib/transport/connectivity_state.h +2 -2
- data/src/core/lib/transport/metadata.cc +11 -1
- data/src/core/plugin_registry/grpc_plugin_registry.cc +35 -20
- data/src/core/tsi/ssl_transport_security.cc +2 -2
- data/src/ruby/ext/grpc/rb_grpc_imports.generated.c +2 -2
- data/src/ruby/ext/grpc/rb_grpc_imports.generated.h +3 -3
- data/src/ruby/lib/grpc/version.rb +1 -1
- data/third_party/boringssl-with-bazel/err_data.c +465 -463
- data/third_party/boringssl-with-bazel/src/crypto/asn1/asn1_lib.c +0 -6
- data/third_party/boringssl-with-bazel/src/crypto/dsa/dsa.c +9 -43
- data/third_party/boringssl-with-bazel/src/crypto/dsa/dsa_asn1.c +55 -4
- data/third_party/boringssl-with-bazel/src/crypto/dsa/internal.h +34 -0
- data/third_party/boringssl-with-bazel/src/crypto/evp/evp.c +4 -0
- data/third_party/boringssl-with-bazel/src/crypto/evp/p_dsa_asn1.c +6 -2
- data/third_party/boringssl-with-bazel/src/crypto/fipsmodule/digest/digest.c +2 -0
- data/third_party/boringssl-with-bazel/src/crypto/fipsmodule/rsa/internal.h +4 -0
- data/third_party/boringssl-with-bazel/src/crypto/fipsmodule/rsa/rsa.c +30 -10
- data/third_party/boringssl-with-bazel/src/crypto/fipsmodule/rsa/rsa_impl.c +10 -15
- data/third_party/boringssl-with-bazel/src/crypto/hpke/hpke.c +98 -11
- data/third_party/boringssl-with-bazel/src/crypto/hpke/internal.h +51 -6
- data/third_party/boringssl-with-bazel/src/crypto/trust_token/internal.h +44 -2
- data/third_party/boringssl-with-bazel/src/crypto/trust_token/pmbtoken.c +221 -49
- data/third_party/boringssl-with-bazel/src/crypto/trust_token/trust_token.c +64 -20
- data/third_party/boringssl-with-bazel/src/crypto/x509/a_strex.c +3 -3
- data/third_party/boringssl-with-bazel/src/crypto/x509/algorithm.c +0 -8
- data/third_party/boringssl-with-bazel/src/crypto/x509/t_crl.c +3 -3
- data/third_party/boringssl-with-bazel/src/crypto/x509/t_x509.c +1 -1
- data/third_party/boringssl-with-bazel/src/crypto/x509/x509_cmp.c +7 -2
- data/third_party/boringssl-with-bazel/src/crypto/x509/x509_ext.c +21 -18
- data/third_party/boringssl-with-bazel/src/crypto/x509/x509_obj.c +1 -1
- data/third_party/boringssl-with-bazel/src/crypto/x509/x509_set.c +24 -3
- data/third_party/boringssl-with-bazel/src/crypto/x509/x509_trs.c +3 -3
- data/third_party/boringssl-with-bazel/src/crypto/x509/x509_txt.c +67 -67
- data/third_party/boringssl-with-bazel/src/crypto/x509/x509_v3.c +3 -3
- data/third_party/boringssl-with-bazel/src/crypto/x509/x509_vfy.c +29 -35
- data/third_party/boringssl-with-bazel/src/crypto/x509/x509cset.c +13 -2
- data/third_party/boringssl-with-bazel/src/crypto/x509/x509name.c +9 -8
- data/third_party/boringssl-with-bazel/src/crypto/x509/x_all.c +10 -10
- data/third_party/boringssl-with-bazel/src/crypto/x509/x_crl.c +2 -2
- data/third_party/boringssl-with-bazel/src/crypto/x509/x_name.c +28 -40
- data/third_party/boringssl-with-bazel/src/crypto/x509/x_x509.c +3 -1
- data/third_party/boringssl-with-bazel/src/crypto/x509v3/ext_dat.h +1 -4
- data/third_party/boringssl-with-bazel/src/crypto/x509v3/v3_conf.c +7 -3
- data/third_party/boringssl-with-bazel/src/crypto/x509v3/v3_genn.c +2 -2
- data/third_party/boringssl-with-bazel/src/crypto/x509v3/v3_info.c +1 -1
- data/third_party/boringssl-with-bazel/src/crypto/x509v3/v3_purp.c +55 -8
- data/third_party/boringssl-with-bazel/src/crypto/x509v3/v3_skey.c +1 -1
- data/third_party/boringssl-with-bazel/src/include/openssl/asn1.h +0 -1
- data/third_party/boringssl-with-bazel/src/include/openssl/base.h +1 -1
- data/third_party/boringssl-with-bazel/src/include/openssl/cipher.h +6 -0
- data/third_party/boringssl-with-bazel/src/include/openssl/crypto.h +1 -1
- data/third_party/boringssl-with-bazel/src/include/openssl/dh.h +12 -0
- data/third_party/boringssl-with-bazel/src/include/openssl/digest.h +9 -0
- data/third_party/boringssl-with-bazel/src/include/openssl/evp.h +4 -1
- data/third_party/boringssl-with-bazel/src/include/openssl/ssl.h +9 -2
- data/third_party/boringssl-with-bazel/src/include/openssl/trust_token.h +26 -6
- data/third_party/boringssl-with-bazel/src/include/openssl/x509.h +188 -78
- data/third_party/boringssl-with-bazel/src/include/openssl/x509v3.h +52 -43
- data/third_party/boringssl-with-bazel/src/ssl/handshake.cc +18 -18
- data/third_party/boringssl-with-bazel/src/ssl/handshake_client.cc +2 -3
- data/third_party/boringssl-with-bazel/src/ssl/handshake_server.cc +1 -1
- data/third_party/boringssl-with-bazel/src/ssl/internal.h +9 -9
- data/third_party/boringssl-with-bazel/src/ssl/ssl_cipher.cc +8 -9
- data/third_party/boringssl-with-bazel/src/ssl/tls13_both.cc +1 -2
- data/third_party/boringssl-with-bazel/src/ssl/tls13_client.cc +4 -8
- data/third_party/boringssl-with-bazel/src/ssl/tls13_server.cc +2 -2
- metadata +72 -42
- data/src/core/ext/filters/client_channel/lb_policy/xds/lrs.cc +0 -537
- data/src/core/ext/filters/client_channel/lb_policy/xds/xds_routing.cc +0 -1141
- data/src/core/ext/upb-generated/gogoproto/gogo.upb.c +0 -17
- data/src/core/ext/upb-generated/gogoproto/gogo.upb.h +0 -29
- data/src/core/ext/xds/xds_channel.h +0 -46
- data/src/core/ext/xds/xds_channel_secure.cc +0 -103
- data/third_party/boringssl-with-bazel/src/crypto/x509v3/v3_pku.c +0 -110
- data/third_party/boringssl-with-bazel/src/crypto/x509v3/v3_sxnet.c +0 -274
@@ -162,8 +162,8 @@ static unsigned long openssl_thread_id_cb(void) {
|
|
162
162
|
#endif
|
163
163
|
|
164
164
|
static void init_openssl(void) {
|
165
|
-
#if
|
166
|
-
OPENSSL_init_ssl(0,
|
165
|
+
#if OPENSSL_VERSION_NUMBER >= 0x10100000
|
166
|
+
OPENSSL_init_ssl(0, nullptr);
|
167
167
|
#else
|
168
168
|
SSL_library_init();
|
169
169
|
SSL_load_error_strings();
|
@@ -58,7 +58,6 @@ grpc_channel_num_external_connectivity_watchers_type grpc_channel_num_external_c
|
|
58
58
|
grpc_channel_watch_connectivity_state_type grpc_channel_watch_connectivity_state_import;
|
59
59
|
grpc_channel_support_connectivity_watcher_type grpc_channel_support_connectivity_watcher_import;
|
60
60
|
grpc_channel_create_call_type grpc_channel_create_call_import;
|
61
|
-
grpc_channel_ping_type grpc_channel_ping_import;
|
62
61
|
grpc_channel_register_call_type grpc_channel_register_call_import;
|
63
62
|
grpc_channel_create_registered_call_type grpc_channel_create_registered_call_import;
|
64
63
|
grpc_call_arena_alloc_type grpc_call_arena_alloc_import;
|
@@ -171,6 +170,7 @@ grpc_tls_key_materials_config_set_version_type grpc_tls_key_materials_config_set
|
|
171
170
|
grpc_tls_key_materials_config_get_version_type grpc_tls_key_materials_config_get_version_import;
|
172
171
|
grpc_tls_credential_reload_config_create_type grpc_tls_credential_reload_config_create_import;
|
173
172
|
grpc_tls_server_authorization_check_config_create_type grpc_tls_server_authorization_check_config_create_import;
|
173
|
+
grpc_xds_credentials_create_type grpc_xds_credentials_create_import;
|
174
174
|
grpc_raw_byte_buffer_create_type grpc_raw_byte_buffer_create_import;
|
175
175
|
grpc_raw_compressed_byte_buffer_create_type grpc_raw_compressed_byte_buffer_create_import;
|
176
176
|
grpc_byte_buffer_copy_type grpc_byte_buffer_copy_import;
|
@@ -332,7 +332,6 @@ void grpc_rb_load_imports(HMODULE library) {
|
|
332
332
|
grpc_channel_watch_connectivity_state_import = (grpc_channel_watch_connectivity_state_type) GetProcAddress(library, "grpc_channel_watch_connectivity_state");
|
333
333
|
grpc_channel_support_connectivity_watcher_import = (grpc_channel_support_connectivity_watcher_type) GetProcAddress(library, "grpc_channel_support_connectivity_watcher");
|
334
334
|
grpc_channel_create_call_import = (grpc_channel_create_call_type) GetProcAddress(library, "grpc_channel_create_call");
|
335
|
-
grpc_channel_ping_import = (grpc_channel_ping_type) GetProcAddress(library, "grpc_channel_ping");
|
336
335
|
grpc_channel_register_call_import = (grpc_channel_register_call_type) GetProcAddress(library, "grpc_channel_register_call");
|
337
336
|
grpc_channel_create_registered_call_import = (grpc_channel_create_registered_call_type) GetProcAddress(library, "grpc_channel_create_registered_call");
|
338
337
|
grpc_call_arena_alloc_import = (grpc_call_arena_alloc_type) GetProcAddress(library, "grpc_call_arena_alloc");
|
@@ -445,6 +444,7 @@ void grpc_rb_load_imports(HMODULE library) {
|
|
445
444
|
grpc_tls_key_materials_config_get_version_import = (grpc_tls_key_materials_config_get_version_type) GetProcAddress(library, "grpc_tls_key_materials_config_get_version");
|
446
445
|
grpc_tls_credential_reload_config_create_import = (grpc_tls_credential_reload_config_create_type) GetProcAddress(library, "grpc_tls_credential_reload_config_create");
|
447
446
|
grpc_tls_server_authorization_check_config_create_import = (grpc_tls_server_authorization_check_config_create_type) GetProcAddress(library, "grpc_tls_server_authorization_check_config_create");
|
447
|
+
grpc_xds_credentials_create_import = (grpc_xds_credentials_create_type) GetProcAddress(library, "grpc_xds_credentials_create");
|
448
448
|
grpc_raw_byte_buffer_create_import = (grpc_raw_byte_buffer_create_type) GetProcAddress(library, "grpc_raw_byte_buffer_create");
|
449
449
|
grpc_raw_compressed_byte_buffer_create_import = (grpc_raw_compressed_byte_buffer_create_type) GetProcAddress(library, "grpc_raw_compressed_byte_buffer_create");
|
450
450
|
grpc_byte_buffer_copy_import = (grpc_byte_buffer_copy_type) GetProcAddress(library, "grpc_byte_buffer_copy");
|
@@ -149,9 +149,6 @@ extern grpc_channel_support_connectivity_watcher_type grpc_channel_support_conne
|
|
149
149
|
typedef grpc_call*(*grpc_channel_create_call_type)(grpc_channel* channel, grpc_call* parent_call, uint32_t propagation_mask, grpc_completion_queue* completion_queue, grpc_slice method, const grpc_slice* host, gpr_timespec deadline, void* reserved);
|
150
150
|
extern grpc_channel_create_call_type grpc_channel_create_call_import;
|
151
151
|
#define grpc_channel_create_call grpc_channel_create_call_import
|
152
|
-
typedef void(*grpc_channel_ping_type)(grpc_channel* channel, grpc_completion_queue* cq, void* tag, void* reserved);
|
153
|
-
extern grpc_channel_ping_type grpc_channel_ping_import;
|
154
|
-
#define grpc_channel_ping grpc_channel_ping_import
|
155
152
|
typedef void*(*grpc_channel_register_call_type)(grpc_channel* channel, const char* method, const char* host, void* reserved);
|
156
153
|
extern grpc_channel_register_call_type grpc_channel_register_call_import;
|
157
154
|
#define grpc_channel_register_call grpc_channel_register_call_import
|
@@ -488,6 +485,9 @@ extern grpc_tls_credential_reload_config_create_type grpc_tls_credential_reload_
|
|
488
485
|
typedef grpc_tls_server_authorization_check_config*(*grpc_tls_server_authorization_check_config_create_type)(const void* config_user_data, int (*schedule)(void* config_user_data, grpc_tls_server_authorization_check_arg* arg), void (*cancel)(void* config_user_data, grpc_tls_server_authorization_check_arg* arg), void (*destruct)(void* config_user_data));
|
489
486
|
extern grpc_tls_server_authorization_check_config_create_type grpc_tls_server_authorization_check_config_create_import;
|
490
487
|
#define grpc_tls_server_authorization_check_config_create grpc_tls_server_authorization_check_config_create_import
|
488
|
+
typedef grpc_channel_credentials*(*grpc_xds_credentials_create_type)(grpc_channel_credentials* fallback_credentials);
|
489
|
+
extern grpc_xds_credentials_create_type grpc_xds_credentials_create_import;
|
490
|
+
#define grpc_xds_credentials_create grpc_xds_credentials_create_import
|
491
491
|
typedef grpc_byte_buffer*(*grpc_raw_byte_buffer_create_type)(grpc_slice* slices, size_t nslices);
|
492
492
|
extern grpc_raw_byte_buffer_create_type grpc_raw_byte_buffer_create_import;
|
493
493
|
#define grpc_raw_byte_buffer_create grpc_raw_byte_buffer_create_import
|
@@ -76,54 +76,54 @@ const uint32_t kOpenSSLReasonValues[] = {
|
|
76
76
|
0xc3b00ea,
|
77
77
|
0xc3b88d6,
|
78
78
|
0x10320847,
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
79
|
+
0x103295a9,
|
80
|
+
0x103315b5,
|
81
|
+
0x103395ce,
|
82
|
+
0x103415e1,
|
83
83
|
0x10348f27,
|
84
84
|
0x10350c60,
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
85
|
+
0x103595f4,
|
86
|
+
0x1036161e,
|
87
|
+
0x10369631,
|
88
|
+
0x10371650,
|
89
|
+
0x10379669,
|
90
|
+
0x1038167e,
|
91
|
+
0x1038969c,
|
92
|
+
0x103916ab,
|
93
|
+
0x103996c7,
|
94
|
+
0x103a16e2,
|
95
|
+
0x103a96f1,
|
96
|
+
0x103b170d,
|
97
|
+
0x103b9728,
|
98
|
+
0x103c174e,
|
99
99
|
0x103c80ea,
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
100
|
+
0x103d175f,
|
101
|
+
0x103d9773,
|
102
|
+
0x103e1792,
|
103
|
+
0x103e97a1,
|
104
|
+
0x103f17b8,
|
105
|
+
0x103f97cb,
|
106
106
|
0x10400c24,
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
107
|
+
0x104097de,
|
108
|
+
0x104117fc,
|
109
|
+
0x1041980f,
|
110
|
+
0x10421829,
|
111
|
+
0x10429839,
|
112
|
+
0x1043184d,
|
113
|
+
0x10439863,
|
114
|
+
0x1044187b,
|
115
|
+
0x10449890,
|
116
|
+
0x104518a4,
|
117
|
+
0x104598b6,
|
118
118
|
0x104605fd,
|
119
119
|
0x1046894f,
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
120
|
+
0x104718cb,
|
121
|
+
0x104798e2,
|
122
|
+
0x104818f7,
|
123
|
+
0x10489905,
|
124
124
|
0x10490e73,
|
125
|
-
|
126
|
-
|
125
|
+
0x1049973f,
|
126
|
+
0x104a1609,
|
127
127
|
0x14320c07,
|
128
128
|
0x14328c15,
|
129
129
|
0x14330c24,
|
@@ -136,53 +136,54 @@ const uint32_t kOpenSSLReasonValues[] = {
|
|
136
136
|
0x18338f93,
|
137
137
|
0x18340fa7,
|
138
138
|
0x183480ea,
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
139
|
+
0x18350fc6,
|
140
|
+
0x18358fde,
|
141
|
+
0x18360ff3,
|
142
|
+
0x18369007,
|
143
|
+
0x1837102b,
|
144
|
+
0x18379041,
|
145
|
+
0x18381055,
|
146
|
+
0x18389065,
|
147
147
|
0x18390a75,
|
148
|
-
|
149
|
-
|
150
|
-
|
148
|
+
0x18399075,
|
149
|
+
0x183a109b,
|
150
|
+
0x183a90c1,
|
151
151
|
0x183b0c7f,
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
152
|
+
0x183b9110,
|
153
|
+
0x183c1122,
|
154
|
+
0x183c912d,
|
155
|
+
0x183d113d,
|
156
|
+
0x183d914e,
|
157
|
+
0x183e115f,
|
158
|
+
0x183e9171,
|
159
|
+
0x183f119a,
|
160
|
+
0x183f91b3,
|
161
|
+
0x184011cb,
|
162
162
|
0x184086d5,
|
163
|
-
|
164
|
-
|
165
|
-
|
163
|
+
0x184110e4,
|
164
|
+
0x184190af,
|
165
|
+
0x184210ce,
|
166
166
|
0x18428c6c,
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
167
|
+
0x1843108a,
|
168
|
+
0x184390f6,
|
169
|
+
0x18440fbc,
|
170
|
+
0x20321205,
|
171
|
+
0x203291f2,
|
172
|
+
0x24321211,
|
172
173
|
0x24328995,
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
174
|
+
0x24331223,
|
175
|
+
0x24339230,
|
176
|
+
0x2434123d,
|
177
|
+
0x2434924f,
|
178
|
+
0x2435125e,
|
179
|
+
0x2435927b,
|
180
|
+
0x24361288,
|
181
|
+
0x24369296,
|
182
|
+
0x243712a4,
|
183
|
+
0x243792b2,
|
184
|
+
0x243812bb,
|
185
|
+
0x243892c8,
|
186
|
+
0x243912db,
|
186
187
|
0x28320c54,
|
187
188
|
0x28328c7f,
|
188
189
|
0x28330c24,
|
@@ -191,47 +192,47 @@ const uint32_t kOpenSSLReasonValues[] = {
|
|
191
192
|
0x283480ac,
|
192
193
|
0x283500ea,
|
193
194
|
0x28358c6c,
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
195
|
+
0x2c323095,
|
196
|
+
0x2c3292f2,
|
197
|
+
0x2c3330a3,
|
198
|
+
0x2c33b0b5,
|
199
|
+
0x2c3430c9,
|
200
|
+
0x2c34b0db,
|
201
|
+
0x2c3530f6,
|
202
|
+
0x2c35b108,
|
203
|
+
0x2c363138,
|
203
204
|
0x2c36832d,
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
205
|
+
0x2c373145,
|
206
|
+
0x2c37b171,
|
207
|
+
0x2c383196,
|
208
|
+
0x2c38b1ad,
|
209
|
+
0x2c3931cb,
|
210
|
+
0x2c39b1db,
|
211
|
+
0x2c3a31ed,
|
212
|
+
0x2c3ab201,
|
213
|
+
0x2c3b3212,
|
214
|
+
0x2c3bb231,
|
215
|
+
0x2c3c1304,
|
216
|
+
0x2c3c931a,
|
217
|
+
0x2c3d3245,
|
218
|
+
0x2c3d9333,
|
219
|
+
0x2c3e3262,
|
220
|
+
0x2c3eb270,
|
221
|
+
0x2c3f3288,
|
222
|
+
0x2c3fb2a0,
|
223
|
+
0x2c4032ca,
|
224
|
+
0x2c409205,
|
225
|
+
0x2c4132db,
|
226
|
+
0x2c41b2ee,
|
227
|
+
0x2c4211cb,
|
228
|
+
0x2c42b2ff,
|
228
229
|
0x2c430722,
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
230
|
+
0x2c43b223,
|
231
|
+
0x2c443184,
|
232
|
+
0x2c44b2ad,
|
233
|
+
0x2c45311b,
|
234
|
+
0x2c45b157,
|
235
|
+
0x2c4631bb,
|
235
236
|
0x30320000,
|
236
237
|
0x30328015,
|
237
238
|
0x3033001f,
|
@@ -366,246 +367,246 @@ const uint32_t kOpenSSLReasonValues[] = {
|
|
366
367
|
0x3c418d67,
|
367
368
|
0x3c420e73,
|
368
369
|
0x3c428dfd,
|
369
|
-
|
370
|
-
|
371
|
-
|
372
|
-
|
373
|
-
|
374
|
-
|
375
|
-
|
376
|
-
|
377
|
-
|
378
|
-
|
379
|
-
|
380
|
-
|
381
|
-
|
382
|
-
|
370
|
+
0x4032197b,
|
371
|
+
0x40329991,
|
372
|
+
0x403319bf,
|
373
|
+
0x403399c9,
|
374
|
+
0x403419e0,
|
375
|
+
0x403499fe,
|
376
|
+
0x40351a0e,
|
377
|
+
0x40359a20,
|
378
|
+
0x40361a2d,
|
379
|
+
0x40369a39,
|
380
|
+
0x40371a4e,
|
381
|
+
0x40379a60,
|
382
|
+
0x40381a6b,
|
383
|
+
0x40389a7d,
|
383
384
|
0x40390f27,
|
384
|
-
|
385
|
-
|
386
|
-
|
387
|
-
|
388
|
-
|
385
|
+
0x40399a8d,
|
386
|
+
0x403a1aa0,
|
387
|
+
0x403a9ac1,
|
388
|
+
0x403b1ad2,
|
389
|
+
0x403b9ae2,
|
389
390
|
0x403c0064,
|
390
391
|
0x403c8083,
|
391
|
-
|
392
|
-
|
393
|
-
|
394
|
-
|
395
|
-
|
396
|
-
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
|
392
|
+
0x403d1b43,
|
393
|
+
0x403d9b59,
|
394
|
+
0x403e1b68,
|
395
|
+
0x403e9ba0,
|
396
|
+
0x403f1bba,
|
397
|
+
0x403f9be2,
|
398
|
+
0x40401bf7,
|
399
|
+
0x40409c0b,
|
400
|
+
0x40411c46,
|
401
|
+
0x40419c61,
|
402
|
+
0x40421c7a,
|
403
|
+
0x40429c8d,
|
404
|
+
0x40431ca1,
|
405
|
+
0x40439cb9,
|
406
|
+
0x40441cd0,
|
406
407
|
0x404480ac,
|
407
|
-
|
408
|
-
|
409
|
-
|
410
|
-
|
411
|
-
|
412
|
-
|
413
|
-
|
414
|
-
|
415
|
-
|
416
|
-
|
417
|
-
|
418
|
-
|
419
|
-
|
420
|
-
|
421
|
-
|
422
|
-
|
423
|
-
|
424
|
-
|
425
|
-
|
426
|
-
|
427
|
-
|
428
|
-
|
429
|
-
|
430
|
-
|
431
|
-
|
432
|
-
|
433
|
-
|
434
|
-
|
435
|
-
|
436
|
-
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
|
441
|
-
|
442
|
-
|
443
|
-
|
444
|
-
|
445
|
-
|
446
|
-
|
447
|
-
|
448
|
-
|
449
|
-
|
450
|
-
|
451
|
-
|
452
|
-
|
453
|
-
|
454
|
-
|
455
|
-
|
456
|
-
|
408
|
+
0x40451ce5,
|
409
|
+
0x40459cf7,
|
410
|
+
0x40461d1b,
|
411
|
+
0x40469d3b,
|
412
|
+
0x40471d49,
|
413
|
+
0x40479d70,
|
414
|
+
0x40481de1,
|
415
|
+
0x40489e14,
|
416
|
+
0x40491e2b,
|
417
|
+
0x40499e45,
|
418
|
+
0x404a1e5c,
|
419
|
+
0x404a9e7a,
|
420
|
+
0x404b1e92,
|
421
|
+
0x404b9ebf,
|
422
|
+
0x404c1ed5,
|
423
|
+
0x404c9ee7,
|
424
|
+
0x404d1f08,
|
425
|
+
0x404d9f41,
|
426
|
+
0x404e1f55,
|
427
|
+
0x404e9f62,
|
428
|
+
0x404f1fa9,
|
429
|
+
0x404f9fef,
|
430
|
+
0x40502046,
|
431
|
+
0x4050a05a,
|
432
|
+
0x4051208d,
|
433
|
+
0x405220aa,
|
434
|
+
0x4052a0ce,
|
435
|
+
0x405320e6,
|
436
|
+
0x4053a0f9,
|
437
|
+
0x4054210e,
|
438
|
+
0x4054a131,
|
439
|
+
0x4055213f,
|
440
|
+
0x4055a17c,
|
441
|
+
0x40562189,
|
442
|
+
0x4056a1a2,
|
443
|
+
0x405721ba,
|
444
|
+
0x4057a1cd,
|
445
|
+
0x405821e2,
|
446
|
+
0x4058a209,
|
447
|
+
0x40592238,
|
448
|
+
0x4059a265,
|
449
|
+
0x405a2279,
|
450
|
+
0x405aa289,
|
451
|
+
0x405b22a1,
|
452
|
+
0x405ba2b2,
|
453
|
+
0x405c22c5,
|
454
|
+
0x405ca304,
|
455
|
+
0x405d2311,
|
456
|
+
0x405da336,
|
457
|
+
0x405e2374,
|
457
458
|
0x405e8ab3,
|
458
|
-
|
459
|
-
|
460
|
-
|
461
|
-
|
462
|
-
|
463
|
-
|
464
|
-
|
465
|
-
|
466
|
-
|
467
|
-
|
468
|
-
|
469
|
-
|
470
|
-
|
471
|
-
|
472
|
-
|
473
|
-
|
474
|
-
|
475
|
-
|
476
|
-
|
477
|
-
|
478
|
-
|
479
|
-
|
480
|
-
|
481
|
-
|
482
|
-
|
483
|
-
|
484
|
-
|
485
|
-
|
486
|
-
|
487
|
-
|
488
|
-
|
489
|
-
|
490
|
-
|
491
|
-
|
492
|
-
|
493
|
-
|
459
|
+
0x405f2395,
|
460
|
+
0x405fa3a2,
|
461
|
+
0x406023b0,
|
462
|
+
0x4060a3d2,
|
463
|
+
0x40612433,
|
464
|
+
0x4061a46b,
|
465
|
+
0x40622482,
|
466
|
+
0x4062a493,
|
467
|
+
0x406324e0,
|
468
|
+
0x4063a4f5,
|
469
|
+
0x4064250c,
|
470
|
+
0x4064a538,
|
471
|
+
0x40652553,
|
472
|
+
0x4065a56a,
|
473
|
+
0x40662582,
|
474
|
+
0x4066a5ac,
|
475
|
+
0x406725d7,
|
476
|
+
0x4067a61c,
|
477
|
+
0x40682664,
|
478
|
+
0x4068a685,
|
479
|
+
0x406926b7,
|
480
|
+
0x4069a6e5,
|
481
|
+
0x406a2706,
|
482
|
+
0x406aa726,
|
483
|
+
0x406b28ae,
|
484
|
+
0x406ba8d1,
|
485
|
+
0x406c28e7,
|
486
|
+
0x406cabd8,
|
487
|
+
0x406d2c07,
|
488
|
+
0x406dac2f,
|
489
|
+
0x406e2c5d,
|
490
|
+
0x406eacaa,
|
491
|
+
0x406f2d03,
|
492
|
+
0x406fad3b,
|
493
|
+
0x40702d4e,
|
494
|
+
0x4070ad6b,
|
494
495
|
0x40710802,
|
495
|
-
|
496
|
-
|
497
|
-
|
498
|
-
|
499
|
-
|
500
|
-
|
501
|
-
|
502
|
-
|
503
|
-
|
504
|
-
|
505
|
-
|
506
|
-
|
507
|
-
|
508
|
-
|
509
|
-
|
510
|
-
|
511
|
-
|
512
|
-
|
513
|
-
|
514
|
-
|
515
|
-
|
516
|
-
|
517
|
-
|
518
|
-
|
519
|
-
|
520
|
-
|
521
|
-
|
522
|
-
|
523
|
-
|
524
|
-
|
525
|
-
|
526
|
-
|
527
|
-
|
528
|
-
|
529
|
-
|
530
|
-
|
531
|
-
|
532
|
-
|
533
|
-
|
534
|
-
|
535
|
-
|
536
|
-
|
537
|
-
|
538
|
-
|
539
|
-
|
540
|
-
|
541
|
-
|
542
|
-
|
543
|
-
|
544
|
-
|
545
|
-
|
546
|
-
|
547
|
-
|
548
|
-
|
549
|
-
|
550
|
-
|
551
|
-
|
552
|
-
|
553
|
-
|
554
|
-
|
555
|
-
|
556
|
-
|
557
|
-
|
558
|
-
|
559
|
-
|
560
|
-
|
561
|
-
|
562
|
-
|
563
|
-
|
564
|
-
|
565
|
-
|
566
|
-
|
567
|
-
|
568
|
-
|
569
|
-
|
570
|
-
|
571
|
-
|
572
|
-
|
573
|
-
|
574
|
-
|
575
|
-
|
576
|
-
|
577
|
-
|
578
|
-
|
579
|
-
|
580
|
-
|
581
|
-
|
582
|
-
|
583
|
-
|
584
|
-
|
585
|
-
|
586
|
-
|
587
|
-
|
588
|
-
|
589
|
-
|
590
|
-
|
591
|
-
|
592
|
-
|
593
|
-
|
594
|
-
|
595
|
-
|
596
|
-
|
597
|
-
|
598
|
-
|
599
|
-
|
600
|
-
|
601
|
-
|
602
|
-
|
603
|
-
|
604
|
-
|
605
|
-
|
606
|
-
|
607
|
-
|
608
|
-
|
496
|
+
0x4071ad7d,
|
497
|
+
0x40722d90,
|
498
|
+
0x4072adc6,
|
499
|
+
0x40732dde,
|
500
|
+
0x40739504,
|
501
|
+
0x40742df2,
|
502
|
+
0x4074ae0c,
|
503
|
+
0x40752e1d,
|
504
|
+
0x4075ae31,
|
505
|
+
0x40762e3f,
|
506
|
+
0x407692c8,
|
507
|
+
0x40772e64,
|
508
|
+
0x4077ae86,
|
509
|
+
0x40782ea1,
|
510
|
+
0x4078aeda,
|
511
|
+
0x40792ef1,
|
512
|
+
0x4079af07,
|
513
|
+
0x407a2f33,
|
514
|
+
0x407aaf46,
|
515
|
+
0x407b2f5b,
|
516
|
+
0x407baf6d,
|
517
|
+
0x407c2f9e,
|
518
|
+
0x407cafa7,
|
519
|
+
0x407d26a0,
|
520
|
+
0x407d9fff,
|
521
|
+
0x407e2eb6,
|
522
|
+
0x407ea219,
|
523
|
+
0x407f1d5d,
|
524
|
+
0x407f9ea9,
|
525
|
+
0x40801fb9,
|
526
|
+
0x40809d85,
|
527
|
+
0x408120bc,
|
528
|
+
0x40819f93,
|
529
|
+
0x40822c48,
|
530
|
+
0x40829aee,
|
531
|
+
0x408321f4,
|
532
|
+
0x4083a51d,
|
533
|
+
0x40841d99,
|
534
|
+
0x4084a251,
|
535
|
+
0x408522d6,
|
536
|
+
0x4085a3fa,
|
537
|
+
0x40862356,
|
538
|
+
0x4086a019,
|
539
|
+
0x40872c8e,
|
540
|
+
0x4087a448,
|
541
|
+
0x40881b2c,
|
542
|
+
0x4088a62f,
|
543
|
+
0x40891b7b,
|
544
|
+
0x40899b08,
|
545
|
+
0x408a291f,
|
546
|
+
0x408a991c,
|
547
|
+
0x408b2f82,
|
548
|
+
0x408bad18,
|
549
|
+
0x408c22e6,
|
550
|
+
0x408c9938,
|
551
|
+
0x408d1dfa,
|
552
|
+
0x408d9dcb,
|
553
|
+
0x408e1f2a,
|
554
|
+
0x408ea15c,
|
555
|
+
0x408f2643,
|
556
|
+
0x408fa416,
|
557
|
+
0x409025f8,
|
558
|
+
0x4090a328,
|
559
|
+
0x40912907,
|
560
|
+
0x4091995e,
|
561
|
+
0x40921bc8,
|
562
|
+
0x4092acc9,
|
563
|
+
0x40932da9,
|
564
|
+
0x4093a02a,
|
565
|
+
0x40941dad,
|
566
|
+
0x4094a938,
|
567
|
+
0x409524a4,
|
568
|
+
0x4095af13,
|
569
|
+
0x40962c75,
|
570
|
+
0x40969fd2,
|
571
|
+
0x40972075,
|
572
|
+
0x40979f79,
|
573
|
+
0x40981c28,
|
574
|
+
0x4098a4b8,
|
575
|
+
0x40992ce5,
|
576
|
+
0x4099a09d,
|
577
|
+
0x41f427d9,
|
578
|
+
0x41f9286b,
|
579
|
+
0x41fe275e,
|
580
|
+
0x41feaa14,
|
581
|
+
0x41ff2b29,
|
582
|
+
0x420327f2,
|
583
|
+
0x42082814,
|
584
|
+
0x4208a850,
|
585
|
+
0x42092742,
|
586
|
+
0x4209a88a,
|
587
|
+
0x420a2799,
|
588
|
+
0x420aa779,
|
589
|
+
0x420b27b9,
|
590
|
+
0x420ba832,
|
591
|
+
0x420c2b45,
|
592
|
+
0x420ca948,
|
593
|
+
0x420d29fb,
|
594
|
+
0x420daa32,
|
595
|
+
0x42122a4c,
|
596
|
+
0x42172b0c,
|
597
|
+
0x4217aa8e,
|
598
|
+
0x421c2ab0,
|
599
|
+
0x421f2a6b,
|
600
|
+
0x42212bbd,
|
601
|
+
0x42262aef,
|
602
|
+
0x422b2b9b,
|
603
|
+
0x422ba9d6,
|
604
|
+
0x422c2b7d,
|
605
|
+
0x422ca989,
|
606
|
+
0x422d2962,
|
607
|
+
0x422dab5c,
|
608
|
+
0x422e29b5,
|
609
|
+
0x42302acb,
|
609
610
|
0x4432072d,
|
610
611
|
0x4432873c,
|
611
612
|
0x44330748,
|
@@ -623,106 +624,106 @@ const uint32_t kOpenSSLReasonValues[] = {
|
|
623
624
|
0x44390802,
|
624
625
|
0x44398810,
|
625
626
|
0x443a0823,
|
626
|
-
|
627
|
-
|
628
|
-
|
629
|
-
|
630
|
-
|
631
|
-
|
632
|
-
|
633
|
-
|
627
|
+
0x483212f2,
|
628
|
+
0x48329304,
|
629
|
+
0x4833131a,
|
630
|
+
0x48339333,
|
631
|
+
0x4c321358,
|
632
|
+
0x4c329368,
|
633
|
+
0x4c33137b,
|
634
|
+
0x4c33939b,
|
634
635
|
0x4c3400ac,
|
635
636
|
0x4c3480ea,
|
636
|
-
|
637
|
-
|
638
|
-
|
639
|
-
|
640
|
-
|
641
|
-
|
642
|
-
|
643
|
-
|
644
|
-
|
645
|
-
|
646
|
-
|
647
|
-
|
637
|
+
0x4c3513a7,
|
638
|
+
0x4c3593b5,
|
639
|
+
0x4c3613d1,
|
640
|
+
0x4c3693f7,
|
641
|
+
0x4c371406,
|
642
|
+
0x4c379414,
|
643
|
+
0x4c381429,
|
644
|
+
0x4c389435,
|
645
|
+
0x4c391455,
|
646
|
+
0x4c39947f,
|
647
|
+
0x4c3a1498,
|
648
|
+
0x4c3a94b1,
|
648
649
|
0x4c3b05fd,
|
649
|
-
|
650
|
-
|
651
|
-
|
652
|
-
|
650
|
+
0x4c3b94ca,
|
651
|
+
0x4c3c14dc,
|
652
|
+
0x4c3c94eb,
|
653
|
+
0x4c3d1504,
|
653
654
|
0x4c3d8c47,
|
654
|
-
|
655
|
-
|
656
|
-
|
657
|
-
|
658
|
-
|
659
|
-
|
660
|
-
|
661
|
-
|
662
|
-
|
663
|
-
|
664
|
-
|
665
|
-
|
666
|
-
|
667
|
-
|
668
|
-
|
669
|
-
|
670
|
-
|
671
|
-
|
672
|
-
|
673
|
-
|
674
|
-
|
675
|
-
|
676
|
-
|
677
|
-
|
678
|
-
|
679
|
-
|
680
|
-
|
681
|
-
|
682
|
-
|
683
|
-
|
684
|
-
|
685
|
-
|
686
|
-
|
687
|
-
|
688
|
-
|
689
|
-
|
655
|
+
0x4c3e1571,
|
656
|
+
0x4c3e9513,
|
657
|
+
0x4c3f1593,
|
658
|
+
0x4c3f92c8,
|
659
|
+
0x4c401529,
|
660
|
+
0x4c409344,
|
661
|
+
0x4c411561,
|
662
|
+
0x4c4193e4,
|
663
|
+
0x4c42154d,
|
664
|
+
0x50323311,
|
665
|
+
0x5032b320,
|
666
|
+
0x5033332b,
|
667
|
+
0x5033b33b,
|
668
|
+
0x50343354,
|
669
|
+
0x5034b36e,
|
670
|
+
0x5035337c,
|
671
|
+
0x5035b392,
|
672
|
+
0x503633a4,
|
673
|
+
0x5036b3ba,
|
674
|
+
0x503733d3,
|
675
|
+
0x5037b3e6,
|
676
|
+
0x503833fe,
|
677
|
+
0x5038b40f,
|
678
|
+
0x50393424,
|
679
|
+
0x5039b438,
|
680
|
+
0x503a3458,
|
681
|
+
0x503ab46e,
|
682
|
+
0x503b3486,
|
683
|
+
0x503bb498,
|
684
|
+
0x503c34b4,
|
685
|
+
0x503cb4cb,
|
686
|
+
0x503d34e4,
|
687
|
+
0x503db4fa,
|
688
|
+
0x503e3507,
|
689
|
+
0x503eb51d,
|
690
|
+
0x503f352f,
|
690
691
|
0x503f837b,
|
691
|
-
|
692
|
-
|
693
|
-
|
694
|
-
|
695
|
-
|
696
|
-
|
697
|
-
|
698
|
-
|
699
|
-
|
692
|
+
0x50403542,
|
693
|
+
0x5040b552,
|
694
|
+
0x5041356c,
|
695
|
+
0x5041b57b,
|
696
|
+
0x50423595,
|
697
|
+
0x5042b5b2,
|
698
|
+
0x504335c2,
|
699
|
+
0x5043b5d2,
|
700
|
+
0x504435e1,
|
700
701
|
0x50448431,
|
701
|
-
|
702
|
-
|
703
|
-
|
704
|
-
|
705
|
-
|
706
|
-
|
707
|
-
|
708
|
-
|
709
|
-
|
710
|
-
|
711
|
-
|
712
|
-
|
713
|
-
|
714
|
-
|
715
|
-
|
716
|
-
|
717
|
-
|
718
|
-
|
719
|
-
|
720
|
-
|
721
|
-
|
722
|
-
|
723
|
-
|
702
|
+
0x504535f5,
|
703
|
+
0x5045b613,
|
704
|
+
0x50463626,
|
705
|
+
0x5046b63c,
|
706
|
+
0x5047364e,
|
707
|
+
0x5047b663,
|
708
|
+
0x50483689,
|
709
|
+
0x5048b697,
|
710
|
+
0x504936aa,
|
711
|
+
0x5049b6bf,
|
712
|
+
0x504a36d5,
|
713
|
+
0x504ab6e5,
|
714
|
+
0x504b3705,
|
715
|
+
0x504bb718,
|
716
|
+
0x504c373b,
|
717
|
+
0x504cb769,
|
718
|
+
0x504d377b,
|
719
|
+
0x504db798,
|
720
|
+
0x504e37b3,
|
721
|
+
0x504eb7cf,
|
722
|
+
0x504f37e1,
|
723
|
+
0x504fb7f8,
|
724
|
+
0x50503807,
|
724
725
|
0x505086f1,
|
725
|
-
|
726
|
+
0x5051381a,
|
726
727
|
0x58320f65,
|
727
728
|
0x68320f27,
|
728
729
|
0x68328c7f,
|
@@ -763,22 +764,22 @@ const uint32_t kOpenSSLReasonValues[] = {
|
|
763
764
|
0x783d8b4c,
|
764
765
|
0x783e0aa2,
|
765
766
|
0x783e8a54,
|
766
|
-
|
767
|
-
|
767
|
+
0x7c3211e1,
|
768
|
+
0x803213f7,
|
768
769
|
0x80328083,
|
769
|
-
|
770
|
+
0x80333064,
|
770
771
|
0x803380ac,
|
771
|
-
|
772
|
-
|
773
|
-
|
774
|
-
|
775
|
-
|
776
|
-
|
777
|
-
|
778
|
-
|
779
|
-
|
780
|
-
|
781
|
-
|
772
|
+
0x80343073,
|
773
|
+
0x8034afdb,
|
774
|
+
0x80352ff9,
|
775
|
+
0x8035b087,
|
776
|
+
0x8036303b,
|
777
|
+
0x8036afea,
|
778
|
+
0x8037302d,
|
779
|
+
0x8037afc8,
|
780
|
+
0x8038304e,
|
781
|
+
0x8038b00a,
|
782
|
+
0x8039301f,
|
782
783
|
};
|
783
784
|
|
784
785
|
const size_t kOpenSSLReasonValuesLen = sizeof(kOpenSSLReasonValues) / sizeof(kOpenSSLReasonValues[0]);
|
@@ -994,6 +995,7 @@ const char kOpenSSLReasonStringData[] =
|
|
994
995
|
"COMMAND_NOT_SUPPORTED\0"
|
995
996
|
"DIFFERENT_KEY_TYPES\0"
|
996
997
|
"DIFFERENT_PARAMETERS\0"
|
998
|
+
"EMPTY_PSK\0"
|
997
999
|
"EXPECTING_AN_EC_KEY_KEY\0"
|
998
1000
|
"EXPECTING_AN_RSA_KEY\0"
|
999
1001
|
"EXPECTING_A_DSA_KEY\0"
|