grpc 1.80.0 → 1.81.0
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/Makefile +301 -292
- data/include/grpc/context_types.h +28 -0
- data/include/grpc/credentials.h +11 -0
- data/include/grpc/grpc_security_constants.h +12 -0
- data/include/grpc/module.modulemap +1 -0
- data/src/core/call/call_spine.h +29 -6
- data/src/core/call/client_call.cc +2 -2
- data/src/core/call/client_call.h +6 -0
- data/src/core/call/interception_chain.h +12 -1
- data/src/core/call/metadata_batch.h +37 -2
- data/src/core/call/server_call.h +4 -0
- data/src/core/client_channel/client_channel.cc +2 -1
- data/src/core/client_channel/client_channel_filter.cc +2 -2
- data/src/core/credentials/transport/tls/grpc_tls_credentials_options.cc +8 -0
- data/src/core/credentials/transport/tls/grpc_tls_credentials_options.h +9 -2
- data/src/core/credentials/transport/tls/ssl_utils.cc +4 -0
- data/src/core/credentials/transport/tls/ssl_utils.h +3 -0
- data/src/core/credentials/transport/tls/tls_security_connector.cc +3 -2
- data/src/core/ext/filters/http/client_authority_filter.cc +4 -0
- data/src/core/ext/filters/http/http_filters_plugin.cc +6 -0
- data/src/core/ext/transport/chttp2/server/chttp2_server.cc +1 -1
- data/src/core/ext/transport/chttp2/transport/chttp2_transport.cc +7 -0
- data/src/core/ext/transport/chttp2/transport/frame.cc +1 -1
- data/src/core/ext/transport/chttp2/transport/frame.h +1 -1
- data/src/core/ext/transport/chttp2/transport/frame_security.cc +3 -1
- data/src/core/ext/transport/chttp2/transport/header_assembler.h +8 -8
- data/src/core/ext/transport/chttp2/transport/http2_client_transport.cc +112 -155
- data/src/core/ext/transport/chttp2/transport/http2_client_transport.h +38 -37
- data/src/core/ext/transport/chttp2/transport/http2_settings_promises.h +11 -1
- data/src/core/ext/transport/chttp2/transport/http2_transport.cc +0 -38
- data/src/core/ext/transport/chttp2/transport/http2_transport.h +30 -37
- data/src/core/ext/transport/chttp2/transport/incoming_metadata_tracker.h +74 -5
- data/src/core/ext/transport/chttp2/transport/internal.h +1 -0
- data/src/core/ext/transport/chttp2/transport/parsing.cc +4 -1
- data/src/core/ext/transport/chttp2/transport/security_frame.h +1 -1
- data/src/core/ext/transport/chttp2/transport/stream.h +29 -11
- data/src/core/ext/transport/chttp2/transport/transport_common.cc +3 -0
- data/src/core/ext/transport/chttp2/transport/writable_streams.h +2 -77
- data/src/core/ext/upb-gen/cel/expr/checked.upb_minitable.c +11 -93
- data/src/core/ext/upb-gen/cel/expr/syntax.upb_minitable.c +15 -129
- data/src/core/ext/upb-gen/envoy/admin/v3/certs.upb_minitable.c +4 -30
- data/src/core/ext/upb-gen/envoy/admin/v3/clusters.upb_minitable.c +4 -54
- data/src/core/ext/upb-gen/envoy/admin/v3/config_dump.upb_minitable.c +4 -28
- data/src/core/ext/upb-gen/envoy/admin/v3/config_dump_shared.upb_minitable.c +15 -133
- data/src/core/ext/upb-gen/envoy/admin/v3/init_dump.upb_minitable.c +2 -12
- data/src/core/ext/upb-gen/envoy/admin/v3/listeners.upb_minitable.c +2 -12
- data/src/core/ext/upb-gen/envoy/admin/v3/memory.upb_minitable.c +1 -11
- data/src/core/ext/upb-gen/envoy/admin/v3/metrics.upb_minitable.c +1 -7
- data/src/core/ext/upb-gen/envoy/admin/v3/mutex_stats.upb_minitable.c +1 -7
- data/src/core/ext/upb-gen/envoy/admin/v3/server_info.upb_minitable.c +2 -46
- data/src/core/ext/upb-gen/envoy/admin/v3/tap.upb_minitable.c +1 -5
- data/src/core/ext/upb-gen/envoy/annotations/resource.upb_minitable.c +1 -5
- data/src/core/ext/upb-gen/envoy/config/accesslog/v3/accesslog.upb_minitable.c +10 -80
- data/src/core/ext/upb-gen/envoy/config/bootstrap/v3/bootstrap.upb_minitable.c +18 -162
- data/src/core/ext/upb-gen/envoy/config/cluster/v3/circuit_breaker.upb_minitable.c +2 -18
- data/src/core/ext/upb-gen/envoy/config/cluster/v3/cluster.upb_minitable.c +16 -148
- data/src/core/ext/upb-gen/envoy/config/cluster/v3/filter.upb_minitable.c +1 -5
- data/src/core/ext/upb-gen/envoy/config/cluster/v3/outlier_detection.upb_minitable.c +1 -35
- data/src/core/ext/upb-gen/envoy/config/common/matcher/v3/matcher.upb_minitable.c +13 -101
- data/src/core/ext/upb-gen/envoy/config/common/mutation_rules/v3/mutation_rules.upb_minitable.c +1 -7
- data/src/core/ext/upb-gen/envoy/config/core/v3/address.upb_minitable.c +6 -48
- data/src/core/ext/upb-gen/envoy/config/core/v3/base.upb_minitable.c +29 -207
- data/src/core/ext/upb-gen/envoy/config/core/v3/cel.upb_minitable.c +1 -7
- data/src/core/ext/upb-gen/envoy/config/core/v3/config_source.upb_minitable.c +5 -59
- data/src/core/ext/upb-gen/envoy/config/core/v3/event_service_config.upb_minitable.c +1 -5
- data/src/core/ext/upb-gen/envoy/config/core/v3/extension.upb_minitable.c +1 -5
- data/src/core/ext/upb-gen/envoy/config/core/v3/grpc_method_list.upb_minitable.c +2 -12
- data/src/core/ext/upb-gen/envoy/config/core/v3/grpc_service.upb_minitable.c +11 -111
- data/src/core/ext/upb-gen/envoy/config/core/v3/health_check.upb_minitable.c +9 -97
- data/src/core/ext/upb-gen/envoy/config/core/v3/http_service.upb_minitable.c +1 -7
- data/src/core/ext/upb-gen/envoy/config/core/v3/http_uri.upb_minitable.c +1 -7
- data/src/core/ext/upb-gen/envoy/config/core/v3/protocol.upb_minitable.c +10 -130
- data/src/core/ext/upb-gen/envoy/config/core/v3/proxy_protocol.upb_minitable.c +4 -26
- data/src/core/ext/upb-gen/envoy/config/core/v3/resolver.upb_minitable.c +2 -12
- data/src/core/ext/upb-gen/envoy/config/core/v3/socket_cmsg_headers.upb_minitable.c +1 -7
- data/src/core/ext/upb-gen/envoy/config/core/v3/socket_option.upb_minitable.c +2 -16
- data/src/core/ext/upb-gen/envoy/config/core/v3/substitution_format_string.upb_minitable.c +2 -16
- data/src/core/ext/upb-gen/envoy/config/endpoint/v3/endpoint.upb_minitable.c +4 -28
- data/src/core/ext/upb-gen/envoy/config/endpoint/v3/endpoint_components.upb_minitable.c +6 -64
- data/src/core/ext/upb-gen/envoy/config/endpoint/v3/load_report.upb_minitable.c +9 -53
- data/src/core/ext/upb-gen/envoy/config/listener/v3/listener.upb_minitable.c +4 -52
- data/src/core/ext/upb-gen/envoy/config/listener/v3/listener_components.upb_minitable.c +6 -68
- data/src/core/ext/upb-gen/envoy/config/listener/v3/quic_config.upb_minitable.c +1 -19
- data/src/core/ext/upb-gen/envoy/config/metrics/v3/metrics_service.upb_minitable.c +1 -11
- data/src/core/ext/upb-gen/envoy/config/metrics/v3/stats.upb_minitable.c +8 -52
- data/src/core/ext/upb-gen/envoy/config/overload/v3/overload.upb_minitable.c +11 -59
- data/src/core/ext/upb-gen/envoy/config/rbac/v3/rbac.upb_minitable.c +11 -93
- data/src/core/ext/upb-gen/envoy/config/route/v3/route.upb_minitable.c +2 -40
- data/src/core/ext/upb-gen/envoy/config/route/v3/route_components.upb_minitable.c +48 -550
- data/src/core/ext/upb-gen/envoy/config/route/v3/scoped_route.upb_minitable.c +3 -21
- data/src/core/ext/upb-gen/envoy/config/tap/v3/common.upb_minitable.c +10 -80
- data/src/core/ext/upb-gen/envoy/config/trace/v3/datadog.upb_minitable.c +1 -7
- data/src/core/ext/upb-gen/envoy/config/trace/v3/dynamic_ot.upb_minitable.c +1 -5
- data/src/core/ext/upb-gen/envoy/config/trace/v3/http_tracer.upb_minitable.c +1 -7
- data/src/core/ext/upb-gen/envoy/config/trace/v3/lightstep.upb_minitable.c +1 -7
- data/src/core/ext/upb-gen/envoy/config/trace/v3/opentelemetry.upb_minitable.c +1 -11
- data/src/core/ext/upb-gen/envoy/config/trace/v3/skywalking.upb_minitable.c +1 -7
- data/src/core/ext/upb-gen/envoy/config/trace/v3/xray.upb_minitable.c +2 -12
- data/src/core/ext/upb-gen/envoy/config/trace/v3/zipkin.upb_minitable.c +1 -19
- data/src/core/ext/upb-gen/envoy/data/accesslog/v3/accesslog.upb_minitable.c +16 -182
- data/src/core/ext/upb-gen/envoy/extensions/clusters/aggregate/v3/cluster.upb_minitable.c +2 -12
- data/src/core/ext/upb-gen/envoy/extensions/common/matching/v3/extension_matcher.upb.h +240 -0
- data/src/core/ext/upb-gen/envoy/extensions/common/matching/v3/extension_matcher.upb_minitable.c +78 -0
- data/src/core/ext/upb-gen/envoy/extensions/common/matching/v3/extension_matcher.upb_minitable.h +34 -0
- data/src/core/ext/upb-gen/envoy/extensions/filters/common/fault/v3/fault.upb_minitable.c +3 -23
- data/src/core/ext/upb-gen/envoy/extensions/filters/common/matcher/action/v3/skip_action.upb.h +73 -0
- data/src/core/ext/upb-gen/envoy/extensions/filters/common/matcher/action/v3/skip_action.upb_minitable.c +42 -0
- data/src/core/ext/upb-gen/envoy/extensions/filters/common/matcher/action/v3/skip_action.upb_minitable.h +32 -0
- data/src/core/ext/upb-gen/envoy/extensions/filters/http/composite/v3/composite.upb.h +431 -0
- data/src/core/ext/upb-gen/envoy/extensions/filters/http/composite/v3/composite.upb_minitable.c +111 -0
- data/src/core/ext/upb-gen/envoy/extensions/filters/http/composite/v3/composite.upb_minitable.h +38 -0
- data/src/core/ext/upb-gen/envoy/extensions/filters/http/fault/v3/fault.upb_minitable.c +2 -30
- data/src/core/ext/upb-gen/envoy/extensions/filters/http/gcp_authn/v3/gcp_authn.upb_minitable.c +3 -23
- data/src/core/ext/upb-gen/envoy/extensions/filters/http/rbac/v3/rbac.upb_minitable.c +1 -11
- data/src/core/ext/upb-gen/envoy/extensions/filters/http/router/v3/router.upb_minitable.c +2 -24
- data/src/core/ext/upb-gen/envoy/extensions/filters/http/stateful_session/v3/stateful_session.upb_minitable.c +2 -14
- data/src/core/ext/upb-gen/envoy/extensions/filters/network/http_connection_manager/v3/http_connection_manager.upb_minitable.c +19 -187
- data/src/core/ext/upb-gen/envoy/extensions/grpc_service/call_credentials/access_token/v3/access_token_credentials.upb_minitable.c +1 -5
- data/src/core/ext/upb-gen/envoy/extensions/load_balancing_policies/client_side_weighted_round_robin/v3/client_side_weighted_round_robin.upb_minitable.c +1 -11
- data/src/core/ext/upb-gen/envoy/extensions/load_balancing_policies/common/v3/common.upb_minitable.c +3 -25
- data/src/core/ext/upb-gen/envoy/extensions/load_balancing_policies/pick_first/v3/pick_first.upb_minitable.c +1 -5
- data/src/core/ext/upb-gen/envoy/extensions/load_balancing_policies/ring_hash/v3/ring_hash.upb_minitable.c +1 -11
- data/src/core/ext/upb-gen/envoy/extensions/transport_sockets/tls/v3/common.upb_minitable.c +7 -71
- data/src/core/ext/upb-gen/envoy/extensions/transport_sockets/tls/v3/secret.upb_minitable.c +3 -21
- data/src/core/ext/upb-gen/envoy/extensions/transport_sockets/tls/v3/tls.upb_minitable.c +6 -70
- data/src/core/ext/upb-gen/envoy/extensions/transport_sockets/tls/v3/tls_spiffe_validator_config.upb_minitable.c +2 -10
- data/src/core/ext/upb-gen/envoy/extensions/upstreams/http/v3/http_protocol_options.upb_minitable.c +2 -26
- data/src/core/ext/upb-gen/envoy/service/discovery/v3/discovery.upb_minitable.c +13 -123
- data/src/core/ext/upb-gen/envoy/service/load_stats/v3/lrs.upb_minitable.c +2 -18
- data/src/core/ext/upb-gen/envoy/service/status/v3/csds.upb_minitable.c +5 -53
- data/src/core/ext/upb-gen/envoy/type/http/v3/cookie.upb_minitable.c +2 -18
- data/src/core/ext/upb-gen/envoy/type/http/v3/path_transformation.upb_minitable.c +2 -12
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/address.upb_minitable.c +1 -5
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/filter_state.upb_minitable.c +1 -7
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/http_inputs.upb_minitable.c +5 -25
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/metadata.upb_minitable.c +2 -16
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/node.upb_minitable.c +1 -7
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/number.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/path.upb_minitable.c +1 -5
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/regex.upb_minitable.c +2 -14
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/string.upb_minitable.c +2 -24
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/struct.upb_minitable.c +2 -12
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/value.upb_minitable.c +3 -21
- data/src/core/ext/upb-gen/envoy/type/metadata/v3/metadata.upb_minitable.c +3 -23
- data/src/core/ext/upb-gen/envoy/type/tracing/v3/custom_tag.upb_minitable.c +5 -37
- data/src/core/ext/upb-gen/envoy/type/v3/hash_policy.upb_minitable.c +2 -12
- data/src/core/ext/upb-gen/envoy/type/v3/http_status.upb_minitable.c +1 -5
- data/src/core/ext/upb-gen/envoy/type/v3/percent.upb_minitable.c +2 -8
- data/src/core/ext/upb-gen/envoy/type/v3/range.upb_minitable.c +4 -16
- data/src/core/ext/upb-gen/envoy/type/v3/ratelimit_strategy.upb_minitable.c +2 -14
- data/src/core/ext/upb-gen/envoy/type/v3/semantic_version.upb_minitable.c +1 -7
- data/src/core/ext/upb-gen/envoy/type/v3/token_bucket.upb_minitable.c +1 -5
- data/src/core/ext/upb-gen/google/api/expr/v1alpha1/checked.upb_minitable.c +11 -91
- data/src/core/ext/upb-gen/google/api/expr/v1alpha1/syntax.upb_minitable.c +16 -140
- data/src/core/ext/upb-gen/google/api/http.upb_minitable.c +3 -33
- data/src/core/ext/upb-gen/google/api/httpbody.upb_minitable.c +1 -7
- data/src/core/ext/upb-gen/google/protobuf/any.upb_minitable.c +1 -7
- data/src/core/ext/upb-gen/google/protobuf/descriptor.upb.h +1 -0
- data/src/core/ext/upb-gen/google/protobuf/descriptor.upb_minitable.c +27 -410
- data/src/core/ext/upb-gen/google/protobuf/duration.upb_minitable.c +1 -7
- data/src/core/ext/upb-gen/google/protobuf/struct.upb_minitable.c +5 -17
- data/src/core/ext/upb-gen/google/protobuf/timestamp.upb_minitable.c +1 -7
- data/src/core/ext/upb-gen/google/protobuf/wrappers.upb_minitable.c +9 -37
- data/src/core/ext/upb-gen/google/rpc/status.upb_minitable.c +1 -7
- data/src/core/ext/upb-gen/src/proto/grpc/channelz/channelz.upb_minitable.c +34 -310
- data/src/core/ext/upb-gen/src/proto/grpc/channelz/v2/channelz.upb_minitable.c +3 -23
- data/src/core/ext/upb-gen/src/proto/grpc/channelz/v2/promise.upb_minitable.c +11 -83
- data/src/core/ext/upb-gen/src/proto/grpc/channelz/v2/property_list.upb_minitable.c +8 -46
- data/src/core/ext/upb-gen/src/proto/grpc/channelz/v2/service.upb_minitable.c +7 -45
- data/src/core/ext/upb-gen/src/proto/grpc/gcp/altscontext.upb_minitable.c +2 -18
- data/src/core/ext/upb-gen/src/proto/grpc/gcp/handshaker.upb_minitable.c +12 -108
- data/src/core/ext/upb-gen/src/proto/grpc/gcp/transport_security_common.upb_minitable.c +3 -17
- data/src/core/ext/upb-gen/src/proto/grpc/health/v1/health.upb_minitable.c +2 -10
- data/src/core/ext/upb-gen/src/proto/grpc/lb/v1/load_balancer.upb_minitable.c +7 -61
- data/src/core/ext/upb-gen/src/proto/grpc/lookup/v1/rls.upb_minitable.c +3 -25
- data/src/core/ext/upb-gen/src/proto/grpc/lookup/v1/rls_config.upb_minitable.c +8 -72
- data/src/core/ext/upb-gen/udpa/annotations/migrate.upb_minitable.c +3 -19
- data/src/core/ext/upb-gen/udpa/annotations/security.upb_minitable.c +1 -7
- data/src/core/ext/upb-gen/udpa/annotations/status.upb_minitable.c +1 -7
- data/src/core/ext/upb-gen/udpa/annotations/versioning.upb_minitable.c +1 -5
- data/src/core/ext/upb-gen/validate/validate.upb_minitable.c +54 -234
- data/src/core/ext/upb-gen/xds/annotations/v3/migrate.upb_minitable.c +3 -19
- data/src/core/ext/upb-gen/xds/annotations/v3/security.upb_minitable.c +1 -7
- data/src/core/ext/upb-gen/xds/annotations/v3/status.upb_minitable.c +4 -22
- data/src/core/ext/upb-gen/xds/annotations/v3/versioning.upb_minitable.c +1 -5
- data/src/core/ext/upb-gen/xds/core/v3/authority.upb_minitable.c +1 -5
- data/src/core/ext/upb-gen/xds/core/v3/cidr.upb_minitable.c +1 -5
- data/src/core/ext/upb-gen/xds/core/v3/collection_entry.upb_minitable.c +2 -14
- data/src/core/ext/upb-gen/xds/core/v3/context_params.upb_minitable.c +1 -7
- data/src/core/ext/upb-gen/xds/core/v3/extension.upb_minitable.c +1 -5
- data/src/core/ext/upb-gen/xds/core/v3/resource.upb_minitable.c +1 -7
- data/src/core/ext/upb-gen/xds/core/v3/resource_locator.upb_minitable.c +2 -18
- data/src/core/ext/upb-gen/xds/core/v3/resource_name.upb_minitable.c +1 -7
- data/src/core/ext/upb-gen/xds/data/orca/v3/orca_load_report.upb_minitable.c +12 -12
- data/src/core/ext/upb-gen/xds/service/orca/v3/orca.upb_minitable.c +1 -7
- data/src/core/ext/upb-gen/xds/type/matcher/v3/cel.upb_minitable.c +1 -7
- data/src/core/ext/upb-gen/xds/type/matcher/v3/domain.upb_minitable.c +2 -10
- data/src/core/ext/upb-gen/xds/type/matcher/v3/ip.upb_minitable.c +2 -12
- data/src/core/ext/upb-gen/xds/type/matcher/v3/matcher.upb_minitable.c +8 -58
- data/src/core/ext/upb-gen/xds/type/matcher/v3/range.upb_minitable.c +6 -30
- data/src/core/ext/upb-gen/xds/type/matcher/v3/regex.upb_minitable.c +1 -7
- data/src/core/ext/upb-gen/xds/type/matcher/v3/string.upb_minitable.c +2 -24
- data/src/core/ext/upb-gen/xds/type/v3/cel.upb_minitable.c +1 -11
- data/src/core/ext/upb-gen/xds/type/v3/range.upb_minitable.c +4 -16
- data/src/core/ext/upb-gen/xds/type/v3/typed_struct.upb_minitable.c +1 -5
- data/src/core/ext/upbdefs-gen/envoy/extensions/common/matching/v3/extension_matcher.upbdefs.c +110 -0
- data/src/core/ext/upbdefs-gen/envoy/extensions/common/matching/v3/extension_matcher.upbdefs.h +42 -0
- data/src/core/ext/upbdefs-gen/envoy/extensions/filters/common/matcher/action/v3/skip_action.upbdefs.c +60 -0
- data/src/core/ext/upbdefs-gen/envoy/extensions/filters/common/matcher/action/v3/skip_action.upbdefs.h +37 -0
- data/src/core/ext/upbdefs-gen/envoy/extensions/filters/http/composite/v3/composite.upbdefs.c +138 -0
- data/src/core/ext/upbdefs-gen/envoy/extensions/filters/http/composite/v3/composite.upbdefs.h +52 -0
- data/src/core/ext/upbdefs-gen/google/protobuf/descriptor.upbdefs.c +734 -731
- data/src/core/filter/composite/composite_filter.cc +227 -0
- data/src/core/filter/composite/composite_filter.h +154 -0
- data/src/core/filter/filter_args.h +4 -0
- data/src/core/handshaker/security/pipelined_secure_endpoint.cc +163 -41
- data/src/core/handshaker/security/pipelining_heuristic_selector.h +151 -0
- data/src/core/handshaker/security/secure_endpoint.cc +24 -8
- data/src/core/lib/channel/connected_channel.cc +13 -0
- data/src/core/lib/channel/promise_based_filter.h +267 -0
- data/src/core/lib/event_engine/cf_engine/cfsocket_listener.cc +3 -2
- data/src/core/lib/event_engine/extensions/blocking_dns.h +1 -1
- data/src/core/lib/event_engine/posix_engine/posix_interface_posix.cc +4 -0
- data/src/core/lib/event_engine/windows/windows_engine.cc +11 -3
- data/src/core/lib/experiments/experiments.cc +120 -117
- data/src/core/lib/experiments/experiments.h +71 -58
- data/src/core/lib/promise/detail/promise_factory.h +16 -5
- data/src/core/lib/promise/detail/promise_like.h +19 -1
- data/src/core/lib/promise/inter_activity_latch.h +5 -8
- data/src/core/lib/promise/inter_activity_pipe.h +193 -0
- data/src/core/lib/promise/sleep.cc +5 -9
- data/src/core/lib/resource_quota/arena.h +1 -1
- data/src/core/lib/surface/call.cc +43 -6
- data/src/core/lib/surface/call.h +6 -0
- data/src/core/lib/surface/call_utils.cc +42 -3
- data/src/core/lib/surface/call_utils.h +30 -11
- data/src/core/lib/surface/channel_stack_type.cc +8 -0
- data/src/core/lib/surface/channel_stack_type.h +4 -0
- data/src/core/lib/surface/completion_queue.cc +15 -12
- data/src/core/lib/surface/filter_stack_call.h +5 -0
- data/src/core/lib/surface/legacy_channel.cc +1 -22
- data/src/core/lib/surface/legacy_channel.h +1 -3
- data/src/core/lib/surface/version.cc +2 -2
- data/src/core/lib/transport/bdp_estimator.cc +6 -3
- data/src/core/lib/transport/promise_endpoint.h +13 -17
- data/src/core/load_balancing/endpoint_list.cc +0 -8
- data/src/core/load_balancing/pick_first/pick_first.cc +5 -14
- data/src/core/load_balancing/xds/cds.cc +100 -122
- data/src/core/load_balancing/xds/cds.h +58 -0
- data/src/core/plugin_registry/grpc_plugin_registry.cc +4 -0
- data/src/core/resolver/dns/c_ares/grpc_ares_wrapper.cc +1 -1
- data/src/core/server/server.cc +19 -35
- data/src/core/server/server.h +9 -17
- data/src/core/server/xds_server_config_fetcher.cc +0 -24
- data/src/core/telemetry/metrics.cc +26 -0
- data/src/core/transport/session_endpoint.cc +314 -0
- data/src/core/transport/session_endpoint.h +85 -0
- data/src/core/tsi/ssl_transport_security.cc +137 -100
- data/src/core/tsi/ssl_transport_security.h +8 -0
- data/src/core/tsi/ssl_transport_security_utils.cc +25 -1
- data/src/core/tsi/ssl_transport_security_utils.h +4 -0
- data/src/core/util/sorted_pack.h +69 -44
- data/src/core/util/string.cc +8 -0
- data/src/core/util/string.h +11 -0
- data/src/core/util/table.h +38 -102
- data/src/core/util/time_precise.cc +42 -1
- data/src/core/util/useful.h +0 -91
- data/src/core/util/windows/string_util.cc +4 -2
- data/src/core/xds/grpc/file_watcher_certificate_provider_factory.cc +27 -15
- data/src/core/xds/grpc/xds_bootstrap_grpc.cc +148 -69
- data/src/core/xds/grpc/xds_bootstrap_grpc.h +12 -0
- data/src/core/xds/grpc/xds_client_grpc.cc +1 -1
- data/src/core/xds/grpc/xds_cluster.cc +54 -37
- data/src/core/xds/grpc/xds_cluster.h +0 -1
- data/src/core/xds/grpc/xds_common_types.cc +59 -34
- data/src/core/xds/grpc/xds_common_types_parser.cc +33 -3
- data/src/core/xds/grpc/xds_common_types_parser.h +5 -1
- data/src/core/xds/grpc/xds_endpoint.cc +44 -24
- data/src/core/xds/grpc/xds_health_status.cc +10 -6
- data/src/core/xds/grpc/xds_http_composite_filter.cc +302 -0
- data/src/core/xds/grpc/xds_http_composite_filter.h +84 -0
- data/src/core/xds/grpc/xds_http_filter_registry.cc +34 -2
- data/src/core/xds/grpc/xds_http_filter_registry.h +4 -0
- data/src/core/xds/grpc/xds_http_rbac_filter.cc +21 -10
- data/src/core/xds/grpc/xds_listener.cc +98 -59
- data/src/core/xds/grpc/xds_listener_parser.cc +64 -26
- data/src/core/xds/grpc/xds_matcher.cc +92 -49
- data/src/core/xds/grpc/xds_metadata.cc +40 -7
- data/src/core/xds/grpc/xds_metadata.h +3 -10
- data/src/core/xds/grpc/xds_route_config.cc +171 -100
- data/src/core/xds/grpc/xds_server_grpc.cc +27 -18
- data/src/ruby/bin/math_pb.rb +1 -1
- data/src/ruby/ext/grpc/extconf.rb +1 -15
- data/src/ruby/ext/grpc/rb_call_credentials.c +1 -0
- data/src/ruby/ext/grpc/rb_grpc_imports.generated.c +2 -0
- data/src/ruby/ext/grpc/rb_grpc_imports.generated.h +3 -0
- data/src/ruby/lib/grpc/version.rb +1 -1
- data/src/ruby/pb/generate_proto_ruby.sh +1 -1
- data/src/ruby/pb/grpc/health/v1/health_pb.rb +1 -1
- data/src/ruby/pb/src/proto/grpc/testing/empty_pb.rb +1 -1
- data/src/ruby/pb/src/proto/grpc/testing/messages_pb.rb +1 -1
- data/src/ruby/pb/src/proto/grpc/testing/test_pb.rb +1 -1
- data/src/ruby/spec/client_server_spec.rb +40 -0
- data/third_party/boringssl-with-bazel/{src/crypto → crypto}/bn/convert.cc +47 -31
- data/third_party/boringssl-with-bazel/{src/crypto → crypto}/bn/exponentiation.cc +35 -17
- data/third_party/boringssl-with-bazel/{src/crypto → crypto}/bytestring/cbb.cc +8 -14
- data/third_party/boringssl-with-bazel/{src/crypto → crypto}/cipher/derive_key.cc +15 -13
- data/third_party/boringssl-with-bazel/{src/crypto → crypto}/cpu_arm_linux.cc +5 -28
- data/third_party/boringssl-with-bazel/{src/crypto → crypto}/cpu_arm_linux.h +9 -11
- data/third_party/boringssl-with-bazel/{src/crypto → crypto}/dh/dh_asn1.cc +14 -13
- data/third_party/boringssl-with-bazel/{src/crypto → crypto}/dsa/dsa.cc +34 -30
- data/third_party/boringssl-with-bazel/{src/crypto → crypto}/dsa/dsa_asn1.cc +35 -23
- data/third_party/boringssl-with-bazel/{src/crypto → crypto}/ec/ec_asn1.cc +63 -47
- data/third_party/boringssl-with-bazel/{src/crypto → crypto}/ec/hash_to_curve.cc +68 -60
- data/third_party/boringssl-with-bazel/{src/crypto → crypto}/ecdsa/ecdsa_asn1.cc +17 -11
- data/third_party/boringssl-with-bazel/{src/crypto → crypto}/evp/evp_asn1.cc +11 -10
- data/third_party/boringssl-with-bazel/{src/crypto → crypto}/evp/evp_ctx.cc +11 -10
- data/third_party/boringssl-with-bazel/{src/crypto → crypto}/evp/p_dsa_asn1.cc +6 -6
- data/third_party/boringssl-with-bazel/{src/crypto → crypto}/evp/p_ec_asn1.cc +6 -6
- data/third_party/boringssl-with-bazel/{src/crypto → crypto}/evp/p_ed25519_asn1.cc +6 -6
- data/third_party/boringssl-with-bazel/{src/crypto → crypto}/evp/p_rsa_asn1.cc +6 -6
- data/third_party/boringssl-with-bazel/{src/crypto → crypto}/evp/p_x25519_asn1.cc +6 -6
- data/third_party/boringssl-with-bazel/{src/crypto → crypto}/evp/sign.cc +42 -23
- data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/bn/div.cc.inc +79 -0
- data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/bn/exponentiation.cc.inc +6 -5
- data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/bn/gcd.cc.inc +80 -58
- data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/bn/gcd_extra.cc.inc +45 -29
- data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/bn/jacobi.cc.inc +16 -7
- data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/bn/montgomery.cc.inc +24 -10
- data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/bn/mul.cc.inc +34 -24
- data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/bn/prime.cc.inc +154 -102
- data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/bn/shift.cc.inc +8 -3
- data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/bn/sqrt.cc.inc +78 -1
- data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/dh/check.cc.inc +53 -35
- data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/dh/dh.cc.inc +76 -57
- data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/digest/digest.cc.inc +10 -4
- data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/ec/ec.cc.inc +5 -3
- data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/rsa/padding.cc.inc +26 -19
- data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/rsa/rsa.cc.inc +7 -7
- data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/rsa/rsa_impl.cc.inc +138 -117
- data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/self_check/self_check.cc.inc +30 -22
- data/third_party/boringssl-with-bazel/{src/crypto → crypto}/obj/obj.cc +8 -2
- data/third_party/boringssl-with-bazel/{src/crypto → crypto}/pem/pem_lib.cc +13 -8
- data/third_party/boringssl-with-bazel/{src/crypto → crypto}/pkcs7/pkcs7.cc +6 -5
- data/third_party/boringssl-with-bazel/{src/crypto → crypto}/pkcs7/pkcs7_x509.cc +3 -6
- data/third_party/boringssl-with-bazel/{src/crypto → crypto}/pkcs8/p5_pbev2.cc +14 -9
- data/third_party/boringssl-with-bazel/{src/crypto → crypto}/pkcs8/pkcs8.cc +29 -19
- data/third_party/boringssl-with-bazel/{src/crypto → crypto}/pkcs8/pkcs8_x509.cc +39 -34
- data/third_party/boringssl-with-bazel/{src/crypto → crypto}/rsa/rsa_crypt.cc +22 -14
- data/third_party/boringssl-with-bazel/{src/crypto → crypto}/x509/a_sign.cc +5 -3
- data/third_party/boringssl-with-bazel/{src/crypto → crypto}/x509/asn1_gen.cc +12 -8
- data/third_party/boringssl-with-bazel/{src/crypto → crypto}/x509/v3_conf.cc +24 -16
- data/third_party/boringssl-with-bazel/{src/crypto → crypto}/x509/v3_info.cc +21 -18
- data/third_party/boringssl-with-bazel/{src/crypto → crypto}/x509/x_x509.cc +57 -52
- data/third_party/boringssl-with-bazel/{src/crypto → crypto}/x509/x_x509a.cc +32 -16
- data/third_party/boringssl-with-bazel/{src/include → include}/openssl/bytestring.h +0 -6
- data/third_party/boringssl-with-bazel/{src/ssl → ssl}/handoff.cc +12 -12
- data/third_party/boringssl-with-bazel/{src/ssl → ssl}/ssl_asn1.cc +3 -2
- data/third_party/upb/upb/base/string_view.h +7 -3
- data/third_party/upb/upb/generated_code_support.h +17 -1
- data/third_party/upb/upb/hash/common.c +2 -1
- data/third_party/upb/upb/mem/alloc.c +2 -1
- data/third_party/upb/upb/mem/alloc.h +25 -6
- data/third_party/upb/upb/mem/arena.c +225 -73
- data/third_party/upb/upb/mem/arena.h +56 -0
- data/third_party/upb/upb/mem/arena.hpp +6 -0
- data/third_party/upb/upb/mem/internal/arena.h +69 -56
- data/third_party/upb/upb/message/accessors.h +4 -0
- data/third_party/upb/upb/message/array.h +3 -0
- data/third_party/upb/upb/message/copy.c +1 -1
- data/third_party/upb/upb/message/internal/accessors.h +10 -0
- data/third_party/upb/upb/message/internal/array.h +34 -3
- data/third_party/upb/upb/message/internal/message.h +23 -9
- data/third_party/upb/upb/mini_descriptor/decode.c +127 -66
- data/third_party/upb/upb/mini_descriptor/decode.h +6 -2
- data/third_party/upb/upb/mini_descriptor/internal/encode.hpp +2 -0
- data/third_party/upb/upb/mini_descriptor/link.c +11 -0
- data/third_party/upb/upb/mini_table/extension.h +7 -0
- data/third_party/upb/upb/mini_table/extension_registry.c +10 -1
- data/third_party/upb/upb/mini_table/extension_registry.h +1 -0
- data/third_party/upb/upb/mini_table/internal/extension.h +10 -0
- data/third_party/upb/upb/mini_table/internal/field.h +1 -1
- data/third_party/upb/upb/mini_table/internal/message.h +69 -9
- data/third_party/upb/upb/mini_table/message.c +0 -38
- data/third_party/upb/upb/mini_table/message.h +5 -1
- data/third_party/upb/upb/port/def.inc +140 -111
- data/third_party/upb/upb/port/sanitizers.h +179 -0
- data/third_party/upb/upb/port/undef.inc +19 -9
- data/third_party/upb/upb/reflection/enum_def.c +7 -3
- data/third_party/upb/upb/reflection/enum_def.h +1 -0
- data/third_party/upb/upb/reflection/field_def.h +1 -0
- data/third_party/upb/upb/reflection/file_def.c +1 -1
- data/third_party/upb/upb/reflection/internal/upb_edition_defaults.h +1 -1
- data/third_party/upb/upb/reflection/message_def.c +29 -2
- data/third_party/upb/upb/reflection/message_def.h +2 -0
- data/third_party/upb/upb/text/internal/encode.c +5 -5
- data/third_party/upb/upb/wire/decode.c +190 -239
- data/third_party/upb/upb/wire/decode.h +14 -5
- data/third_party/upb/upb/wire/decode_fast/combinations.h +217 -0
- data/third_party/upb/upb/wire/decode_fast/data.h +74 -0
- data/third_party/upb/upb/wire/decode_fast/select.c +235 -0
- data/third_party/upb/upb/wire/decode_fast/select.h +66 -0
- data/third_party/upb/upb/wire/encode.c +332 -203
- data/third_party/upb/upb/wire/encode.h +3 -6
- data/third_party/upb/upb/wire/eps_copy_input_stream.h +64 -6
- data/third_party/upb/upb/wire/internal/decoder.c +43 -0
- data/third_party/upb/upb/wire/internal/decoder.h +73 -35
- data/third_party/upb/upb/wire/internal/reader.h +28 -9
- data/third_party/upb/upb/wire/reader.c +20 -2
- data/third_party/upb/upb/wire/reader.h +29 -19
- data/third_party/upb/upb/wire/writer.h +20 -0
- data/third_party/utf8_range/utf8_range.c +6 -6
- data/third_party/utf8_range/utf8_range_neon.inc +1 -1
- data/third_party/utf8_range/utf8_range_sse.inc +1 -1
- metadata +559 -531
- data/third_party/boringssl-with-bazel/src/crypto/bn/div.cc +0 -100
- data/third_party/boringssl-with-bazel/src/crypto/bn/sqrt.cc +0 -93
- data/third_party/upb/upb/wire/internal/decode_fast.c +0 -1000
- data/third_party/upb/upb/wire/internal/decode_fast.h +0 -152
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/aes/aes.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/asn1/a_bitstr.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/asn1/a_bool.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/asn1/a_d2i_fp.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/asn1/a_dup.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/asn1/a_gentm.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/asn1/a_i2d_fp.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/asn1/a_int.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/asn1/a_mbstr.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/asn1/a_object.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/asn1/a_octet.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/asn1/a_strex.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/asn1/a_strnid.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/asn1/a_time.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/asn1/a_type.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/asn1/a_utctm.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/asn1/asn1_lib.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/asn1/asn1_par.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/asn1/asn_pack.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/asn1/f_int.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/asn1/f_string.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/asn1/internal.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/asn1/posix_time.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/asn1/tasn_dec.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/asn1/tasn_enc.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/asn1/tasn_fre.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/asn1/tasn_new.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/asn1/tasn_typ.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/asn1/tasn_utl.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/base64/base64.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/bcm_support.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/bio/bio.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/bio/bio_mem.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/bio/connect.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/bio/errno.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/bio/fd.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/bio/file.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/bio/hexdump.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/bio/internal.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/bio/pair.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/bio/printf.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/bio/socket.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/bio/socket_helper.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/blake2/blake2.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/bn/bn_asn1.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/buf/buf.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/bytestring/asn1_compat.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/bytestring/ber.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/bytestring/cbs.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/bytestring/internal.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/bytestring/unicode.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/chacha/chacha.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/chacha/internal.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/cipher/e_aesctrhmac.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/cipher/e_aeseax.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/cipher/e_aesgcmsiv.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/cipher/e_chacha20poly1305.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/cipher/e_des.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/cipher/e_null.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/cipher/e_rc2.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/cipher/e_rc4.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/cipher/e_tls.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/cipher/get_cipher.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/cipher/internal.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/cipher/tls_cbc.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/cms/cms.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/conf/conf.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/conf/internal.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/cpu_aarch64_apple.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/cpu_aarch64_fuchsia.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/cpu_aarch64_linux.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/cpu_aarch64_openbsd.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/cpu_aarch64_sysreg.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/cpu_aarch64_win.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/cpu_arm_freebsd.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/cpu_intel.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/crypto.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/curve25519/curve25519.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/curve25519/curve25519_64_adx.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/curve25519/curve25519_tables.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/curve25519/internal.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/curve25519/spake25519.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/des/des.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/des/internal.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/dh/params.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/digest/digest_extra.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/dsa/internal.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/ec/ec_derive.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/ec/internal.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/ecdh/ecdh.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/engine/engine.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/err/err.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/err/internal.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/evp/evp.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/evp/internal.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/evp/p_dh.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/evp/p_dh_asn1.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/evp/p_ec.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/evp/p_ed25519.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/evp/p_hkdf.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/evp/p_rsa.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/evp/p_x25519.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/evp/pbkdf.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/evp/print.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/evp/scrypt.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/ex_data.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/aes/aes.cc.inc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/aes/aes_nohw.cc.inc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/aes/cbc.cc.inc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/aes/cfb.cc.inc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/aes/ctr.cc.inc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/aes/gcm.cc.inc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/aes/gcm_nohw.cc.inc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/aes/internal.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/aes/key_wrap.cc.inc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/aes/mode_wrappers.cc.inc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/aes/ofb.cc.inc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/bcm.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/bcm_interface.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/bn/add.cc.inc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/bn/asm/x86_64-gcc.cc.inc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/bn/bn.cc.inc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/bn/bytes.cc.inc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/bn/cmp.cc.inc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/bn/ctx.cc.inc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/bn/div_extra.cc.inc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/bn/generic.cc.inc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/bn/internal.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/bn/montgomery_inv.cc.inc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/bn/random.cc.inc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/bn/rsaz_exp.cc.inc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/bn/rsaz_exp.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/cipher/aead.cc.inc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/cipher/cipher.cc.inc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/cipher/e_aes.cc.inc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/cipher/e_aesccm.cc.inc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/cipher/internal.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/cmac/cmac.cc.inc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/delocate.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/dh/internal.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/digest/digests.cc.inc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/digest/internal.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/digest/md32_common.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/digestsign/digestsign.cc.inc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/ec/builtin_curves.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/ec/ec_key.cc.inc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/ec/ec_montgomery.cc.inc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/ec/felem.cc.inc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/ec/internal.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/ec/oct.cc.inc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/ec/p224-64.cc.inc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/ec/p256-nistz-table.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/ec/p256-nistz.cc.inc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/ec/p256-nistz.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/ec/p256.cc.inc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/ec/p256_table.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/ec/scalar.cc.inc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/ec/simple.cc.inc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/ec/simple_mul.cc.inc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/ec/util.cc.inc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/ec/wnaf.cc.inc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/ecdh/ecdh.cc.inc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/ecdsa/ecdsa.cc.inc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/ecdsa/internal.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/fips_shared_support.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/hkdf/hkdf.cc.inc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/hmac/hmac.cc.inc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/keccak/internal.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/keccak/keccak.cc.inc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/mldsa/fips_known_values.inc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/mldsa/mldsa.cc.inc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/mlkem/fips_known_values.inc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/mlkem/mlkem.cc.inc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/rand/ctrdrbg.cc.inc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/rand/internal.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/rand/rand.cc.inc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/rsa/blinding.cc.inc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/rsa/internal.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/self_check/fips.cc.inc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/service_indicator/internal.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/service_indicator/service_indicator.cc.inc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/sha/internal.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/sha/sha1.cc.inc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/sha/sha256.cc.inc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/sha/sha512.cc.inc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/slhdsa/address.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/slhdsa/fips_known_values.inc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/slhdsa/fors.cc.inc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/slhdsa/fors.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/slhdsa/merkle.cc.inc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/slhdsa/merkle.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/slhdsa/params.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/slhdsa/slhdsa.cc.inc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/slhdsa/thash.cc.inc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/slhdsa/thash.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/slhdsa/wots.cc.inc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/slhdsa/wots.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/tls/internal.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fipsmodule/tls/kdf.cc.inc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/fuzzer_mode.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/hpke/hpke.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/hrss/hrss.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/hrss/internal.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/internal.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/kyber/internal.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/kyber/kyber.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/lhash/internal.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/lhash/lhash.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/md4/md4.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/md5/internal.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/md5/md5.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/mem.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/mldsa/mldsa.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/mlkem/mlkem.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/obj/obj_dat.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/obj/obj_xref.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/pem/internal.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/pem/pem_all.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/pem/pem_info.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/pem/pem_oth.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/pem/pem_pk8.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/pem/pem_pkey.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/pem/pem_x509.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/pem/pem_xaux.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/pkcs7/internal.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/pkcs8/internal.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/poly1305/internal.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/poly1305/poly1305.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/poly1305/poly1305_arm.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/poly1305/poly1305_vec.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/pool/internal.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/pool/pool.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/rand/deterministic.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/rand/fork_detect.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/rand/forkunsafe.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/rand/getentropy.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/rand/getrandom_fillin.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/rand/internal.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/rand/ios.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/rand/passive.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/rand/rand.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/rand/trusty.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/rand/urandom.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/rand/windows.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/rc4/rc4.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/refcount.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/rsa/internal.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/rsa/rsa_asn1.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/rsa/rsa_extra.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/rsa/rsa_print.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/sha/sha1.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/sha/sha256.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/sha/sha512.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/siphash/siphash.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/slhdsa/slhdsa.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/spake2plus/internal.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/spake2plus/spake2plus.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/stack/stack.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/thread.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/thread_none.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/thread_pthread.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/thread_win.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/trust_token/internal.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/trust_token/pmbtoken.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/trust_token/trust_token.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/trust_token/voprf.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/x509/a_digest.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/x509/a_verify.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/x509/algorithm.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/x509/by_dir.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/x509/by_file.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/x509/ext_dat.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/x509/i2d_pr.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/x509/internal.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/x509/name_print.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/x509/policy.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/x509/rsa_pss.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/x509/t_crl.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/x509/t_req.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/x509/t_x509.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/x509/t_x509a.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/x509/v3_akey.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/x509/v3_akeya.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/x509/v3_alt.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/x509/v3_bcons.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/x509/v3_bitst.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/x509/v3_cpols.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/x509/v3_crld.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/x509/v3_enum.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/x509/v3_extku.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/x509/v3_genn.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/x509/v3_ia5.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/x509/v3_int.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/x509/v3_lib.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/x509/v3_ncons.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/x509/v3_ocsp.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/x509/v3_pcons.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/x509/v3_pmaps.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/x509/v3_prn.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/x509/v3_purp.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/x509/v3_skey.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/x509/v3_utl.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/x509/x509.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/x509/x509_att.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/x509/x509_cmp.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/x509/x509_d2.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/x509/x509_def.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/x509/x509_ext.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/x509/x509_lu.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/x509/x509_obj.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/x509/x509_req.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/x509/x509_set.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/x509/x509_trs.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/x509/x509_txt.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/x509/x509_v3.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/x509/x509_vfy.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/x509/x509_vpm.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/x509/x509cset.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/x509/x509name.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/x509/x509rset.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/x509/x509spki.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/x509/x_algor.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/x509/x_all.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/x509/x_attrib.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/x509/x_crl.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/x509/x_exten.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/x509/x_name.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/x509/x_pubkey.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/x509/x_req.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/x509/x_sig.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/x509/x_spki.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/crypto → crypto}/x509/x_val.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/gen → gen}/crypto/err_data.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/aead.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/aes.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/arm_arch.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/asm_base.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/asn1.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/asn1_mac.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/asn1t.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/base.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/base64.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/bcm_public.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/bio.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/blake2.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/blowfish.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/bn.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/buf.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/buffer.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/cast.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/chacha.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/cipher.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/cmac.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/cms.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/conf.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/cpu.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/crypto.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/ctrdrbg.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/curve25519.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/des.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/dh.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/digest.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/dsa.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/dtls1.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/e_os2.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/ec.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/ec_key.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/ecdh.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/ecdsa.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/engine.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/err.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/evp.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/evp_errors.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/ex_data.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/experimental/kyber.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/hkdf.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/hmac.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/hpke.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/hrss.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/is_boringssl.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/kdf.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/lhash.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/md4.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/md5.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/mem.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/mldsa.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/mlkem.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/nid.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/obj.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/obj_mac.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/objects.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/opensslconf.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/opensslv.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/ossl_typ.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/pem.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/pkcs12.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/pkcs7.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/pkcs8.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/poly1305.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/pool.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/posix_time.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/rand.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/rc4.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/ripemd.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/rsa.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/safestack.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/service_indicator.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/sha.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/siphash.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/slhdsa.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/span.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/srtp.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/ssl.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/ssl3.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/stack.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/target.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/thread.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/time.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/tls1.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/trust_token.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/type_check.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/x509.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/x509_vfy.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/x509v3.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/include → include}/openssl/x509v3_errors.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/ssl → ssl}/bio_ssl.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/ssl → ssl}/d1_both.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/ssl → ssl}/d1_lib.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/ssl → ssl}/d1_pkt.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/ssl → ssl}/d1_srtp.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/ssl → ssl}/dtls_method.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/ssl → ssl}/dtls_record.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/ssl → ssl}/encrypted_client_hello.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/ssl → ssl}/extensions.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/ssl → ssl}/handshake.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/ssl → ssl}/handshake_client.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/ssl → ssl}/handshake_server.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/ssl → ssl}/internal.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/ssl → ssl}/s3_both.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/ssl → ssl}/s3_lib.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/ssl → ssl}/s3_pkt.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/ssl → ssl}/ssl_aead_ctx.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/ssl → ssl}/ssl_buffer.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/ssl → ssl}/ssl_cert.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/ssl → ssl}/ssl_cipher.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/ssl → ssl}/ssl_credential.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/ssl → ssl}/ssl_file.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/ssl → ssl}/ssl_key_share.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/ssl → ssl}/ssl_lib.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/ssl → ssl}/ssl_privkey.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/ssl → ssl}/ssl_session.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/ssl → ssl}/ssl_stat.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/ssl → ssl}/ssl_transcript.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/ssl → ssl}/ssl_versions.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/ssl → ssl}/ssl_x509.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/ssl → ssl}/t1_enc.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/ssl → ssl}/tls13_both.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/ssl → ssl}/tls13_client.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/ssl → ssl}/tls13_enc.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/ssl → ssl}/tls13_server.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/ssl → ssl}/tls_method.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/ssl → ssl}/tls_record.cc +0 -0
- /data/third_party/boringssl-with-bazel/{src/third_party → third_party}/fiat/curve25519_32.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/third_party → third_party}/fiat/curve25519_64.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/third_party → third_party}/fiat/curve25519_64_adx.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/third_party → third_party}/fiat/curve25519_64_msvc.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/third_party → third_party}/fiat/p256_32.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/third_party → third_party}/fiat/p256_64.h +0 -0
- /data/third_party/boringssl-with-bazel/{src/third_party → third_party}/fiat/p256_64_msvc.h +0 -0
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: grpc
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.81.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- gRPC Authors
|
|
@@ -225,6 +225,7 @@ files:
|
|
|
225
225
|
- include/grpc/byte_buffer_reader.h
|
|
226
226
|
- include/grpc/census.h
|
|
227
227
|
- include/grpc/compression.h
|
|
228
|
+
- include/grpc/context_types.h
|
|
228
229
|
- include/grpc/create_channel_from_endpoint.h
|
|
229
230
|
- include/grpc/credentials.h
|
|
230
231
|
- include/grpc/credentials_cpp.h
|
|
@@ -869,9 +870,18 @@ files:
|
|
|
869
870
|
- src/core/ext/upb-gen/envoy/extensions/clusters/aggregate/v3/cluster.upb.h
|
|
870
871
|
- src/core/ext/upb-gen/envoy/extensions/clusters/aggregate/v3/cluster.upb_minitable.c
|
|
871
872
|
- src/core/ext/upb-gen/envoy/extensions/clusters/aggregate/v3/cluster.upb_minitable.h
|
|
873
|
+
- src/core/ext/upb-gen/envoy/extensions/common/matching/v3/extension_matcher.upb.h
|
|
874
|
+
- src/core/ext/upb-gen/envoy/extensions/common/matching/v3/extension_matcher.upb_minitable.c
|
|
875
|
+
- src/core/ext/upb-gen/envoy/extensions/common/matching/v3/extension_matcher.upb_minitable.h
|
|
872
876
|
- src/core/ext/upb-gen/envoy/extensions/filters/common/fault/v3/fault.upb.h
|
|
873
877
|
- src/core/ext/upb-gen/envoy/extensions/filters/common/fault/v3/fault.upb_minitable.c
|
|
874
878
|
- src/core/ext/upb-gen/envoy/extensions/filters/common/fault/v3/fault.upb_minitable.h
|
|
879
|
+
- src/core/ext/upb-gen/envoy/extensions/filters/common/matcher/action/v3/skip_action.upb.h
|
|
880
|
+
- src/core/ext/upb-gen/envoy/extensions/filters/common/matcher/action/v3/skip_action.upb_minitable.c
|
|
881
|
+
- src/core/ext/upb-gen/envoy/extensions/filters/common/matcher/action/v3/skip_action.upb_minitable.h
|
|
882
|
+
- src/core/ext/upb-gen/envoy/extensions/filters/http/composite/v3/composite.upb.h
|
|
883
|
+
- src/core/ext/upb-gen/envoy/extensions/filters/http/composite/v3/composite.upb_minitable.c
|
|
884
|
+
- src/core/ext/upb-gen/envoy/extensions/filters/http/composite/v3/composite.upb_minitable.h
|
|
875
885
|
- src/core/ext/upb-gen/envoy/extensions/filters/http/fault/v3/fault.upb.h
|
|
876
886
|
- src/core/ext/upb-gen/envoy/extensions/filters/http/fault/v3/fault.upb_minitable.c
|
|
877
887
|
- src/core/ext/upb-gen/envoy/extensions/filters/http/fault/v3/fault.upb_minitable.h
|
|
@@ -1336,8 +1346,14 @@ files:
|
|
|
1336
1346
|
- src/core/ext/upbdefs-gen/envoy/data/accesslog/v3/accesslog.upbdefs.h
|
|
1337
1347
|
- src/core/ext/upbdefs-gen/envoy/extensions/clusters/aggregate/v3/cluster.upbdefs.c
|
|
1338
1348
|
- src/core/ext/upbdefs-gen/envoy/extensions/clusters/aggregate/v3/cluster.upbdefs.h
|
|
1349
|
+
- src/core/ext/upbdefs-gen/envoy/extensions/common/matching/v3/extension_matcher.upbdefs.c
|
|
1350
|
+
- src/core/ext/upbdefs-gen/envoy/extensions/common/matching/v3/extension_matcher.upbdefs.h
|
|
1339
1351
|
- src/core/ext/upbdefs-gen/envoy/extensions/filters/common/fault/v3/fault.upbdefs.c
|
|
1340
1352
|
- src/core/ext/upbdefs-gen/envoy/extensions/filters/common/fault/v3/fault.upbdefs.h
|
|
1353
|
+
- src/core/ext/upbdefs-gen/envoy/extensions/filters/common/matcher/action/v3/skip_action.upbdefs.c
|
|
1354
|
+
- src/core/ext/upbdefs-gen/envoy/extensions/filters/common/matcher/action/v3/skip_action.upbdefs.h
|
|
1355
|
+
- src/core/ext/upbdefs-gen/envoy/extensions/filters/http/composite/v3/composite.upbdefs.c
|
|
1356
|
+
- src/core/ext/upbdefs-gen/envoy/extensions/filters/http/composite/v3/composite.upbdefs.h
|
|
1341
1357
|
- src/core/ext/upbdefs-gen/envoy/extensions/filters/http/fault/v3/fault.upbdefs.c
|
|
1342
1358
|
- src/core/ext/upbdefs-gen/envoy/extensions/filters/http/fault/v3/fault.upbdefs.h
|
|
1343
1359
|
- src/core/ext/upbdefs-gen/envoy/extensions/filters/http/gcp_authn/v3/gcp_authn.upbdefs.c
|
|
@@ -1527,6 +1543,8 @@ files:
|
|
|
1527
1543
|
- src/core/filter/auth/server_auth_filter.cc
|
|
1528
1544
|
- src/core/filter/blackboard.cc
|
|
1529
1545
|
- src/core/filter/blackboard.h
|
|
1546
|
+
- src/core/filter/composite/composite_filter.cc
|
|
1547
|
+
- src/core/filter/composite/composite_filter.h
|
|
1530
1548
|
- src/core/filter/filter_args.h
|
|
1531
1549
|
- src/core/filter/filter_chain.h
|
|
1532
1550
|
- src/core/filter/fused_filters.cc
|
|
@@ -1547,6 +1565,7 @@ files:
|
|
|
1547
1565
|
- src/core/handshaker/proxy_mapper_registry.cc
|
|
1548
1566
|
- src/core/handshaker/proxy_mapper_registry.h
|
|
1549
1567
|
- src/core/handshaker/security/pipelined_secure_endpoint.cc
|
|
1568
|
+
- src/core/handshaker/security/pipelining_heuristic_selector.h
|
|
1550
1569
|
- src/core/handshaker/security/secure_endpoint.cc
|
|
1551
1570
|
- src/core/handshaker/security/secure_endpoint.h
|
|
1552
1571
|
- src/core/handshaker/security/security_handshaker.cc
|
|
@@ -1860,6 +1879,7 @@ files:
|
|
|
1860
1879
|
- src/core/lib/promise/if.h
|
|
1861
1880
|
- src/core/lib/promise/inter_activity_latch.h
|
|
1862
1881
|
- src/core/lib/promise/inter_activity_mutex.h
|
|
1882
|
+
- src/core/lib/promise/inter_activity_pipe.h
|
|
1863
1883
|
- src/core/lib/promise/interceptor_list.h
|
|
1864
1884
|
- src/core/lib/promise/latch.h
|
|
1865
1885
|
- src/core/lib/promise/loop.h
|
|
@@ -2035,6 +2055,7 @@ files:
|
|
|
2035
2055
|
- src/core/load_balancing/weighted_target/weighted_target.cc
|
|
2036
2056
|
- src/core/load_balancing/weighted_target/weighted_target.h
|
|
2037
2057
|
- src/core/load_balancing/xds/cds.cc
|
|
2058
|
+
- src/core/load_balancing/xds/cds.h
|
|
2038
2059
|
- src/core/load_balancing/xds/xds_channel_args.h
|
|
2039
2060
|
- src/core/load_balancing/xds/xds_cluster_impl.cc
|
|
2040
2061
|
- src/core/load_balancing/xds/xds_cluster_manager.cc
|
|
@@ -2127,6 +2148,8 @@ files:
|
|
|
2127
2148
|
- src/core/transport/endpoint_transport.h
|
|
2128
2149
|
- src/core/transport/endpoint_transport_client_channel_factory.cc
|
|
2129
2150
|
- src/core/transport/endpoint_transport_client_channel_factory.h
|
|
2151
|
+
- src/core/transport/session_endpoint.cc
|
|
2152
|
+
- src/core/transport/session_endpoint.h
|
|
2130
2153
|
- src/core/tsi/alts/crypt/aes_gcm.cc
|
|
2131
2154
|
- src/core/tsi/alts/crypt/gsec.cc
|
|
2132
2155
|
- src/core/tsi/alts/crypt/gsec.h
|
|
@@ -2374,6 +2397,8 @@ files:
|
|
|
2374
2397
|
- src/core/xds/grpc/xds_endpoint_parser.h
|
|
2375
2398
|
- src/core/xds/grpc/xds_health_status.cc
|
|
2376
2399
|
- src/core/xds/grpc/xds_health_status.h
|
|
2400
|
+
- src/core/xds/grpc/xds_http_composite_filter.cc
|
|
2401
|
+
- src/core/xds/grpc/xds_http_composite_filter.h
|
|
2377
2402
|
- src/core/xds/grpc/xds_http_fault_filter.cc
|
|
2378
2403
|
- src/core/xds/grpc/xds_http_fault_filter.h
|
|
2379
2404
|
- src/core/xds/grpc/xds_http_filter.cc
|
|
@@ -3011,532 +3036,530 @@ files:
|
|
|
3011
3036
|
- third_party/address_sorting/address_sorting_posix.c
|
|
3012
3037
|
- third_party/address_sorting/address_sorting_windows.c
|
|
3013
3038
|
- third_party/address_sorting/include/address_sorting/address_sorting.h
|
|
3014
|
-
- third_party/boringssl-with-bazel/
|
|
3015
|
-
- third_party/boringssl-with-bazel/
|
|
3016
|
-
- third_party/boringssl-with-bazel/
|
|
3017
|
-
- third_party/boringssl-with-bazel/
|
|
3018
|
-
- third_party/boringssl-with-bazel/
|
|
3019
|
-
- third_party/boringssl-with-bazel/
|
|
3020
|
-
- third_party/boringssl-with-bazel/
|
|
3021
|
-
- third_party/boringssl-with-bazel/
|
|
3022
|
-
- third_party/boringssl-with-bazel/
|
|
3023
|
-
- third_party/boringssl-with-bazel/
|
|
3024
|
-
- third_party/boringssl-with-bazel/
|
|
3025
|
-
- third_party/boringssl-with-bazel/
|
|
3026
|
-
- third_party/boringssl-with-bazel/
|
|
3027
|
-
- third_party/boringssl-with-bazel/
|
|
3028
|
-
- third_party/boringssl-with-bazel/
|
|
3029
|
-
- third_party/boringssl-with-bazel/
|
|
3030
|
-
- third_party/boringssl-with-bazel/
|
|
3031
|
-
- third_party/boringssl-with-bazel/
|
|
3032
|
-
- third_party/boringssl-with-bazel/
|
|
3033
|
-
- third_party/boringssl-with-bazel/
|
|
3034
|
-
- third_party/boringssl-with-bazel/
|
|
3035
|
-
- third_party/boringssl-with-bazel/
|
|
3036
|
-
- third_party/boringssl-with-bazel/
|
|
3037
|
-
- third_party/boringssl-with-bazel/
|
|
3038
|
-
- third_party/boringssl-with-bazel/
|
|
3039
|
-
- third_party/boringssl-with-bazel/
|
|
3040
|
-
- third_party/boringssl-with-bazel/
|
|
3041
|
-
- third_party/boringssl-with-bazel/
|
|
3042
|
-
- third_party/boringssl-with-bazel/
|
|
3043
|
-
- third_party/boringssl-with-bazel/
|
|
3044
|
-
- third_party/boringssl-with-bazel/
|
|
3045
|
-
- third_party/boringssl-with-bazel/
|
|
3046
|
-
- third_party/boringssl-with-bazel/
|
|
3047
|
-
- third_party/boringssl-with-bazel/
|
|
3048
|
-
- third_party/boringssl-with-bazel/
|
|
3049
|
-
- third_party/boringssl-with-bazel/
|
|
3050
|
-
- third_party/boringssl-with-bazel/
|
|
3051
|
-
- third_party/boringssl-with-bazel/
|
|
3052
|
-
- third_party/boringssl-with-bazel/
|
|
3053
|
-
- third_party/boringssl-with-bazel/
|
|
3054
|
-
- third_party/boringssl-with-bazel/
|
|
3055
|
-
- third_party/boringssl-with-bazel/
|
|
3056
|
-
- third_party/boringssl-with-bazel/
|
|
3057
|
-
- third_party/boringssl-with-bazel/
|
|
3058
|
-
- third_party/boringssl-with-bazel/
|
|
3059
|
-
- third_party/boringssl-with-bazel/
|
|
3060
|
-
- third_party/boringssl-with-bazel/
|
|
3061
|
-
- third_party/boringssl-with-bazel/
|
|
3062
|
-
- third_party/boringssl-with-bazel/
|
|
3063
|
-
- third_party/boringssl-with-bazel/
|
|
3064
|
-
- third_party/boringssl-with-bazel/
|
|
3065
|
-
- third_party/boringssl-with-bazel/
|
|
3066
|
-
- third_party/boringssl-with-bazel/
|
|
3067
|
-
- third_party/boringssl-with-bazel/
|
|
3068
|
-
- third_party/boringssl-with-bazel/
|
|
3069
|
-
- third_party/boringssl-with-bazel/
|
|
3070
|
-
- third_party/boringssl-with-bazel/
|
|
3071
|
-
- third_party/boringssl-with-bazel/
|
|
3072
|
-
- third_party/boringssl-with-bazel/
|
|
3073
|
-
- third_party/boringssl-with-bazel/
|
|
3074
|
-
- third_party/boringssl-with-bazel/
|
|
3075
|
-
- third_party/boringssl-with-bazel/
|
|
3076
|
-
- third_party/boringssl-with-bazel/
|
|
3077
|
-
- third_party/boringssl-with-bazel/
|
|
3078
|
-
- third_party/boringssl-with-bazel/
|
|
3079
|
-
- third_party/boringssl-with-bazel/
|
|
3080
|
-
- third_party/boringssl-with-bazel/
|
|
3081
|
-
- third_party/boringssl-with-bazel/
|
|
3082
|
-
- third_party/boringssl-with-bazel/
|
|
3083
|
-
- third_party/boringssl-with-bazel/
|
|
3084
|
-
- third_party/boringssl-with-bazel/
|
|
3085
|
-
- third_party/boringssl-with-bazel/
|
|
3086
|
-
- third_party/boringssl-with-bazel/
|
|
3087
|
-
- third_party/boringssl-with-bazel/
|
|
3088
|
-
- third_party/boringssl-with-bazel/
|
|
3089
|
-
- third_party/boringssl-with-bazel/
|
|
3090
|
-
- third_party/boringssl-with-bazel/
|
|
3091
|
-
- third_party/boringssl-with-bazel/
|
|
3092
|
-
- third_party/boringssl-with-bazel/
|
|
3093
|
-
- third_party/boringssl-with-bazel/
|
|
3094
|
-
- third_party/boringssl-with-bazel/
|
|
3095
|
-
- third_party/boringssl-with-bazel/
|
|
3096
|
-
- third_party/boringssl-with-bazel/
|
|
3097
|
-
- third_party/boringssl-with-bazel/
|
|
3098
|
-
- third_party/boringssl-with-bazel/
|
|
3099
|
-
- third_party/boringssl-with-bazel/
|
|
3100
|
-
- third_party/boringssl-with-bazel/
|
|
3101
|
-
- third_party/boringssl-with-bazel/
|
|
3102
|
-
- third_party/boringssl-with-bazel/
|
|
3103
|
-
- third_party/boringssl-with-bazel/
|
|
3104
|
-
- third_party/boringssl-with-bazel/
|
|
3105
|
-
- third_party/boringssl-with-bazel/
|
|
3106
|
-
- third_party/boringssl-with-bazel/
|
|
3107
|
-
- third_party/boringssl-with-bazel/
|
|
3108
|
-
- third_party/boringssl-with-bazel/
|
|
3109
|
-
- third_party/boringssl-with-bazel/
|
|
3110
|
-
- third_party/boringssl-with-bazel/
|
|
3111
|
-
- third_party/boringssl-with-bazel/
|
|
3112
|
-
- third_party/boringssl-with-bazel/
|
|
3113
|
-
- third_party/boringssl-with-bazel/
|
|
3114
|
-
- third_party/boringssl-with-bazel/
|
|
3115
|
-
- third_party/boringssl-with-bazel/
|
|
3116
|
-
- third_party/boringssl-with-bazel/
|
|
3117
|
-
- third_party/boringssl-with-bazel/
|
|
3118
|
-
- third_party/boringssl-with-bazel/
|
|
3119
|
-
- third_party/boringssl-with-bazel/
|
|
3120
|
-
- third_party/boringssl-with-bazel/
|
|
3121
|
-
- third_party/boringssl-with-bazel/
|
|
3122
|
-
- third_party/boringssl-with-bazel/
|
|
3123
|
-
- third_party/boringssl-with-bazel/
|
|
3124
|
-
- third_party/boringssl-with-bazel/
|
|
3125
|
-
- third_party/boringssl-with-bazel/
|
|
3126
|
-
- third_party/boringssl-with-bazel/
|
|
3127
|
-
- third_party/boringssl-with-bazel/
|
|
3128
|
-
- third_party/boringssl-with-bazel/
|
|
3129
|
-
- third_party/boringssl-with-bazel/
|
|
3130
|
-
- third_party/boringssl-with-bazel/
|
|
3131
|
-
- third_party/boringssl-with-bazel/
|
|
3132
|
-
- third_party/boringssl-with-bazel/
|
|
3133
|
-
- third_party/boringssl-with-bazel/
|
|
3134
|
-
- third_party/boringssl-with-bazel/
|
|
3135
|
-
- third_party/boringssl-with-bazel/
|
|
3136
|
-
- third_party/boringssl-with-bazel/
|
|
3137
|
-
- third_party/boringssl-with-bazel/
|
|
3138
|
-
- third_party/boringssl-with-bazel/
|
|
3139
|
-
- third_party/boringssl-with-bazel/
|
|
3140
|
-
- third_party/boringssl-with-bazel/
|
|
3141
|
-
- third_party/boringssl-with-bazel/
|
|
3142
|
-
- third_party/boringssl-with-bazel/
|
|
3143
|
-
- third_party/boringssl-with-bazel/
|
|
3144
|
-
- third_party/boringssl-with-bazel/
|
|
3145
|
-
- third_party/boringssl-with-bazel/
|
|
3146
|
-
- third_party/boringssl-with-bazel/
|
|
3147
|
-
- third_party/boringssl-with-bazel/
|
|
3148
|
-
- third_party/boringssl-with-bazel/
|
|
3149
|
-
- third_party/boringssl-with-bazel/
|
|
3150
|
-
- third_party/boringssl-with-bazel/
|
|
3151
|
-
- third_party/boringssl-with-bazel/
|
|
3152
|
-
- third_party/boringssl-with-bazel/
|
|
3153
|
-
- third_party/boringssl-with-bazel/
|
|
3154
|
-
- third_party/boringssl-with-bazel/
|
|
3155
|
-
- third_party/boringssl-with-bazel/
|
|
3156
|
-
- third_party/boringssl-with-bazel/
|
|
3157
|
-
- third_party/boringssl-with-bazel/
|
|
3158
|
-
- third_party/boringssl-with-bazel/
|
|
3159
|
-
- third_party/boringssl-with-bazel/
|
|
3160
|
-
- third_party/boringssl-with-bazel/
|
|
3161
|
-
- third_party/boringssl-with-bazel/
|
|
3162
|
-
- third_party/boringssl-with-bazel/
|
|
3163
|
-
- third_party/boringssl-with-bazel/
|
|
3164
|
-
- third_party/boringssl-with-bazel/
|
|
3165
|
-
- third_party/boringssl-with-bazel/
|
|
3166
|
-
- third_party/boringssl-with-bazel/
|
|
3167
|
-
- third_party/boringssl-with-bazel/
|
|
3168
|
-
- third_party/boringssl-with-bazel/
|
|
3169
|
-
- third_party/boringssl-with-bazel/
|
|
3170
|
-
- third_party/boringssl-with-bazel/
|
|
3171
|
-
- third_party/boringssl-with-bazel/
|
|
3172
|
-
- third_party/boringssl-with-bazel/
|
|
3173
|
-
- third_party/boringssl-with-bazel/
|
|
3174
|
-
- third_party/boringssl-with-bazel/
|
|
3175
|
-
- third_party/boringssl-with-bazel/
|
|
3176
|
-
- third_party/boringssl-with-bazel/
|
|
3177
|
-
- third_party/boringssl-with-bazel/
|
|
3178
|
-
- third_party/boringssl-with-bazel/
|
|
3179
|
-
- third_party/boringssl-with-bazel/
|
|
3180
|
-
- third_party/boringssl-with-bazel/
|
|
3181
|
-
- third_party/boringssl-with-bazel/
|
|
3182
|
-
- third_party/boringssl-with-bazel/
|
|
3183
|
-
- third_party/boringssl-with-bazel/
|
|
3184
|
-
- third_party/boringssl-with-bazel/
|
|
3185
|
-
- third_party/boringssl-with-bazel/
|
|
3186
|
-
- third_party/boringssl-with-bazel/
|
|
3187
|
-
- third_party/boringssl-with-bazel/
|
|
3188
|
-
- third_party/boringssl-with-bazel/
|
|
3189
|
-
- third_party/boringssl-with-bazel/
|
|
3190
|
-
- third_party/boringssl-with-bazel/
|
|
3191
|
-
- third_party/boringssl-with-bazel/
|
|
3192
|
-
- third_party/boringssl-with-bazel/
|
|
3193
|
-
- third_party/boringssl-with-bazel/
|
|
3194
|
-
- third_party/boringssl-with-bazel/
|
|
3195
|
-
- third_party/boringssl-with-bazel/
|
|
3196
|
-
- third_party/boringssl-with-bazel/
|
|
3197
|
-
- third_party/boringssl-with-bazel/
|
|
3198
|
-
- third_party/boringssl-with-bazel/
|
|
3199
|
-
- third_party/boringssl-with-bazel/
|
|
3200
|
-
- third_party/boringssl-with-bazel/
|
|
3201
|
-
- third_party/boringssl-with-bazel/
|
|
3202
|
-
- third_party/boringssl-with-bazel/
|
|
3203
|
-
- third_party/boringssl-with-bazel/
|
|
3204
|
-
- third_party/boringssl-with-bazel/
|
|
3205
|
-
- third_party/boringssl-with-bazel/
|
|
3206
|
-
- third_party/boringssl-with-bazel/
|
|
3207
|
-
- third_party/boringssl-with-bazel/
|
|
3208
|
-
- third_party/boringssl-with-bazel/
|
|
3209
|
-
- third_party/boringssl-with-bazel/
|
|
3210
|
-
- third_party/boringssl-with-bazel/
|
|
3211
|
-
- third_party/boringssl-with-bazel/
|
|
3212
|
-
- third_party/boringssl-with-bazel/
|
|
3213
|
-
- third_party/boringssl-with-bazel/
|
|
3214
|
-
- third_party/boringssl-with-bazel/
|
|
3215
|
-
- third_party/boringssl-with-bazel/
|
|
3216
|
-
- third_party/boringssl-with-bazel/
|
|
3217
|
-
- third_party/boringssl-with-bazel/
|
|
3218
|
-
- third_party/boringssl-with-bazel/
|
|
3219
|
-
- third_party/boringssl-with-bazel/
|
|
3220
|
-
- third_party/boringssl-with-bazel/
|
|
3221
|
-
- third_party/boringssl-with-bazel/
|
|
3222
|
-
- third_party/boringssl-with-bazel/
|
|
3223
|
-
- third_party/boringssl-with-bazel/
|
|
3224
|
-
- third_party/boringssl-with-bazel/
|
|
3225
|
-
- third_party/boringssl-with-bazel/
|
|
3226
|
-
- third_party/boringssl-with-bazel/
|
|
3227
|
-
- third_party/boringssl-with-bazel/
|
|
3228
|
-
- third_party/boringssl-with-bazel/
|
|
3229
|
-
- third_party/boringssl-with-bazel/
|
|
3230
|
-
- third_party/boringssl-with-bazel/
|
|
3231
|
-
- third_party/boringssl-with-bazel/
|
|
3232
|
-
- third_party/boringssl-with-bazel/
|
|
3233
|
-
- third_party/boringssl-with-bazel/
|
|
3234
|
-
- third_party/boringssl-with-bazel/
|
|
3235
|
-
- third_party/boringssl-with-bazel/
|
|
3236
|
-
- third_party/boringssl-with-bazel/
|
|
3237
|
-
- third_party/boringssl-with-bazel/
|
|
3238
|
-
- third_party/boringssl-with-bazel/
|
|
3239
|
-
- third_party/boringssl-with-bazel/
|
|
3240
|
-
- third_party/boringssl-with-bazel/
|
|
3241
|
-
- third_party/boringssl-with-bazel/
|
|
3242
|
-
- third_party/boringssl-with-bazel/
|
|
3243
|
-
- third_party/boringssl-with-bazel/
|
|
3244
|
-
- third_party/boringssl-with-bazel/
|
|
3245
|
-
- third_party/boringssl-with-bazel/
|
|
3246
|
-
- third_party/boringssl-with-bazel/
|
|
3247
|
-
- third_party/boringssl-with-bazel/
|
|
3248
|
-
- third_party/boringssl-with-bazel/
|
|
3249
|
-
- third_party/boringssl-with-bazel/
|
|
3250
|
-
- third_party/boringssl-with-bazel/
|
|
3251
|
-
- third_party/boringssl-with-bazel/
|
|
3252
|
-
- third_party/boringssl-with-bazel/
|
|
3253
|
-
- third_party/boringssl-with-bazel/
|
|
3254
|
-
- third_party/boringssl-with-bazel/
|
|
3255
|
-
- third_party/boringssl-with-bazel/
|
|
3256
|
-
- third_party/boringssl-with-bazel/
|
|
3257
|
-
- third_party/boringssl-with-bazel/
|
|
3258
|
-
- third_party/boringssl-with-bazel/
|
|
3259
|
-
- third_party/boringssl-with-bazel/
|
|
3260
|
-
- third_party/boringssl-with-bazel/
|
|
3261
|
-
- third_party/boringssl-with-bazel/
|
|
3262
|
-
- third_party/boringssl-with-bazel/
|
|
3263
|
-
- third_party/boringssl-with-bazel/
|
|
3264
|
-
- third_party/boringssl-with-bazel/
|
|
3265
|
-
- third_party/boringssl-with-bazel/
|
|
3266
|
-
- third_party/boringssl-with-bazel/
|
|
3267
|
-
- third_party/boringssl-with-bazel/
|
|
3268
|
-
- third_party/boringssl-with-bazel/
|
|
3269
|
-
- third_party/boringssl-with-bazel/
|
|
3270
|
-
- third_party/boringssl-with-bazel/
|
|
3271
|
-
- third_party/boringssl-with-bazel/
|
|
3272
|
-
- third_party/boringssl-with-bazel/
|
|
3273
|
-
- third_party/boringssl-with-bazel/
|
|
3274
|
-
- third_party/boringssl-with-bazel/
|
|
3275
|
-
- third_party/boringssl-with-bazel/
|
|
3276
|
-
- third_party/boringssl-with-bazel/
|
|
3277
|
-
- third_party/boringssl-with-bazel/
|
|
3278
|
-
- third_party/boringssl-with-bazel/
|
|
3279
|
-
- third_party/boringssl-with-bazel/
|
|
3280
|
-
- third_party/boringssl-with-bazel/
|
|
3281
|
-
- third_party/boringssl-with-bazel/
|
|
3282
|
-
- third_party/boringssl-with-bazel/
|
|
3283
|
-
- third_party/boringssl-with-bazel/
|
|
3284
|
-
- third_party/boringssl-with-bazel/
|
|
3285
|
-
- third_party/boringssl-with-bazel/
|
|
3286
|
-
- third_party/boringssl-with-bazel/
|
|
3287
|
-
- third_party/boringssl-with-bazel/
|
|
3288
|
-
- third_party/boringssl-with-bazel/
|
|
3289
|
-
- third_party/boringssl-with-bazel/
|
|
3290
|
-
- third_party/boringssl-with-bazel/
|
|
3291
|
-
- third_party/boringssl-with-bazel/
|
|
3292
|
-
- third_party/boringssl-with-bazel/
|
|
3293
|
-
- third_party/boringssl-with-bazel/
|
|
3294
|
-
- third_party/boringssl-with-bazel/
|
|
3295
|
-
- third_party/boringssl-with-bazel/
|
|
3296
|
-
- third_party/boringssl-with-bazel/
|
|
3297
|
-
- third_party/boringssl-with-bazel/
|
|
3298
|
-
- third_party/boringssl-with-bazel/
|
|
3299
|
-
- third_party/boringssl-with-bazel/
|
|
3300
|
-
- third_party/boringssl-with-bazel/
|
|
3301
|
-
- third_party/boringssl-with-bazel/
|
|
3302
|
-
- third_party/boringssl-with-bazel/
|
|
3303
|
-
- third_party/boringssl-with-bazel/
|
|
3304
|
-
- third_party/boringssl-with-bazel/
|
|
3305
|
-
- third_party/boringssl-with-bazel/
|
|
3306
|
-
- third_party/boringssl-with-bazel/
|
|
3307
|
-
- third_party/boringssl-with-bazel/
|
|
3308
|
-
- third_party/boringssl-with-bazel/
|
|
3309
|
-
- third_party/boringssl-with-bazel/
|
|
3310
|
-
- third_party/boringssl-with-bazel/
|
|
3311
|
-
- third_party/boringssl-with-bazel/
|
|
3312
|
-
- third_party/boringssl-with-bazel/
|
|
3313
|
-
- third_party/boringssl-with-bazel/
|
|
3314
|
-
- third_party/boringssl-with-bazel/
|
|
3315
|
-
- third_party/boringssl-with-bazel/
|
|
3316
|
-
- third_party/boringssl-with-bazel/
|
|
3317
|
-
- third_party/boringssl-with-bazel/
|
|
3318
|
-
- third_party/boringssl-with-bazel/
|
|
3319
|
-
- third_party/boringssl-with-bazel/
|
|
3320
|
-
- third_party/boringssl-with-bazel/
|
|
3321
|
-
- third_party/boringssl-with-bazel/
|
|
3322
|
-
- third_party/boringssl-with-bazel/
|
|
3323
|
-
- third_party/boringssl-with-bazel/
|
|
3324
|
-
- third_party/boringssl-with-bazel/
|
|
3325
|
-
- third_party/boringssl-with-bazel/
|
|
3326
|
-
- third_party/boringssl-with-bazel/
|
|
3327
|
-
- third_party/boringssl-with-bazel/
|
|
3328
|
-
- third_party/boringssl-with-bazel/
|
|
3329
|
-
- third_party/boringssl-with-bazel/
|
|
3330
|
-
- third_party/boringssl-with-bazel/
|
|
3331
|
-
- third_party/boringssl-with-bazel/
|
|
3332
|
-
- third_party/boringssl-with-bazel/
|
|
3333
|
-
- third_party/boringssl-with-bazel/
|
|
3334
|
-
- third_party/boringssl-with-bazel/
|
|
3335
|
-
- third_party/boringssl-with-bazel/
|
|
3336
|
-
- third_party/boringssl-with-bazel/
|
|
3337
|
-
- third_party/boringssl-with-bazel/
|
|
3338
|
-
- third_party/boringssl-with-bazel/
|
|
3339
|
-
- third_party/boringssl-with-bazel/
|
|
3340
|
-
- third_party/boringssl-with-bazel/
|
|
3341
|
-
- third_party/boringssl-with-bazel/
|
|
3342
|
-
- third_party/boringssl-with-bazel/
|
|
3343
|
-
- third_party/boringssl-with-bazel/
|
|
3344
|
-
- third_party/boringssl-with-bazel/
|
|
3345
|
-
- third_party/boringssl-with-bazel/
|
|
3346
|
-
- third_party/boringssl-with-bazel/
|
|
3347
|
-
- third_party/boringssl-with-bazel/
|
|
3348
|
-
- third_party/boringssl-with-bazel/
|
|
3349
|
-
- third_party/boringssl-with-bazel/
|
|
3350
|
-
- third_party/boringssl-with-bazel/
|
|
3351
|
-
- third_party/boringssl-with-bazel/
|
|
3352
|
-
- third_party/boringssl-with-bazel/
|
|
3353
|
-
- third_party/boringssl-with-bazel/
|
|
3354
|
-
- third_party/boringssl-with-bazel/
|
|
3355
|
-
- third_party/boringssl-with-bazel/
|
|
3356
|
-
- third_party/boringssl-with-bazel/
|
|
3357
|
-
- third_party/boringssl-with-bazel/
|
|
3358
|
-
- third_party/boringssl-with-bazel/
|
|
3359
|
-
- third_party/boringssl-with-bazel/
|
|
3360
|
-
- third_party/boringssl-with-bazel/
|
|
3361
|
-
- third_party/boringssl-with-bazel/
|
|
3362
|
-
- third_party/boringssl-with-bazel/
|
|
3363
|
-
- third_party/boringssl-with-bazel/
|
|
3364
|
-
- third_party/boringssl-with-bazel/
|
|
3365
|
-
- third_party/boringssl-with-bazel/
|
|
3366
|
-
- third_party/boringssl-with-bazel/
|
|
3367
|
-
- third_party/boringssl-with-bazel/
|
|
3368
|
-
- third_party/boringssl-with-bazel/
|
|
3369
|
-
- third_party/boringssl-with-bazel/
|
|
3370
|
-
- third_party/boringssl-with-bazel/
|
|
3371
|
-
- third_party/boringssl-with-bazel/
|
|
3372
|
-
- third_party/boringssl-with-bazel/
|
|
3373
|
-
- third_party/boringssl-with-bazel/
|
|
3374
|
-
- third_party/boringssl-with-bazel/
|
|
3375
|
-
- third_party/boringssl-with-bazel/
|
|
3376
|
-
- third_party/boringssl-with-bazel/
|
|
3377
|
-
- third_party/boringssl-with-bazel/
|
|
3378
|
-
- third_party/boringssl-with-bazel/
|
|
3379
|
-
- third_party/boringssl-with-bazel/
|
|
3380
|
-
- third_party/boringssl-with-bazel/
|
|
3381
|
-
- third_party/boringssl-with-bazel/
|
|
3382
|
-
- third_party/boringssl-with-bazel/
|
|
3383
|
-
- third_party/boringssl-with-bazel/
|
|
3384
|
-
- third_party/boringssl-with-bazel/
|
|
3385
|
-
- third_party/boringssl-with-bazel/
|
|
3386
|
-
- third_party/boringssl-with-bazel/
|
|
3387
|
-
- third_party/boringssl-with-bazel/
|
|
3388
|
-
- third_party/boringssl-with-bazel/
|
|
3389
|
-
- third_party/boringssl-with-bazel/
|
|
3390
|
-
- third_party/boringssl-with-bazel/
|
|
3391
|
-
- third_party/boringssl-with-bazel/
|
|
3392
|
-
- third_party/boringssl-with-bazel/
|
|
3393
|
-
- third_party/boringssl-with-bazel/
|
|
3394
|
-
- third_party/boringssl-with-bazel/
|
|
3395
|
-
- third_party/boringssl-with-bazel/
|
|
3396
|
-
- third_party/boringssl-with-bazel/
|
|
3397
|
-
- third_party/boringssl-with-bazel/
|
|
3398
|
-
- third_party/boringssl-with-bazel/
|
|
3399
|
-
- third_party/boringssl-with-bazel/
|
|
3400
|
-
- third_party/boringssl-with-bazel/
|
|
3401
|
-
- third_party/boringssl-with-bazel/
|
|
3402
|
-
- third_party/boringssl-with-bazel/
|
|
3403
|
-
- third_party/boringssl-with-bazel/
|
|
3404
|
-
- third_party/boringssl-with-bazel/
|
|
3405
|
-
- third_party/boringssl-with-bazel/
|
|
3406
|
-
- third_party/boringssl-with-bazel/
|
|
3407
|
-
- third_party/boringssl-with-bazel/
|
|
3408
|
-
- third_party/boringssl-with-bazel/
|
|
3409
|
-
- third_party/boringssl-with-bazel/
|
|
3410
|
-
- third_party/boringssl-with-bazel/
|
|
3411
|
-
- third_party/boringssl-with-bazel/
|
|
3412
|
-
- third_party/boringssl-with-bazel/
|
|
3413
|
-
- third_party/boringssl-with-bazel/
|
|
3414
|
-
- third_party/boringssl-with-bazel/
|
|
3415
|
-
- third_party/boringssl-with-bazel/
|
|
3416
|
-
- third_party/boringssl-with-bazel/
|
|
3417
|
-
- third_party/boringssl-with-bazel/
|
|
3418
|
-
- third_party/boringssl-with-bazel/
|
|
3419
|
-
- third_party/boringssl-with-bazel/
|
|
3420
|
-
- third_party/boringssl-with-bazel/
|
|
3421
|
-
- third_party/boringssl-with-bazel/
|
|
3422
|
-
- third_party/boringssl-with-bazel/
|
|
3423
|
-
- third_party/boringssl-with-bazel/
|
|
3424
|
-
- third_party/boringssl-with-bazel/
|
|
3425
|
-
- third_party/boringssl-with-bazel/
|
|
3426
|
-
- third_party/boringssl-with-bazel/
|
|
3427
|
-
- third_party/boringssl-with-bazel/
|
|
3428
|
-
- third_party/boringssl-with-bazel/
|
|
3429
|
-
- third_party/boringssl-with-bazel/
|
|
3430
|
-
- third_party/boringssl-with-bazel/
|
|
3431
|
-
- third_party/boringssl-with-bazel/
|
|
3432
|
-
- third_party/boringssl-with-bazel/
|
|
3433
|
-
- third_party/boringssl-with-bazel/
|
|
3434
|
-
- third_party/boringssl-with-bazel/
|
|
3435
|
-
- third_party/boringssl-with-bazel/
|
|
3436
|
-
- third_party/boringssl-with-bazel/
|
|
3437
|
-
- third_party/boringssl-with-bazel/
|
|
3438
|
-
- third_party/boringssl-with-bazel/
|
|
3439
|
-
- third_party/boringssl-with-bazel/
|
|
3440
|
-
- third_party/boringssl-with-bazel/
|
|
3441
|
-
- third_party/boringssl-with-bazel/
|
|
3442
|
-
- third_party/boringssl-with-bazel/
|
|
3443
|
-
- third_party/boringssl-with-bazel/
|
|
3444
|
-
- third_party/boringssl-with-bazel/
|
|
3445
|
-
- third_party/boringssl-with-bazel/
|
|
3446
|
-
- third_party/boringssl-with-bazel/
|
|
3447
|
-
- third_party/boringssl-with-bazel/
|
|
3448
|
-
- third_party/boringssl-with-bazel/
|
|
3449
|
-
- third_party/boringssl-with-bazel/
|
|
3450
|
-
- third_party/boringssl-with-bazel/
|
|
3451
|
-
- third_party/boringssl-with-bazel/
|
|
3452
|
-
- third_party/boringssl-with-bazel/
|
|
3453
|
-
- third_party/boringssl-with-bazel/
|
|
3454
|
-
- third_party/boringssl-with-bazel/
|
|
3455
|
-
- third_party/boringssl-with-bazel/
|
|
3456
|
-
- third_party/boringssl-with-bazel/
|
|
3457
|
-
- third_party/boringssl-with-bazel/
|
|
3458
|
-
- third_party/boringssl-with-bazel/
|
|
3459
|
-
- third_party/boringssl-with-bazel/
|
|
3460
|
-
- third_party/boringssl-with-bazel/
|
|
3461
|
-
- third_party/boringssl-with-bazel/
|
|
3462
|
-
- third_party/boringssl-with-bazel/
|
|
3463
|
-
- third_party/boringssl-with-bazel/
|
|
3464
|
-
- third_party/boringssl-with-bazel/
|
|
3465
|
-
- third_party/boringssl-with-bazel/
|
|
3466
|
-
- third_party/boringssl-with-bazel/
|
|
3467
|
-
- third_party/boringssl-with-bazel/
|
|
3468
|
-
- third_party/boringssl-with-bazel/
|
|
3469
|
-
- third_party/boringssl-with-bazel/
|
|
3470
|
-
- third_party/boringssl-with-bazel/
|
|
3471
|
-
- third_party/boringssl-with-bazel/
|
|
3472
|
-
- third_party/boringssl-with-bazel/
|
|
3473
|
-
- third_party/boringssl-with-bazel/
|
|
3474
|
-
- third_party/boringssl-with-bazel/
|
|
3475
|
-
- third_party/boringssl-with-bazel/
|
|
3476
|
-
- third_party/boringssl-with-bazel/
|
|
3477
|
-
- third_party/boringssl-with-bazel/
|
|
3478
|
-
- third_party/boringssl-with-bazel/
|
|
3479
|
-
- third_party/boringssl-with-bazel/
|
|
3480
|
-
- third_party/boringssl-with-bazel/
|
|
3481
|
-
- third_party/boringssl-with-bazel/
|
|
3482
|
-
- third_party/boringssl-with-bazel/
|
|
3483
|
-
- third_party/boringssl-with-bazel/
|
|
3484
|
-
- third_party/boringssl-with-bazel/
|
|
3485
|
-
- third_party/boringssl-with-bazel/
|
|
3486
|
-
- third_party/boringssl-with-bazel/
|
|
3487
|
-
- third_party/boringssl-with-bazel/
|
|
3488
|
-
- third_party/boringssl-with-bazel/
|
|
3489
|
-
- third_party/boringssl-with-bazel/
|
|
3490
|
-
- third_party/boringssl-with-bazel/
|
|
3491
|
-
- third_party/boringssl-with-bazel/
|
|
3492
|
-
- third_party/boringssl-with-bazel/
|
|
3493
|
-
- third_party/boringssl-with-bazel/
|
|
3494
|
-
- third_party/boringssl-with-bazel/
|
|
3495
|
-
- third_party/boringssl-with-bazel/
|
|
3496
|
-
- third_party/boringssl-with-bazel/
|
|
3497
|
-
- third_party/boringssl-with-bazel/
|
|
3498
|
-
- third_party/boringssl-with-bazel/
|
|
3499
|
-
- third_party/boringssl-with-bazel/
|
|
3500
|
-
- third_party/boringssl-with-bazel/
|
|
3501
|
-
- third_party/boringssl-with-bazel/
|
|
3502
|
-
- third_party/boringssl-with-bazel/
|
|
3503
|
-
- third_party/boringssl-with-bazel/
|
|
3504
|
-
- third_party/boringssl-with-bazel/
|
|
3505
|
-
- third_party/boringssl-with-bazel/
|
|
3506
|
-
- third_party/boringssl-with-bazel/
|
|
3507
|
-
- third_party/boringssl-with-bazel/
|
|
3508
|
-
- third_party/boringssl-with-bazel/
|
|
3509
|
-
- third_party/boringssl-with-bazel/
|
|
3510
|
-
- third_party/boringssl-with-bazel/
|
|
3511
|
-
- third_party/boringssl-with-bazel/
|
|
3512
|
-
- third_party/boringssl-with-bazel/
|
|
3513
|
-
- third_party/boringssl-with-bazel/
|
|
3514
|
-
- third_party/boringssl-with-bazel/
|
|
3515
|
-
- third_party/boringssl-with-bazel/
|
|
3516
|
-
- third_party/boringssl-with-bazel/
|
|
3517
|
-
- third_party/boringssl-with-bazel/
|
|
3518
|
-
- third_party/boringssl-with-bazel/
|
|
3519
|
-
- third_party/boringssl-with-bazel/
|
|
3520
|
-
- third_party/boringssl-with-bazel/
|
|
3521
|
-
- third_party/boringssl-with-bazel/
|
|
3522
|
-
- third_party/boringssl-with-bazel/
|
|
3523
|
-
- third_party/boringssl-with-bazel/
|
|
3524
|
-
- third_party/boringssl-with-bazel/
|
|
3525
|
-
- third_party/boringssl-with-bazel/
|
|
3526
|
-
- third_party/boringssl-with-bazel/
|
|
3527
|
-
- third_party/boringssl-with-bazel/
|
|
3528
|
-
- third_party/boringssl-with-bazel/
|
|
3529
|
-
- third_party/boringssl-with-bazel/
|
|
3530
|
-
- third_party/boringssl-with-bazel/
|
|
3531
|
-
- third_party/boringssl-with-bazel/
|
|
3532
|
-
- third_party/boringssl-with-bazel/
|
|
3533
|
-
- third_party/boringssl-with-bazel/
|
|
3534
|
-
- third_party/boringssl-with-bazel/
|
|
3535
|
-
- third_party/boringssl-with-bazel/
|
|
3536
|
-
- third_party/boringssl-with-bazel/
|
|
3537
|
-
- third_party/boringssl-with-bazel/
|
|
3538
|
-
- third_party/boringssl-with-bazel/src/third_party/fiat/p256_64.h
|
|
3539
|
-
- third_party/boringssl-with-bazel/src/third_party/fiat/p256_64_msvc.h
|
|
3039
|
+
- third_party/boringssl-with-bazel/crypto/aes/aes.cc
|
|
3040
|
+
- third_party/boringssl-with-bazel/crypto/asn1/a_bitstr.cc
|
|
3041
|
+
- third_party/boringssl-with-bazel/crypto/asn1/a_bool.cc
|
|
3042
|
+
- third_party/boringssl-with-bazel/crypto/asn1/a_d2i_fp.cc
|
|
3043
|
+
- third_party/boringssl-with-bazel/crypto/asn1/a_dup.cc
|
|
3044
|
+
- third_party/boringssl-with-bazel/crypto/asn1/a_gentm.cc
|
|
3045
|
+
- third_party/boringssl-with-bazel/crypto/asn1/a_i2d_fp.cc
|
|
3046
|
+
- third_party/boringssl-with-bazel/crypto/asn1/a_int.cc
|
|
3047
|
+
- third_party/boringssl-with-bazel/crypto/asn1/a_mbstr.cc
|
|
3048
|
+
- third_party/boringssl-with-bazel/crypto/asn1/a_object.cc
|
|
3049
|
+
- third_party/boringssl-with-bazel/crypto/asn1/a_octet.cc
|
|
3050
|
+
- third_party/boringssl-with-bazel/crypto/asn1/a_strex.cc
|
|
3051
|
+
- third_party/boringssl-with-bazel/crypto/asn1/a_strnid.cc
|
|
3052
|
+
- third_party/boringssl-with-bazel/crypto/asn1/a_time.cc
|
|
3053
|
+
- third_party/boringssl-with-bazel/crypto/asn1/a_type.cc
|
|
3054
|
+
- third_party/boringssl-with-bazel/crypto/asn1/a_utctm.cc
|
|
3055
|
+
- third_party/boringssl-with-bazel/crypto/asn1/asn1_lib.cc
|
|
3056
|
+
- third_party/boringssl-with-bazel/crypto/asn1/asn1_par.cc
|
|
3057
|
+
- third_party/boringssl-with-bazel/crypto/asn1/asn_pack.cc
|
|
3058
|
+
- third_party/boringssl-with-bazel/crypto/asn1/f_int.cc
|
|
3059
|
+
- third_party/boringssl-with-bazel/crypto/asn1/f_string.cc
|
|
3060
|
+
- third_party/boringssl-with-bazel/crypto/asn1/internal.h
|
|
3061
|
+
- third_party/boringssl-with-bazel/crypto/asn1/posix_time.cc
|
|
3062
|
+
- third_party/boringssl-with-bazel/crypto/asn1/tasn_dec.cc
|
|
3063
|
+
- third_party/boringssl-with-bazel/crypto/asn1/tasn_enc.cc
|
|
3064
|
+
- third_party/boringssl-with-bazel/crypto/asn1/tasn_fre.cc
|
|
3065
|
+
- third_party/boringssl-with-bazel/crypto/asn1/tasn_new.cc
|
|
3066
|
+
- third_party/boringssl-with-bazel/crypto/asn1/tasn_typ.cc
|
|
3067
|
+
- third_party/boringssl-with-bazel/crypto/asn1/tasn_utl.cc
|
|
3068
|
+
- third_party/boringssl-with-bazel/crypto/base64/base64.cc
|
|
3069
|
+
- third_party/boringssl-with-bazel/crypto/bcm_support.h
|
|
3070
|
+
- third_party/boringssl-with-bazel/crypto/bio/bio.cc
|
|
3071
|
+
- third_party/boringssl-with-bazel/crypto/bio/bio_mem.cc
|
|
3072
|
+
- third_party/boringssl-with-bazel/crypto/bio/connect.cc
|
|
3073
|
+
- third_party/boringssl-with-bazel/crypto/bio/errno.cc
|
|
3074
|
+
- third_party/boringssl-with-bazel/crypto/bio/fd.cc
|
|
3075
|
+
- third_party/boringssl-with-bazel/crypto/bio/file.cc
|
|
3076
|
+
- third_party/boringssl-with-bazel/crypto/bio/hexdump.cc
|
|
3077
|
+
- third_party/boringssl-with-bazel/crypto/bio/internal.h
|
|
3078
|
+
- third_party/boringssl-with-bazel/crypto/bio/pair.cc
|
|
3079
|
+
- third_party/boringssl-with-bazel/crypto/bio/printf.cc
|
|
3080
|
+
- third_party/boringssl-with-bazel/crypto/bio/socket.cc
|
|
3081
|
+
- third_party/boringssl-with-bazel/crypto/bio/socket_helper.cc
|
|
3082
|
+
- third_party/boringssl-with-bazel/crypto/blake2/blake2.cc
|
|
3083
|
+
- third_party/boringssl-with-bazel/crypto/bn/bn_asn1.cc
|
|
3084
|
+
- third_party/boringssl-with-bazel/crypto/bn/convert.cc
|
|
3085
|
+
- third_party/boringssl-with-bazel/crypto/bn/exponentiation.cc
|
|
3086
|
+
- third_party/boringssl-with-bazel/crypto/buf/buf.cc
|
|
3087
|
+
- third_party/boringssl-with-bazel/crypto/bytestring/asn1_compat.cc
|
|
3088
|
+
- third_party/boringssl-with-bazel/crypto/bytestring/ber.cc
|
|
3089
|
+
- third_party/boringssl-with-bazel/crypto/bytestring/cbb.cc
|
|
3090
|
+
- third_party/boringssl-with-bazel/crypto/bytestring/cbs.cc
|
|
3091
|
+
- third_party/boringssl-with-bazel/crypto/bytestring/internal.h
|
|
3092
|
+
- third_party/boringssl-with-bazel/crypto/bytestring/unicode.cc
|
|
3093
|
+
- third_party/boringssl-with-bazel/crypto/chacha/chacha.cc
|
|
3094
|
+
- third_party/boringssl-with-bazel/crypto/chacha/internal.h
|
|
3095
|
+
- third_party/boringssl-with-bazel/crypto/cipher/derive_key.cc
|
|
3096
|
+
- third_party/boringssl-with-bazel/crypto/cipher/e_aesctrhmac.cc
|
|
3097
|
+
- third_party/boringssl-with-bazel/crypto/cipher/e_aeseax.cc
|
|
3098
|
+
- third_party/boringssl-with-bazel/crypto/cipher/e_aesgcmsiv.cc
|
|
3099
|
+
- third_party/boringssl-with-bazel/crypto/cipher/e_chacha20poly1305.cc
|
|
3100
|
+
- third_party/boringssl-with-bazel/crypto/cipher/e_des.cc
|
|
3101
|
+
- third_party/boringssl-with-bazel/crypto/cipher/e_null.cc
|
|
3102
|
+
- third_party/boringssl-with-bazel/crypto/cipher/e_rc2.cc
|
|
3103
|
+
- third_party/boringssl-with-bazel/crypto/cipher/e_rc4.cc
|
|
3104
|
+
- third_party/boringssl-with-bazel/crypto/cipher/e_tls.cc
|
|
3105
|
+
- third_party/boringssl-with-bazel/crypto/cipher/get_cipher.cc
|
|
3106
|
+
- third_party/boringssl-with-bazel/crypto/cipher/internal.h
|
|
3107
|
+
- third_party/boringssl-with-bazel/crypto/cipher/tls_cbc.cc
|
|
3108
|
+
- third_party/boringssl-with-bazel/crypto/cms/cms.cc
|
|
3109
|
+
- third_party/boringssl-with-bazel/crypto/conf/conf.cc
|
|
3110
|
+
- third_party/boringssl-with-bazel/crypto/conf/internal.h
|
|
3111
|
+
- third_party/boringssl-with-bazel/crypto/cpu_aarch64_apple.cc
|
|
3112
|
+
- third_party/boringssl-with-bazel/crypto/cpu_aarch64_fuchsia.cc
|
|
3113
|
+
- third_party/boringssl-with-bazel/crypto/cpu_aarch64_linux.cc
|
|
3114
|
+
- third_party/boringssl-with-bazel/crypto/cpu_aarch64_openbsd.cc
|
|
3115
|
+
- third_party/boringssl-with-bazel/crypto/cpu_aarch64_sysreg.cc
|
|
3116
|
+
- third_party/boringssl-with-bazel/crypto/cpu_aarch64_win.cc
|
|
3117
|
+
- third_party/boringssl-with-bazel/crypto/cpu_arm_freebsd.cc
|
|
3118
|
+
- third_party/boringssl-with-bazel/crypto/cpu_arm_linux.cc
|
|
3119
|
+
- third_party/boringssl-with-bazel/crypto/cpu_arm_linux.h
|
|
3120
|
+
- third_party/boringssl-with-bazel/crypto/cpu_intel.cc
|
|
3121
|
+
- third_party/boringssl-with-bazel/crypto/crypto.cc
|
|
3122
|
+
- third_party/boringssl-with-bazel/crypto/curve25519/curve25519.cc
|
|
3123
|
+
- third_party/boringssl-with-bazel/crypto/curve25519/curve25519_64_adx.cc
|
|
3124
|
+
- third_party/boringssl-with-bazel/crypto/curve25519/curve25519_tables.h
|
|
3125
|
+
- third_party/boringssl-with-bazel/crypto/curve25519/internal.h
|
|
3126
|
+
- third_party/boringssl-with-bazel/crypto/curve25519/spake25519.cc
|
|
3127
|
+
- third_party/boringssl-with-bazel/crypto/des/des.cc
|
|
3128
|
+
- third_party/boringssl-with-bazel/crypto/des/internal.h
|
|
3129
|
+
- third_party/boringssl-with-bazel/crypto/dh/dh_asn1.cc
|
|
3130
|
+
- third_party/boringssl-with-bazel/crypto/dh/params.cc
|
|
3131
|
+
- third_party/boringssl-with-bazel/crypto/digest/digest_extra.cc
|
|
3132
|
+
- third_party/boringssl-with-bazel/crypto/dsa/dsa.cc
|
|
3133
|
+
- third_party/boringssl-with-bazel/crypto/dsa/dsa_asn1.cc
|
|
3134
|
+
- third_party/boringssl-with-bazel/crypto/dsa/internal.h
|
|
3135
|
+
- third_party/boringssl-with-bazel/crypto/ec/ec_asn1.cc
|
|
3136
|
+
- third_party/boringssl-with-bazel/crypto/ec/ec_derive.cc
|
|
3137
|
+
- third_party/boringssl-with-bazel/crypto/ec/hash_to_curve.cc
|
|
3138
|
+
- third_party/boringssl-with-bazel/crypto/ec/internal.h
|
|
3139
|
+
- third_party/boringssl-with-bazel/crypto/ecdh/ecdh.cc
|
|
3140
|
+
- third_party/boringssl-with-bazel/crypto/ecdsa/ecdsa_asn1.cc
|
|
3141
|
+
- third_party/boringssl-with-bazel/crypto/engine/engine.cc
|
|
3142
|
+
- third_party/boringssl-with-bazel/crypto/err/err.cc
|
|
3143
|
+
- third_party/boringssl-with-bazel/crypto/err/internal.h
|
|
3144
|
+
- third_party/boringssl-with-bazel/crypto/evp/evp.cc
|
|
3145
|
+
- third_party/boringssl-with-bazel/crypto/evp/evp_asn1.cc
|
|
3146
|
+
- third_party/boringssl-with-bazel/crypto/evp/evp_ctx.cc
|
|
3147
|
+
- third_party/boringssl-with-bazel/crypto/evp/internal.h
|
|
3148
|
+
- third_party/boringssl-with-bazel/crypto/evp/p_dh.cc
|
|
3149
|
+
- third_party/boringssl-with-bazel/crypto/evp/p_dh_asn1.cc
|
|
3150
|
+
- third_party/boringssl-with-bazel/crypto/evp/p_dsa_asn1.cc
|
|
3151
|
+
- third_party/boringssl-with-bazel/crypto/evp/p_ec.cc
|
|
3152
|
+
- third_party/boringssl-with-bazel/crypto/evp/p_ec_asn1.cc
|
|
3153
|
+
- third_party/boringssl-with-bazel/crypto/evp/p_ed25519.cc
|
|
3154
|
+
- third_party/boringssl-with-bazel/crypto/evp/p_ed25519_asn1.cc
|
|
3155
|
+
- third_party/boringssl-with-bazel/crypto/evp/p_hkdf.cc
|
|
3156
|
+
- third_party/boringssl-with-bazel/crypto/evp/p_rsa.cc
|
|
3157
|
+
- third_party/boringssl-with-bazel/crypto/evp/p_rsa_asn1.cc
|
|
3158
|
+
- third_party/boringssl-with-bazel/crypto/evp/p_x25519.cc
|
|
3159
|
+
- third_party/boringssl-with-bazel/crypto/evp/p_x25519_asn1.cc
|
|
3160
|
+
- third_party/boringssl-with-bazel/crypto/evp/pbkdf.cc
|
|
3161
|
+
- third_party/boringssl-with-bazel/crypto/evp/print.cc
|
|
3162
|
+
- third_party/boringssl-with-bazel/crypto/evp/scrypt.cc
|
|
3163
|
+
- third_party/boringssl-with-bazel/crypto/evp/sign.cc
|
|
3164
|
+
- third_party/boringssl-with-bazel/crypto/ex_data.cc
|
|
3165
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/aes/aes.cc.inc
|
|
3166
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/aes/aes_nohw.cc.inc
|
|
3167
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/aes/cbc.cc.inc
|
|
3168
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/aes/cfb.cc.inc
|
|
3169
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/aes/ctr.cc.inc
|
|
3170
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/aes/gcm.cc.inc
|
|
3171
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/aes/gcm_nohw.cc.inc
|
|
3172
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/aes/internal.h
|
|
3173
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/aes/key_wrap.cc.inc
|
|
3174
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/aes/mode_wrappers.cc.inc
|
|
3175
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/aes/ofb.cc.inc
|
|
3176
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/bcm.cc
|
|
3177
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/bcm_interface.h
|
|
3178
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/bn/add.cc.inc
|
|
3179
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/bn/asm/x86_64-gcc.cc.inc
|
|
3180
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/bn/bn.cc.inc
|
|
3181
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/bn/bytes.cc.inc
|
|
3182
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/bn/cmp.cc.inc
|
|
3183
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/bn/ctx.cc.inc
|
|
3184
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/bn/div.cc.inc
|
|
3185
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/bn/div_extra.cc.inc
|
|
3186
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/bn/exponentiation.cc.inc
|
|
3187
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/bn/gcd.cc.inc
|
|
3188
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/bn/gcd_extra.cc.inc
|
|
3189
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/bn/generic.cc.inc
|
|
3190
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/bn/internal.h
|
|
3191
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/bn/jacobi.cc.inc
|
|
3192
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/bn/montgomery.cc.inc
|
|
3193
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/bn/montgomery_inv.cc.inc
|
|
3194
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/bn/mul.cc.inc
|
|
3195
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/bn/prime.cc.inc
|
|
3196
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/bn/random.cc.inc
|
|
3197
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/bn/rsaz_exp.cc.inc
|
|
3198
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/bn/rsaz_exp.h
|
|
3199
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/bn/shift.cc.inc
|
|
3200
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/bn/sqrt.cc.inc
|
|
3201
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/cipher/aead.cc.inc
|
|
3202
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/cipher/cipher.cc.inc
|
|
3203
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/cipher/e_aes.cc.inc
|
|
3204
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/cipher/e_aesccm.cc.inc
|
|
3205
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/cipher/internal.h
|
|
3206
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/cmac/cmac.cc.inc
|
|
3207
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/delocate.h
|
|
3208
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/dh/check.cc.inc
|
|
3209
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/dh/dh.cc.inc
|
|
3210
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/dh/internal.h
|
|
3211
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/digest/digest.cc.inc
|
|
3212
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/digest/digests.cc.inc
|
|
3213
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/digest/internal.h
|
|
3214
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/digest/md32_common.h
|
|
3215
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/digestsign/digestsign.cc.inc
|
|
3216
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/ec/builtin_curves.h
|
|
3217
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/ec/ec.cc.inc
|
|
3218
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/ec/ec_key.cc.inc
|
|
3219
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/ec/ec_montgomery.cc.inc
|
|
3220
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/ec/felem.cc.inc
|
|
3221
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/ec/internal.h
|
|
3222
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/ec/oct.cc.inc
|
|
3223
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/ec/p224-64.cc.inc
|
|
3224
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/ec/p256-nistz-table.h
|
|
3225
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/ec/p256-nistz.cc.inc
|
|
3226
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/ec/p256-nistz.h
|
|
3227
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/ec/p256.cc.inc
|
|
3228
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/ec/p256_table.h
|
|
3229
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/ec/scalar.cc.inc
|
|
3230
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/ec/simple.cc.inc
|
|
3231
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/ec/simple_mul.cc.inc
|
|
3232
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/ec/util.cc.inc
|
|
3233
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/ec/wnaf.cc.inc
|
|
3234
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/ecdh/ecdh.cc.inc
|
|
3235
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/ecdsa/ecdsa.cc.inc
|
|
3236
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/ecdsa/internal.h
|
|
3237
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/fips_shared_support.cc
|
|
3238
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/hkdf/hkdf.cc.inc
|
|
3239
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/hmac/hmac.cc.inc
|
|
3240
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/keccak/internal.h
|
|
3241
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/keccak/keccak.cc.inc
|
|
3242
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/mldsa/fips_known_values.inc
|
|
3243
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/mldsa/mldsa.cc.inc
|
|
3244
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/mlkem/fips_known_values.inc
|
|
3245
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/mlkem/mlkem.cc.inc
|
|
3246
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/rand/ctrdrbg.cc.inc
|
|
3247
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/rand/internal.h
|
|
3248
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/rand/rand.cc.inc
|
|
3249
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/rsa/blinding.cc.inc
|
|
3250
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/rsa/internal.h
|
|
3251
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/rsa/padding.cc.inc
|
|
3252
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/rsa/rsa.cc.inc
|
|
3253
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/rsa/rsa_impl.cc.inc
|
|
3254
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/self_check/fips.cc.inc
|
|
3255
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/self_check/self_check.cc.inc
|
|
3256
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/service_indicator/internal.h
|
|
3257
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/service_indicator/service_indicator.cc.inc
|
|
3258
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/sha/internal.h
|
|
3259
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/sha/sha1.cc.inc
|
|
3260
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/sha/sha256.cc.inc
|
|
3261
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/sha/sha512.cc.inc
|
|
3262
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/slhdsa/address.h
|
|
3263
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/slhdsa/fips_known_values.inc
|
|
3264
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/slhdsa/fors.cc.inc
|
|
3265
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/slhdsa/fors.h
|
|
3266
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/slhdsa/merkle.cc.inc
|
|
3267
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/slhdsa/merkle.h
|
|
3268
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/slhdsa/params.h
|
|
3269
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/slhdsa/slhdsa.cc.inc
|
|
3270
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/slhdsa/thash.cc.inc
|
|
3271
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/slhdsa/thash.h
|
|
3272
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/slhdsa/wots.cc.inc
|
|
3273
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/slhdsa/wots.h
|
|
3274
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/tls/internal.h
|
|
3275
|
+
- third_party/boringssl-with-bazel/crypto/fipsmodule/tls/kdf.cc.inc
|
|
3276
|
+
- third_party/boringssl-with-bazel/crypto/fuzzer_mode.cc
|
|
3277
|
+
- third_party/boringssl-with-bazel/crypto/hpke/hpke.cc
|
|
3278
|
+
- third_party/boringssl-with-bazel/crypto/hrss/hrss.cc
|
|
3279
|
+
- third_party/boringssl-with-bazel/crypto/hrss/internal.h
|
|
3280
|
+
- third_party/boringssl-with-bazel/crypto/internal.h
|
|
3281
|
+
- third_party/boringssl-with-bazel/crypto/kyber/internal.h
|
|
3282
|
+
- third_party/boringssl-with-bazel/crypto/kyber/kyber.cc
|
|
3283
|
+
- third_party/boringssl-with-bazel/crypto/lhash/internal.h
|
|
3284
|
+
- third_party/boringssl-with-bazel/crypto/lhash/lhash.cc
|
|
3285
|
+
- third_party/boringssl-with-bazel/crypto/md4/md4.cc
|
|
3286
|
+
- third_party/boringssl-with-bazel/crypto/md5/internal.h
|
|
3287
|
+
- third_party/boringssl-with-bazel/crypto/md5/md5.cc
|
|
3288
|
+
- third_party/boringssl-with-bazel/crypto/mem.cc
|
|
3289
|
+
- third_party/boringssl-with-bazel/crypto/mldsa/mldsa.cc
|
|
3290
|
+
- third_party/boringssl-with-bazel/crypto/mlkem/mlkem.cc
|
|
3291
|
+
- third_party/boringssl-with-bazel/crypto/obj/obj.cc
|
|
3292
|
+
- third_party/boringssl-with-bazel/crypto/obj/obj_dat.h
|
|
3293
|
+
- third_party/boringssl-with-bazel/crypto/obj/obj_xref.cc
|
|
3294
|
+
- third_party/boringssl-with-bazel/crypto/pem/internal.h
|
|
3295
|
+
- third_party/boringssl-with-bazel/crypto/pem/pem_all.cc
|
|
3296
|
+
- third_party/boringssl-with-bazel/crypto/pem/pem_info.cc
|
|
3297
|
+
- third_party/boringssl-with-bazel/crypto/pem/pem_lib.cc
|
|
3298
|
+
- third_party/boringssl-with-bazel/crypto/pem/pem_oth.cc
|
|
3299
|
+
- third_party/boringssl-with-bazel/crypto/pem/pem_pk8.cc
|
|
3300
|
+
- third_party/boringssl-with-bazel/crypto/pem/pem_pkey.cc
|
|
3301
|
+
- third_party/boringssl-with-bazel/crypto/pem/pem_x509.cc
|
|
3302
|
+
- third_party/boringssl-with-bazel/crypto/pem/pem_xaux.cc
|
|
3303
|
+
- third_party/boringssl-with-bazel/crypto/pkcs7/internal.h
|
|
3304
|
+
- third_party/boringssl-with-bazel/crypto/pkcs7/pkcs7.cc
|
|
3305
|
+
- third_party/boringssl-with-bazel/crypto/pkcs7/pkcs7_x509.cc
|
|
3306
|
+
- third_party/boringssl-with-bazel/crypto/pkcs8/internal.h
|
|
3307
|
+
- third_party/boringssl-with-bazel/crypto/pkcs8/p5_pbev2.cc
|
|
3308
|
+
- third_party/boringssl-with-bazel/crypto/pkcs8/pkcs8.cc
|
|
3309
|
+
- third_party/boringssl-with-bazel/crypto/pkcs8/pkcs8_x509.cc
|
|
3310
|
+
- third_party/boringssl-with-bazel/crypto/poly1305/internal.h
|
|
3311
|
+
- third_party/boringssl-with-bazel/crypto/poly1305/poly1305.cc
|
|
3312
|
+
- third_party/boringssl-with-bazel/crypto/poly1305/poly1305_arm.cc
|
|
3313
|
+
- third_party/boringssl-with-bazel/crypto/poly1305/poly1305_vec.cc
|
|
3314
|
+
- third_party/boringssl-with-bazel/crypto/pool/internal.h
|
|
3315
|
+
- third_party/boringssl-with-bazel/crypto/pool/pool.cc
|
|
3316
|
+
- third_party/boringssl-with-bazel/crypto/rand/deterministic.cc
|
|
3317
|
+
- third_party/boringssl-with-bazel/crypto/rand/fork_detect.cc
|
|
3318
|
+
- third_party/boringssl-with-bazel/crypto/rand/forkunsafe.cc
|
|
3319
|
+
- third_party/boringssl-with-bazel/crypto/rand/getentropy.cc
|
|
3320
|
+
- third_party/boringssl-with-bazel/crypto/rand/getrandom_fillin.h
|
|
3321
|
+
- third_party/boringssl-with-bazel/crypto/rand/internal.h
|
|
3322
|
+
- third_party/boringssl-with-bazel/crypto/rand/ios.cc
|
|
3323
|
+
- third_party/boringssl-with-bazel/crypto/rand/passive.cc
|
|
3324
|
+
- third_party/boringssl-with-bazel/crypto/rand/rand.cc
|
|
3325
|
+
- third_party/boringssl-with-bazel/crypto/rand/trusty.cc
|
|
3326
|
+
- third_party/boringssl-with-bazel/crypto/rand/urandom.cc
|
|
3327
|
+
- third_party/boringssl-with-bazel/crypto/rand/windows.cc
|
|
3328
|
+
- third_party/boringssl-with-bazel/crypto/rc4/rc4.cc
|
|
3329
|
+
- third_party/boringssl-with-bazel/crypto/refcount.cc
|
|
3330
|
+
- third_party/boringssl-with-bazel/crypto/rsa/internal.h
|
|
3331
|
+
- third_party/boringssl-with-bazel/crypto/rsa/rsa_asn1.cc
|
|
3332
|
+
- third_party/boringssl-with-bazel/crypto/rsa/rsa_crypt.cc
|
|
3333
|
+
- third_party/boringssl-with-bazel/crypto/rsa/rsa_extra.cc
|
|
3334
|
+
- third_party/boringssl-with-bazel/crypto/rsa/rsa_print.cc
|
|
3335
|
+
- third_party/boringssl-with-bazel/crypto/sha/sha1.cc
|
|
3336
|
+
- third_party/boringssl-with-bazel/crypto/sha/sha256.cc
|
|
3337
|
+
- third_party/boringssl-with-bazel/crypto/sha/sha512.cc
|
|
3338
|
+
- third_party/boringssl-with-bazel/crypto/siphash/siphash.cc
|
|
3339
|
+
- third_party/boringssl-with-bazel/crypto/slhdsa/slhdsa.cc
|
|
3340
|
+
- third_party/boringssl-with-bazel/crypto/spake2plus/internal.h
|
|
3341
|
+
- third_party/boringssl-with-bazel/crypto/spake2plus/spake2plus.cc
|
|
3342
|
+
- third_party/boringssl-with-bazel/crypto/stack/stack.cc
|
|
3343
|
+
- third_party/boringssl-with-bazel/crypto/thread.cc
|
|
3344
|
+
- third_party/boringssl-with-bazel/crypto/thread_none.cc
|
|
3345
|
+
- third_party/boringssl-with-bazel/crypto/thread_pthread.cc
|
|
3346
|
+
- third_party/boringssl-with-bazel/crypto/thread_win.cc
|
|
3347
|
+
- third_party/boringssl-with-bazel/crypto/trust_token/internal.h
|
|
3348
|
+
- third_party/boringssl-with-bazel/crypto/trust_token/pmbtoken.cc
|
|
3349
|
+
- third_party/boringssl-with-bazel/crypto/trust_token/trust_token.cc
|
|
3350
|
+
- third_party/boringssl-with-bazel/crypto/trust_token/voprf.cc
|
|
3351
|
+
- third_party/boringssl-with-bazel/crypto/x509/a_digest.cc
|
|
3352
|
+
- third_party/boringssl-with-bazel/crypto/x509/a_sign.cc
|
|
3353
|
+
- third_party/boringssl-with-bazel/crypto/x509/a_verify.cc
|
|
3354
|
+
- third_party/boringssl-with-bazel/crypto/x509/algorithm.cc
|
|
3355
|
+
- third_party/boringssl-with-bazel/crypto/x509/asn1_gen.cc
|
|
3356
|
+
- third_party/boringssl-with-bazel/crypto/x509/by_dir.cc
|
|
3357
|
+
- third_party/boringssl-with-bazel/crypto/x509/by_file.cc
|
|
3358
|
+
- third_party/boringssl-with-bazel/crypto/x509/ext_dat.h
|
|
3359
|
+
- third_party/boringssl-with-bazel/crypto/x509/i2d_pr.cc
|
|
3360
|
+
- third_party/boringssl-with-bazel/crypto/x509/internal.h
|
|
3361
|
+
- third_party/boringssl-with-bazel/crypto/x509/name_print.cc
|
|
3362
|
+
- third_party/boringssl-with-bazel/crypto/x509/policy.cc
|
|
3363
|
+
- third_party/boringssl-with-bazel/crypto/x509/rsa_pss.cc
|
|
3364
|
+
- third_party/boringssl-with-bazel/crypto/x509/t_crl.cc
|
|
3365
|
+
- third_party/boringssl-with-bazel/crypto/x509/t_req.cc
|
|
3366
|
+
- third_party/boringssl-with-bazel/crypto/x509/t_x509.cc
|
|
3367
|
+
- third_party/boringssl-with-bazel/crypto/x509/t_x509a.cc
|
|
3368
|
+
- third_party/boringssl-with-bazel/crypto/x509/v3_akey.cc
|
|
3369
|
+
- third_party/boringssl-with-bazel/crypto/x509/v3_akeya.cc
|
|
3370
|
+
- third_party/boringssl-with-bazel/crypto/x509/v3_alt.cc
|
|
3371
|
+
- third_party/boringssl-with-bazel/crypto/x509/v3_bcons.cc
|
|
3372
|
+
- third_party/boringssl-with-bazel/crypto/x509/v3_bitst.cc
|
|
3373
|
+
- third_party/boringssl-with-bazel/crypto/x509/v3_conf.cc
|
|
3374
|
+
- third_party/boringssl-with-bazel/crypto/x509/v3_cpols.cc
|
|
3375
|
+
- third_party/boringssl-with-bazel/crypto/x509/v3_crld.cc
|
|
3376
|
+
- third_party/boringssl-with-bazel/crypto/x509/v3_enum.cc
|
|
3377
|
+
- third_party/boringssl-with-bazel/crypto/x509/v3_extku.cc
|
|
3378
|
+
- third_party/boringssl-with-bazel/crypto/x509/v3_genn.cc
|
|
3379
|
+
- third_party/boringssl-with-bazel/crypto/x509/v3_ia5.cc
|
|
3380
|
+
- third_party/boringssl-with-bazel/crypto/x509/v3_info.cc
|
|
3381
|
+
- third_party/boringssl-with-bazel/crypto/x509/v3_int.cc
|
|
3382
|
+
- third_party/boringssl-with-bazel/crypto/x509/v3_lib.cc
|
|
3383
|
+
- third_party/boringssl-with-bazel/crypto/x509/v3_ncons.cc
|
|
3384
|
+
- third_party/boringssl-with-bazel/crypto/x509/v3_ocsp.cc
|
|
3385
|
+
- third_party/boringssl-with-bazel/crypto/x509/v3_pcons.cc
|
|
3386
|
+
- third_party/boringssl-with-bazel/crypto/x509/v3_pmaps.cc
|
|
3387
|
+
- third_party/boringssl-with-bazel/crypto/x509/v3_prn.cc
|
|
3388
|
+
- third_party/boringssl-with-bazel/crypto/x509/v3_purp.cc
|
|
3389
|
+
- third_party/boringssl-with-bazel/crypto/x509/v3_skey.cc
|
|
3390
|
+
- third_party/boringssl-with-bazel/crypto/x509/v3_utl.cc
|
|
3391
|
+
- third_party/boringssl-with-bazel/crypto/x509/x509.cc
|
|
3392
|
+
- third_party/boringssl-with-bazel/crypto/x509/x509_att.cc
|
|
3393
|
+
- third_party/boringssl-with-bazel/crypto/x509/x509_cmp.cc
|
|
3394
|
+
- third_party/boringssl-with-bazel/crypto/x509/x509_d2.cc
|
|
3395
|
+
- third_party/boringssl-with-bazel/crypto/x509/x509_def.cc
|
|
3396
|
+
- third_party/boringssl-with-bazel/crypto/x509/x509_ext.cc
|
|
3397
|
+
- third_party/boringssl-with-bazel/crypto/x509/x509_lu.cc
|
|
3398
|
+
- third_party/boringssl-with-bazel/crypto/x509/x509_obj.cc
|
|
3399
|
+
- third_party/boringssl-with-bazel/crypto/x509/x509_req.cc
|
|
3400
|
+
- third_party/boringssl-with-bazel/crypto/x509/x509_set.cc
|
|
3401
|
+
- third_party/boringssl-with-bazel/crypto/x509/x509_trs.cc
|
|
3402
|
+
- third_party/boringssl-with-bazel/crypto/x509/x509_txt.cc
|
|
3403
|
+
- third_party/boringssl-with-bazel/crypto/x509/x509_v3.cc
|
|
3404
|
+
- third_party/boringssl-with-bazel/crypto/x509/x509_vfy.cc
|
|
3405
|
+
- third_party/boringssl-with-bazel/crypto/x509/x509_vpm.cc
|
|
3406
|
+
- third_party/boringssl-with-bazel/crypto/x509/x509cset.cc
|
|
3407
|
+
- third_party/boringssl-with-bazel/crypto/x509/x509name.cc
|
|
3408
|
+
- third_party/boringssl-with-bazel/crypto/x509/x509rset.cc
|
|
3409
|
+
- third_party/boringssl-with-bazel/crypto/x509/x509spki.cc
|
|
3410
|
+
- third_party/boringssl-with-bazel/crypto/x509/x_algor.cc
|
|
3411
|
+
- third_party/boringssl-with-bazel/crypto/x509/x_all.cc
|
|
3412
|
+
- third_party/boringssl-with-bazel/crypto/x509/x_attrib.cc
|
|
3413
|
+
- third_party/boringssl-with-bazel/crypto/x509/x_crl.cc
|
|
3414
|
+
- third_party/boringssl-with-bazel/crypto/x509/x_exten.cc
|
|
3415
|
+
- third_party/boringssl-with-bazel/crypto/x509/x_name.cc
|
|
3416
|
+
- third_party/boringssl-with-bazel/crypto/x509/x_pubkey.cc
|
|
3417
|
+
- third_party/boringssl-with-bazel/crypto/x509/x_req.cc
|
|
3418
|
+
- third_party/boringssl-with-bazel/crypto/x509/x_sig.cc
|
|
3419
|
+
- third_party/boringssl-with-bazel/crypto/x509/x_spki.cc
|
|
3420
|
+
- third_party/boringssl-with-bazel/crypto/x509/x_val.cc
|
|
3421
|
+
- third_party/boringssl-with-bazel/crypto/x509/x_x509.cc
|
|
3422
|
+
- third_party/boringssl-with-bazel/crypto/x509/x_x509a.cc
|
|
3423
|
+
- third_party/boringssl-with-bazel/gen/crypto/err_data.cc
|
|
3424
|
+
- third_party/boringssl-with-bazel/include/openssl/aead.h
|
|
3425
|
+
- third_party/boringssl-with-bazel/include/openssl/aes.h
|
|
3426
|
+
- third_party/boringssl-with-bazel/include/openssl/arm_arch.h
|
|
3427
|
+
- third_party/boringssl-with-bazel/include/openssl/asm_base.h
|
|
3428
|
+
- third_party/boringssl-with-bazel/include/openssl/asn1.h
|
|
3429
|
+
- third_party/boringssl-with-bazel/include/openssl/asn1_mac.h
|
|
3430
|
+
- third_party/boringssl-with-bazel/include/openssl/asn1t.h
|
|
3431
|
+
- third_party/boringssl-with-bazel/include/openssl/base.h
|
|
3432
|
+
- third_party/boringssl-with-bazel/include/openssl/base64.h
|
|
3433
|
+
- third_party/boringssl-with-bazel/include/openssl/bcm_public.h
|
|
3434
|
+
- third_party/boringssl-with-bazel/include/openssl/bio.h
|
|
3435
|
+
- third_party/boringssl-with-bazel/include/openssl/blake2.h
|
|
3436
|
+
- third_party/boringssl-with-bazel/include/openssl/blowfish.h
|
|
3437
|
+
- third_party/boringssl-with-bazel/include/openssl/bn.h
|
|
3438
|
+
- third_party/boringssl-with-bazel/include/openssl/buf.h
|
|
3439
|
+
- third_party/boringssl-with-bazel/include/openssl/buffer.h
|
|
3440
|
+
- third_party/boringssl-with-bazel/include/openssl/bytestring.h
|
|
3441
|
+
- third_party/boringssl-with-bazel/include/openssl/cast.h
|
|
3442
|
+
- third_party/boringssl-with-bazel/include/openssl/chacha.h
|
|
3443
|
+
- third_party/boringssl-with-bazel/include/openssl/cipher.h
|
|
3444
|
+
- third_party/boringssl-with-bazel/include/openssl/cmac.h
|
|
3445
|
+
- third_party/boringssl-with-bazel/include/openssl/cms.h
|
|
3446
|
+
- third_party/boringssl-with-bazel/include/openssl/conf.h
|
|
3447
|
+
- third_party/boringssl-with-bazel/include/openssl/cpu.h
|
|
3448
|
+
- third_party/boringssl-with-bazel/include/openssl/crypto.h
|
|
3449
|
+
- third_party/boringssl-with-bazel/include/openssl/ctrdrbg.h
|
|
3450
|
+
- third_party/boringssl-with-bazel/include/openssl/curve25519.h
|
|
3451
|
+
- third_party/boringssl-with-bazel/include/openssl/des.h
|
|
3452
|
+
- third_party/boringssl-with-bazel/include/openssl/dh.h
|
|
3453
|
+
- third_party/boringssl-with-bazel/include/openssl/digest.h
|
|
3454
|
+
- third_party/boringssl-with-bazel/include/openssl/dsa.h
|
|
3455
|
+
- third_party/boringssl-with-bazel/include/openssl/dtls1.h
|
|
3456
|
+
- third_party/boringssl-with-bazel/include/openssl/e_os2.h
|
|
3457
|
+
- third_party/boringssl-with-bazel/include/openssl/ec.h
|
|
3458
|
+
- third_party/boringssl-with-bazel/include/openssl/ec_key.h
|
|
3459
|
+
- third_party/boringssl-with-bazel/include/openssl/ecdh.h
|
|
3460
|
+
- third_party/boringssl-with-bazel/include/openssl/ecdsa.h
|
|
3461
|
+
- third_party/boringssl-with-bazel/include/openssl/engine.h
|
|
3462
|
+
- third_party/boringssl-with-bazel/include/openssl/err.h
|
|
3463
|
+
- third_party/boringssl-with-bazel/include/openssl/evp.h
|
|
3464
|
+
- third_party/boringssl-with-bazel/include/openssl/evp_errors.h
|
|
3465
|
+
- third_party/boringssl-with-bazel/include/openssl/ex_data.h
|
|
3466
|
+
- third_party/boringssl-with-bazel/include/openssl/experimental/kyber.h
|
|
3467
|
+
- third_party/boringssl-with-bazel/include/openssl/hkdf.h
|
|
3468
|
+
- third_party/boringssl-with-bazel/include/openssl/hmac.h
|
|
3469
|
+
- third_party/boringssl-with-bazel/include/openssl/hpke.h
|
|
3470
|
+
- third_party/boringssl-with-bazel/include/openssl/hrss.h
|
|
3471
|
+
- third_party/boringssl-with-bazel/include/openssl/is_boringssl.h
|
|
3472
|
+
- third_party/boringssl-with-bazel/include/openssl/kdf.h
|
|
3473
|
+
- third_party/boringssl-with-bazel/include/openssl/lhash.h
|
|
3474
|
+
- third_party/boringssl-with-bazel/include/openssl/md4.h
|
|
3475
|
+
- third_party/boringssl-with-bazel/include/openssl/md5.h
|
|
3476
|
+
- third_party/boringssl-with-bazel/include/openssl/mem.h
|
|
3477
|
+
- third_party/boringssl-with-bazel/include/openssl/mldsa.h
|
|
3478
|
+
- third_party/boringssl-with-bazel/include/openssl/mlkem.h
|
|
3479
|
+
- third_party/boringssl-with-bazel/include/openssl/nid.h
|
|
3480
|
+
- third_party/boringssl-with-bazel/include/openssl/obj.h
|
|
3481
|
+
- third_party/boringssl-with-bazel/include/openssl/obj_mac.h
|
|
3482
|
+
- third_party/boringssl-with-bazel/include/openssl/objects.h
|
|
3483
|
+
- third_party/boringssl-with-bazel/include/openssl/opensslconf.h
|
|
3484
|
+
- third_party/boringssl-with-bazel/include/openssl/opensslv.h
|
|
3485
|
+
- third_party/boringssl-with-bazel/include/openssl/ossl_typ.h
|
|
3486
|
+
- third_party/boringssl-with-bazel/include/openssl/pem.h
|
|
3487
|
+
- third_party/boringssl-with-bazel/include/openssl/pkcs12.h
|
|
3488
|
+
- third_party/boringssl-with-bazel/include/openssl/pkcs7.h
|
|
3489
|
+
- third_party/boringssl-with-bazel/include/openssl/pkcs8.h
|
|
3490
|
+
- third_party/boringssl-with-bazel/include/openssl/poly1305.h
|
|
3491
|
+
- third_party/boringssl-with-bazel/include/openssl/pool.h
|
|
3492
|
+
- third_party/boringssl-with-bazel/include/openssl/posix_time.h
|
|
3493
|
+
- third_party/boringssl-with-bazel/include/openssl/rand.h
|
|
3494
|
+
- third_party/boringssl-with-bazel/include/openssl/rc4.h
|
|
3495
|
+
- third_party/boringssl-with-bazel/include/openssl/ripemd.h
|
|
3496
|
+
- third_party/boringssl-with-bazel/include/openssl/rsa.h
|
|
3497
|
+
- third_party/boringssl-with-bazel/include/openssl/safestack.h
|
|
3498
|
+
- third_party/boringssl-with-bazel/include/openssl/service_indicator.h
|
|
3499
|
+
- third_party/boringssl-with-bazel/include/openssl/sha.h
|
|
3500
|
+
- third_party/boringssl-with-bazel/include/openssl/siphash.h
|
|
3501
|
+
- third_party/boringssl-with-bazel/include/openssl/slhdsa.h
|
|
3502
|
+
- third_party/boringssl-with-bazel/include/openssl/span.h
|
|
3503
|
+
- third_party/boringssl-with-bazel/include/openssl/srtp.h
|
|
3504
|
+
- third_party/boringssl-with-bazel/include/openssl/ssl.h
|
|
3505
|
+
- third_party/boringssl-with-bazel/include/openssl/ssl3.h
|
|
3506
|
+
- third_party/boringssl-with-bazel/include/openssl/stack.h
|
|
3507
|
+
- third_party/boringssl-with-bazel/include/openssl/target.h
|
|
3508
|
+
- third_party/boringssl-with-bazel/include/openssl/thread.h
|
|
3509
|
+
- third_party/boringssl-with-bazel/include/openssl/time.h
|
|
3510
|
+
- third_party/boringssl-with-bazel/include/openssl/tls1.h
|
|
3511
|
+
- third_party/boringssl-with-bazel/include/openssl/trust_token.h
|
|
3512
|
+
- third_party/boringssl-with-bazel/include/openssl/type_check.h
|
|
3513
|
+
- third_party/boringssl-with-bazel/include/openssl/x509.h
|
|
3514
|
+
- third_party/boringssl-with-bazel/include/openssl/x509_vfy.h
|
|
3515
|
+
- third_party/boringssl-with-bazel/include/openssl/x509v3.h
|
|
3516
|
+
- third_party/boringssl-with-bazel/include/openssl/x509v3_errors.h
|
|
3517
|
+
- third_party/boringssl-with-bazel/ssl/bio_ssl.cc
|
|
3518
|
+
- third_party/boringssl-with-bazel/ssl/d1_both.cc
|
|
3519
|
+
- third_party/boringssl-with-bazel/ssl/d1_lib.cc
|
|
3520
|
+
- third_party/boringssl-with-bazel/ssl/d1_pkt.cc
|
|
3521
|
+
- third_party/boringssl-with-bazel/ssl/d1_srtp.cc
|
|
3522
|
+
- third_party/boringssl-with-bazel/ssl/dtls_method.cc
|
|
3523
|
+
- third_party/boringssl-with-bazel/ssl/dtls_record.cc
|
|
3524
|
+
- third_party/boringssl-with-bazel/ssl/encrypted_client_hello.cc
|
|
3525
|
+
- third_party/boringssl-with-bazel/ssl/extensions.cc
|
|
3526
|
+
- third_party/boringssl-with-bazel/ssl/handoff.cc
|
|
3527
|
+
- third_party/boringssl-with-bazel/ssl/handshake.cc
|
|
3528
|
+
- third_party/boringssl-with-bazel/ssl/handshake_client.cc
|
|
3529
|
+
- third_party/boringssl-with-bazel/ssl/handshake_server.cc
|
|
3530
|
+
- third_party/boringssl-with-bazel/ssl/internal.h
|
|
3531
|
+
- third_party/boringssl-with-bazel/ssl/s3_both.cc
|
|
3532
|
+
- third_party/boringssl-with-bazel/ssl/s3_lib.cc
|
|
3533
|
+
- third_party/boringssl-with-bazel/ssl/s3_pkt.cc
|
|
3534
|
+
- third_party/boringssl-with-bazel/ssl/ssl_aead_ctx.cc
|
|
3535
|
+
- third_party/boringssl-with-bazel/ssl/ssl_asn1.cc
|
|
3536
|
+
- third_party/boringssl-with-bazel/ssl/ssl_buffer.cc
|
|
3537
|
+
- third_party/boringssl-with-bazel/ssl/ssl_cert.cc
|
|
3538
|
+
- third_party/boringssl-with-bazel/ssl/ssl_cipher.cc
|
|
3539
|
+
- third_party/boringssl-with-bazel/ssl/ssl_credential.cc
|
|
3540
|
+
- third_party/boringssl-with-bazel/ssl/ssl_file.cc
|
|
3541
|
+
- third_party/boringssl-with-bazel/ssl/ssl_key_share.cc
|
|
3542
|
+
- third_party/boringssl-with-bazel/ssl/ssl_lib.cc
|
|
3543
|
+
- third_party/boringssl-with-bazel/ssl/ssl_privkey.cc
|
|
3544
|
+
- third_party/boringssl-with-bazel/ssl/ssl_session.cc
|
|
3545
|
+
- third_party/boringssl-with-bazel/ssl/ssl_stat.cc
|
|
3546
|
+
- third_party/boringssl-with-bazel/ssl/ssl_transcript.cc
|
|
3547
|
+
- third_party/boringssl-with-bazel/ssl/ssl_versions.cc
|
|
3548
|
+
- third_party/boringssl-with-bazel/ssl/ssl_x509.cc
|
|
3549
|
+
- third_party/boringssl-with-bazel/ssl/t1_enc.cc
|
|
3550
|
+
- third_party/boringssl-with-bazel/ssl/tls13_both.cc
|
|
3551
|
+
- third_party/boringssl-with-bazel/ssl/tls13_client.cc
|
|
3552
|
+
- third_party/boringssl-with-bazel/ssl/tls13_enc.cc
|
|
3553
|
+
- third_party/boringssl-with-bazel/ssl/tls13_server.cc
|
|
3554
|
+
- third_party/boringssl-with-bazel/ssl/tls_method.cc
|
|
3555
|
+
- third_party/boringssl-with-bazel/ssl/tls_record.cc
|
|
3556
|
+
- third_party/boringssl-with-bazel/third_party/fiat/curve25519_32.h
|
|
3557
|
+
- third_party/boringssl-with-bazel/third_party/fiat/curve25519_64.h
|
|
3558
|
+
- third_party/boringssl-with-bazel/third_party/fiat/curve25519_64_adx.h
|
|
3559
|
+
- third_party/boringssl-with-bazel/third_party/fiat/curve25519_64_msvc.h
|
|
3560
|
+
- third_party/boringssl-with-bazel/third_party/fiat/p256_32.h
|
|
3561
|
+
- third_party/boringssl-with-bazel/third_party/fiat/p256_64.h
|
|
3562
|
+
- third_party/boringssl-with-bazel/third_party/fiat/p256_64_msvc.h
|
|
3540
3563
|
- third_party/cares/ares_build.h
|
|
3541
3564
|
- third_party/cares/cares/include/ares.h
|
|
3542
3565
|
- third_party/cares/cares/include/ares_dns.h
|
|
@@ -3812,6 +3835,7 @@ files:
|
|
|
3812
3835
|
- third_party/upb/upb/mini_table/sub.h
|
|
3813
3836
|
- third_party/upb/upb/port/atomic.h
|
|
3814
3837
|
- third_party/upb/upb/port/def.inc
|
|
3838
|
+
- third_party/upb/upb/port/sanitizers.h
|
|
3815
3839
|
- third_party/upb/upb/port/undef.inc
|
|
3816
3840
|
- third_party/upb/upb/port/vsnprintf_compat.h
|
|
3817
3841
|
- third_party/upb/upb/reflection/common.h
|
|
@@ -3873,18 +3897,22 @@ files:
|
|
|
3873
3897
|
- third_party/upb/upb/text/options.h
|
|
3874
3898
|
- third_party/upb/upb/wire/decode.c
|
|
3875
3899
|
- third_party/upb/upb/wire/decode.h
|
|
3900
|
+
- third_party/upb/upb/wire/decode_fast/combinations.h
|
|
3901
|
+
- third_party/upb/upb/wire/decode_fast/data.h
|
|
3902
|
+
- third_party/upb/upb/wire/decode_fast/select.c
|
|
3903
|
+
- third_party/upb/upb/wire/decode_fast/select.h
|
|
3876
3904
|
- third_party/upb/upb/wire/encode.c
|
|
3877
3905
|
- third_party/upb/upb/wire/encode.h
|
|
3878
3906
|
- third_party/upb/upb/wire/eps_copy_input_stream.c
|
|
3879
3907
|
- third_party/upb/upb/wire/eps_copy_input_stream.h
|
|
3880
3908
|
- third_party/upb/upb/wire/internal/constants.h
|
|
3881
|
-
- third_party/upb/upb/wire/internal/
|
|
3882
|
-
- third_party/upb/upb/wire/internal/decode_fast.h
|
|
3909
|
+
- third_party/upb/upb/wire/internal/decoder.c
|
|
3883
3910
|
- third_party/upb/upb/wire/internal/decoder.h
|
|
3884
3911
|
- third_party/upb/upb/wire/internal/reader.h
|
|
3885
3912
|
- third_party/upb/upb/wire/reader.c
|
|
3886
3913
|
- third_party/upb/upb/wire/reader.h
|
|
3887
3914
|
- third_party/upb/upb/wire/types.h
|
|
3915
|
+
- third_party/upb/upb/wire/writer.h
|
|
3888
3916
|
- third_party/utf8_range/utf8_range.c
|
|
3889
3917
|
- third_party/utf8_range/utf8_range.h
|
|
3890
3918
|
- third_party/utf8_range/utf8_range_neon.inc
|
|
@@ -3925,14 +3953,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
3925
3953
|
requirements:
|
|
3926
3954
|
- - ">="
|
|
3927
3955
|
- !ruby/object:Gem::Version
|
|
3928
|
-
version: '3.
|
|
3956
|
+
version: '3.2'
|
|
3929
3957
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
3930
3958
|
requirements:
|
|
3931
3959
|
- - ">="
|
|
3932
3960
|
- !ruby/object:Gem::Version
|
|
3933
3961
|
version: '0'
|
|
3934
3962
|
requirements: []
|
|
3935
|
-
rubygems_version: 4.0.
|
|
3963
|
+
rubygems_version: 4.0.12
|
|
3936
3964
|
specification_version: 4
|
|
3937
3965
|
summary: GRPC system in Ruby
|
|
3938
3966
|
test_files:
|