grpc 1.4.5 → 1.6.0.pre1
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of grpc might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/Makefile +1235 -1100
- data/etc/roots.pem +0 -412
- data/include/grpc/byte_buffer.h +10 -25
- data/include/grpc/byte_buffer_reader.h +10 -25
- data/include/grpc/census.h +10 -25
- data/include/grpc/compression.h +10 -25
- data/include/grpc/grpc.h +15 -26
- data/include/grpc/grpc_cronet.h +10 -25
- data/include/grpc/grpc_posix.h +10 -25
- data/include/grpc/grpc_security.h +10 -25
- data/include/grpc/grpc_security_constants.h +10 -25
- data/include/grpc/impl/codegen/atm.h +11 -25
- data/include/grpc/impl/codegen/atm_gcc_atomic.h +10 -25
- data/include/grpc/impl/codegen/atm_gcc_sync.h +10 -25
- data/include/grpc/impl/codegen/atm_windows.h +10 -25
- data/include/grpc/impl/codegen/byte_buffer_reader.h +11 -26
- data/include/grpc/impl/codegen/compression_types.h +12 -27
- data/include/grpc/impl/codegen/connectivity_state.h +10 -25
- data/include/grpc/impl/codegen/exec_ctx_fwd.h +10 -25
- data/include/grpc/impl/codegen/gpr_slice.h +10 -25
- data/include/grpc/impl/codegen/gpr_types.h +10 -25
- data/include/grpc/impl/codegen/grpc_types.h +42 -43
- data/include/grpc/impl/codegen/port_platform.h +10 -25
- data/include/grpc/impl/codegen/propagation_bits.h +10 -25
- data/include/grpc/impl/codegen/slice.h +13 -28
- data/include/grpc/impl/codegen/status.h +10 -25
- data/include/grpc/impl/codegen/sync.h +10 -25
- data/include/grpc/impl/codegen/sync_generic.h +10 -25
- data/include/grpc/impl/codegen/sync_posix.h +10 -25
- data/include/grpc/impl/codegen/sync_windows.h +10 -25
- data/include/grpc/load_reporting.h +10 -25
- data/include/grpc/slice.h +10 -25
- data/include/grpc/slice_buffer.h +10 -25
- data/include/grpc/status.h +10 -25
- data/include/grpc/support/alloc.h +10 -25
- data/include/grpc/support/atm.h +10 -25
- data/include/grpc/support/atm_gcc_atomic.h +10 -25
- data/include/grpc/support/atm_gcc_sync.h +10 -25
- data/include/grpc/support/atm_windows.h +10 -25
- data/include/grpc/support/avl.h +46 -49
- data/include/grpc/support/cmdline.h +10 -25
- data/include/grpc/support/cpu.h +10 -25
- data/include/grpc/support/histogram.h +10 -25
- data/include/grpc/support/host_port.h +10 -25
- data/include/grpc/support/log.h +10 -25
- data/include/grpc/support/log_windows.h +10 -25
- data/include/grpc/support/port_platform.h +10 -25
- data/include/grpc/support/string_util.h +10 -25
- data/include/grpc/support/subprocess.h +10 -25
- data/include/grpc/support/sync.h +10 -25
- data/include/grpc/support/sync_generic.h +10 -25
- data/include/grpc/support/sync_posix.h +10 -25
- data/include/grpc/support/sync_windows.h +10 -25
- data/include/grpc/support/thd.h +10 -25
- data/include/grpc/support/time.h +10 -25
- data/include/grpc/support/tls.h +10 -25
- data/include/grpc/support/tls_gcc.h +10 -25
- data/include/grpc/support/tls_msvc.h +10 -25
- data/include/grpc/support/tls_pthread.h +10 -25
- data/include/grpc/support/useful.h +10 -25
- data/include/grpc/support/workaround_list.h +11 -26
- data/src/boringssl/err_data.c +277 -259
- data/src/core/ext/census/aggregation.h +10 -25
- data/src/core/ext/census/base_resources.c +10 -25
- data/src/core/ext/census/base_resources.h +10 -25
- data/src/core/ext/census/census_interface.h +10 -25
- data/src/core/ext/census/census_rpc_stats.h +10 -25
- data/src/core/ext/census/context.c +10 -25
- data/src/core/ext/census/gen/census.pb.c +10 -25
- data/src/core/ext/census/gen/census.pb.h +10 -25
- data/src/core/ext/census/gen/trace_context.pb.c +10 -25
- data/src/core/ext/census/gen/trace_context.pb.h +10 -25
- data/src/core/ext/census/grpc_context.c +10 -25
- data/src/core/ext/census/grpc_filter.c +11 -26
- data/src/core/ext/census/grpc_filter.h +10 -25
- data/src/core/ext/census/grpc_plugin.c +10 -25
- data/src/core/ext/census/initialize.c +10 -25
- data/src/core/ext/census/intrusive_hash_map.c +10 -25
- data/src/core/ext/census/intrusive_hash_map.h +10 -25
- data/src/core/ext/census/intrusive_hash_map_internal.h +10 -25
- data/src/core/ext/census/mlog.c +10 -25
- data/src/core/ext/census/mlog.h +10 -25
- data/src/core/ext/census/operation.c +10 -25
- data/src/core/ext/census/placeholders.c +10 -25
- data/src/core/ext/census/resource.c +10 -25
- data/src/core/ext/census/resource.h +10 -25
- data/src/core/ext/census/rpc_metric_id.h +10 -25
- data/src/core/ext/census/trace_context.c +10 -25
- data/src/core/ext/census/trace_context.h +10 -25
- data/src/core/ext/census/trace_label.h +10 -25
- data/src/core/ext/census/trace_propagation.h +10 -25
- data/src/core/ext/census/trace_status.h +10 -25
- data/src/core/ext/census/trace_string.h +10 -25
- data/src/core/ext/census/tracing.c +10 -26
- data/src/core/ext/census/tracing.h +10 -25
- data/src/core/ext/filters/client_channel/channel_connectivity.c +20 -33
- data/src/core/ext/filters/client_channel/client_channel.c +617 -520
- data/src/core/ext/filters/client_channel/client_channel.h +15 -28
- data/src/core/ext/filters/client_channel/client_channel_factory.c +13 -31
- data/src/core/ext/filters/client_channel/client_channel_factory.h +10 -25
- data/src/core/ext/filters/client_channel/client_channel_plugin.c +16 -29
- data/src/core/ext/filters/client_channel/connector.c +10 -25
- data/src/core/ext/filters/client_channel/connector.h +10 -25
- data/src/core/ext/filters/client_channel/http_connect_handshaker.c +15 -30
- data/src/core/ext/filters/client_channel/http_connect_handshaker.h +10 -25
- data/src/core/ext/filters/client_channel/http_proxy.c +112 -38
- data/src/core/ext/filters/client_channel/http_proxy.h +10 -25
- data/src/core/ext/filters/client_channel/lb_policy.c +32 -36
- data/src/core/ext/filters/client_channel/lb_policy.h +24 -27
- data/src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.c +14 -30
- data/src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h +10 -25
- data/src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.c +464 -279
- data/src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h +10 -25
- data/src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h +15 -28
- data/src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel_secure.c +40 -48
- data/src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.c +65 -49
- data/src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h +31 -31
- data/src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.c +47 -32
- data/src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h +11 -26
- data/src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c +13 -9
- data/src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h +27 -21
- data/src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.c +373 -136
- data/src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.c +504 -279
- data/src/core/ext/filters/client_channel/lb_policy_factory.c +12 -31
- data/src/core/ext/filters/client_channel/lb_policy_factory.h +12 -27
- data/src/core/ext/filters/client_channel/lb_policy_registry.c +10 -25
- data/src/core/ext/filters/client_channel/lb_policy_registry.h +10 -25
- data/src/core/ext/filters/client_channel/parse_address.c +10 -25
- data/src/core/ext/filters/client_channel/parse_address.h +10 -25
- data/src/core/ext/filters/client_channel/proxy_mapper.c +10 -25
- data/src/core/ext/filters/client_channel/proxy_mapper.h +10 -25
- data/src/core/ext/filters/client_channel/proxy_mapper_registry.c +10 -25
- data/src/core/ext/filters/client_channel/proxy_mapper_registry.h +10 -25
- data/src/core/ext/filters/client_channel/resolver.c +33 -38
- data/src/core/ext/filters/client_channel/resolver.h +19 -30
- data/src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.c +153 -50
- data/src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver.h +14 -27
- data/src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_posix.c +33 -30
- data/src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.c +326 -116
- data/src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.h +35 -36
- data/src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper_fallback.c +60 -0
- data/src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.c +19 -34
- data/src/core/ext/filters/client_channel/resolver/fake/fake_resolver.c +254 -0
- data/src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h +60 -0
- data/src/core/ext/filters/client_channel/resolver/sockaddr/sockaddr_resolver.c +16 -28
- data/src/core/ext/filters/client_channel/resolver_factory.c +10 -25
- data/src/core/ext/filters/client_channel/resolver_factory.h +10 -25
- data/src/core/ext/filters/client_channel/resolver_registry.c +10 -25
- data/src/core/ext/filters/client_channel/resolver_registry.h +10 -25
- data/src/core/ext/filters/client_channel/retry_throttle.c +23 -34
- data/src/core/ext/filters/client_channel/retry_throttle.h +10 -25
- data/src/core/ext/filters/client_channel/subchannel.c +33 -55
- data/src/core/ext/filters/client_channel/subchannel.h +16 -26
- data/src/core/ext/filters/client_channel/subchannel_index.c +55 -92
- data/src/core/ext/filters/client_channel/subchannel_index.h +26 -29
- data/src/core/ext/filters/client_channel/uri_parser.c +10 -25
- data/src/core/ext/filters/client_channel/uri_parser.h +10 -25
- data/src/core/ext/filters/deadline/deadline_filter.c +30 -45
- data/src/core/ext/filters/deadline/deadline_filter.h +10 -25
- data/src/core/ext/filters/http/client/http_client_filter.c +255 -294
- data/src/core/ext/filters/http/client/http_client_filter.h +10 -25
- data/src/core/ext/filters/http/http_filters_plugin.c +11 -26
- data/src/core/ext/filters/http/message_compress/message_compress_filter.c +133 -105
- data/src/core/ext/filters/http/message_compress/message_compress_filter.h +10 -25
- data/src/core/ext/filters/http/server/http_server_filter.c +17 -32
- data/src/core/ext/filters/http/server/http_server_filter.h +10 -25
- data/src/core/ext/filters/load_reporting/load_reporting.c +11 -30
- data/src/core/ext/filters/load_reporting/load_reporting.h +10 -25
- data/src/core/ext/filters/load_reporting/load_reporting_filter.c +11 -26
- data/src/core/ext/filters/load_reporting/load_reporting_filter.h +10 -25
- data/src/core/ext/filters/max_age/max_age_filter.c +28 -43
- data/src/core/ext/filters/max_age/max_age_filter.h +10 -25
- data/src/core/ext/filters/message_size/message_size_filter.c +24 -37
- data/src/core/ext/filters/message_size/message_size_filter.h +10 -25
- data/src/core/ext/filters/workarounds/workaround_cronet_compression_filter.c +16 -31
- data/src/core/ext/filters/workarounds/workaround_cronet_compression_filter.h +10 -25
- data/src/core/ext/filters/workarounds/workaround_utils.c +12 -26
- data/src/core/ext/filters/workarounds/workaround_utils.h +11 -26
- data/src/core/ext/transport/chttp2/alpn/alpn.c +10 -25
- data/src/core/ext/transport/chttp2/alpn/alpn.h +10 -25
- data/src/core/ext/transport/chttp2/client/chttp2_connector.c +13 -28
- data/src/core/ext/transport/chttp2/client/chttp2_connector.h +10 -25
- data/src/core/ext/transport/chttp2/client/insecure/channel_create.c +13 -30
- data/src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c +12 -29
- data/src/core/ext/transport/chttp2/client/secure/secure_channel_create.c +13 -30
- data/src/core/ext/transport/chttp2/server/chttp2_server.c +11 -26
- data/src/core/ext/transport/chttp2/server/chttp2_server.h +10 -25
- data/src/core/ext/transport/chttp2/server/insecure/server_chttp2.c +10 -25
- data/src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c +10 -25
- data/src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c +10 -25
- data/src/core/ext/transport/chttp2/transport/bin_decoder.c +11 -25
- data/src/core/ext/transport/chttp2/transport/bin_decoder.h +10 -25
- data/src/core/ext/transport/chttp2/transport/bin_encoder.c +10 -25
- data/src/core/ext/transport/chttp2/transport/bin_encoder.h +10 -25
- data/src/core/ext/transport/chttp2/transport/chttp2_plugin.c +15 -27
- data/src/core/ext/transport/chttp2/transport/chttp2_transport.c +421 -443
- data/src/core/ext/transport/chttp2/transport/chttp2_transport.h +14 -25
- data/src/core/ext/transport/chttp2/transport/flow_control.c +500 -0
- data/src/core/ext/transport/chttp2/transport/frame.h +10 -25
- data/src/core/ext/transport/chttp2/transport/frame_data.c +20 -28
- data/src/core/ext/transport/chttp2/transport/frame_data.h +10 -25
- data/src/core/ext/transport/chttp2/transport/frame_goaway.c +10 -25
- data/src/core/ext/transport/chttp2/transport/frame_goaway.h +10 -25
- data/src/core/ext/transport/chttp2/transport/frame_ping.c +11 -26
- data/src/core/ext/transport/chttp2/transport/frame_ping.h +10 -25
- data/src/core/ext/transport/chttp2/transport/frame_rst_stream.c +11 -26
- data/src/core/ext/transport/chttp2/transport/frame_rst_stream.h +10 -25
- data/src/core/ext/transport/chttp2/transport/frame_settings.c +16 -29
- data/src/core/ext/transport/chttp2/transport/frame_settings.h +10 -25
- data/src/core/ext/transport/chttp2/transport/frame_window_update.c +17 -33
- data/src/core/ext/transport/chttp2/transport/frame_window_update.h +10 -25
- data/src/core/ext/transport/chttp2/transport/hpack_encoder.c +18 -31
- data/src/core/ext/transport/chttp2/transport/hpack_encoder.h +12 -25
- data/src/core/ext/transport/chttp2/transport/hpack_parser.c +15 -30
- data/src/core/ext/transport/chttp2/transport/hpack_parser.h +10 -25
- data/src/core/ext/transport/chttp2/transport/hpack_table.c +10 -25
- data/src/core/ext/transport/chttp2/transport/hpack_table.h +10 -25
- data/src/core/ext/transport/chttp2/transport/http2_settings.c +10 -25
- data/src/core/ext/transport/chttp2/transport/http2_settings.h +10 -25
- data/src/core/ext/transport/chttp2/transport/huffsyms.c +10 -25
- data/src/core/ext/transport/chttp2/transport/huffsyms.h +10 -25
- data/src/core/ext/transport/chttp2/transport/incoming_metadata.c +10 -25
- data/src/core/ext/transport/chttp2/transport/incoming_metadata.h +10 -25
- data/src/core/ext/transport/chttp2/transport/internal.h +191 -179
- data/src/core/ext/transport/chttp2/transport/parsing.c +33 -102
- data/src/core/ext/transport/chttp2/transport/stream_lists.c +26 -28
- data/src/core/ext/transport/chttp2/transport/stream_map.c +10 -25
- data/src/core/ext/transport/chttp2/transport/stream_map.h +10 -25
- data/src/core/ext/transport/chttp2/transport/varint.c +14 -25
- data/src/core/ext/transport/chttp2/transport/varint.h +10 -25
- data/src/core/ext/transport/chttp2/transport/writing.c +164 -106
- data/src/core/ext/transport/inproc/inproc_plugin.c +29 -0
- data/src/core/ext/transport/inproc/inproc_transport.c +1303 -0
- data/src/core/ext/transport/inproc/inproc_transport.h +41 -0
- data/src/core/lib/channel/channel_args.c +52 -27
- data/src/core/lib/channel/channel_args.h +18 -27
- data/src/core/lib/channel/channel_stack.c +11 -26
- data/src/core/lib/channel/channel_stack.h +12 -27
- data/src/core/lib/channel/channel_stack_builder.c +11 -26
- data/src/core/lib/channel/channel_stack_builder.h +10 -25
- data/src/core/lib/channel/connected_channel.c +10 -25
- data/src/core/lib/channel/connected_channel.h +10 -25
- data/src/core/lib/channel/context.h +10 -25
- data/src/core/lib/channel/handshaker.c +14 -29
- data/src/core/lib/channel/handshaker.h +10 -25
- data/src/core/lib/channel/handshaker_factory.c +10 -25
- data/src/core/lib/channel/handshaker_factory.h +10 -25
- data/src/core/lib/channel/handshaker_registry.c +10 -25
- data/src/core/lib/channel/handshaker_registry.h +10 -25
- data/src/core/lib/compression/algorithm_metadata.h +10 -25
- data/src/core/lib/compression/compression.c +10 -25
- data/src/core/lib/compression/message_compress.c +10 -25
- data/src/core/lib/compression/message_compress.h +10 -25
- data/src/core/lib/compression/stream_compression.c +191 -0
- data/src/core/lib/compression/stream_compression.h +90 -0
- data/src/core/lib/debug/trace.c +28 -29
- data/src/core/lib/debug/trace.h +16 -30
- data/src/core/lib/http/format_request.c +10 -25
- data/src/core/lib/http/format_request.h +10 -25
- data/src/core/lib/http/httpcli.c +19 -35
- data/src/core/lib/http/httpcli.h +10 -25
- data/src/core/lib/http/httpcli_security_connector.c +17 -30
- data/src/core/lib/http/parser.c +11 -26
- data/src/core/lib/http/parser.h +10 -25
- data/src/core/lib/iomgr/closure.c +62 -25
- data/src/core/lib/iomgr/closure.h +81 -26
- data/src/core/lib/iomgr/combiner.c +103 -200
- data/src/core/lib/iomgr/combiner.h +14 -32
- data/src/core/lib/iomgr/endpoint.c +10 -29
- data/src/core/lib/iomgr/endpoint.h +10 -29
- data/src/core/lib/iomgr/endpoint_pair.h +10 -25
- data/src/core/lib/iomgr/endpoint_pair_posix.c +10 -25
- data/src/core/lib/iomgr/endpoint_pair_uv.c +10 -25
- data/src/core/lib/iomgr/endpoint_pair_windows.c +10 -25
- data/src/core/lib/iomgr/error.c +45 -46
- data/src/core/lib/iomgr/error.h +21 -34
- data/src/core/lib/iomgr/error_internal.h +10 -25
- data/src/core/lib/iomgr/ev_epoll1_linux.c +279 -179
- data/src/core/lib/iomgr/ev_epoll1_linux.h +10 -25
- data/src/core/lib/iomgr/ev_epoll_limited_pollers_linux.c +75 -264
- data/src/core/lib/iomgr/ev_epoll_limited_pollers_linux.h +10 -25
- data/src/core/lib/iomgr/ev_epoll_thread_pool_linux.c +44 -199
- data/src/core/lib/iomgr/ev_epoll_thread_pool_linux.h +10 -25
- data/src/core/lib/iomgr/ev_epollex_linux.c +184 -247
- data/src/core/lib/iomgr/ev_epollex_linux.h +10 -25
- data/src/core/lib/iomgr/ev_epollsig_linux.c +116 -323
- data/src/core/lib/iomgr/ev_epollsig_linux.h +10 -25
- data/src/core/lib/iomgr/ev_poll_posix.c +328 -184
- data/src/core/lib/iomgr/ev_poll_posix.h +10 -25
- data/src/core/lib/iomgr/ev_posix.c +25 -56
- data/src/core/lib/iomgr/ev_posix.h +15 -44
- data/src/core/lib/iomgr/ev_windows.c +11 -26
- data/src/core/lib/iomgr/exec_ctx.c +36 -45
- data/src/core/lib/iomgr/exec_ctx.h +10 -25
- data/src/core/lib/iomgr/executor.c +152 -127
- data/src/core/lib/iomgr/executor.h +18 -26
- data/src/core/lib/iomgr/gethostname.h +26 -0
- data/src/core/lib/iomgr/gethostname_fallback.c +27 -0
- data/src/core/lib/iomgr/gethostname_host_name_max.c +37 -0
- data/src/core/lib/iomgr/gethostname_sysconf.c +37 -0
- data/src/core/lib/iomgr/iocp_windows.c +10 -25
- data/src/core/lib/iomgr/iocp_windows.h +10 -25
- data/src/core/lib/iomgr/iomgr.c +17 -28
- data/src/core/lib/iomgr/iomgr.h +12 -27
- data/src/core/lib/iomgr/iomgr_internal.h +10 -25
- data/src/core/lib/iomgr/iomgr_posix.c +11 -26
- data/src/core/lib/iomgr/iomgr_posix.h +10 -25
- data/src/core/lib/iomgr/iomgr_uv.c +19 -26
- data/src/core/lib/iomgr/iomgr_uv.h +37 -0
- data/src/core/lib/iomgr/iomgr_windows.c +10 -25
- data/src/core/lib/iomgr/is_epollexclusive_available.c +10 -25
- data/src/core/lib/iomgr/is_epollexclusive_available.h +10 -25
- data/src/core/lib/iomgr/load_file.c +10 -25
- data/src/core/lib/iomgr/load_file.h +10 -25
- data/src/core/lib/iomgr/lockfree_event.c +22 -35
- data/src/core/lib/iomgr/lockfree_event.h +13 -27
- data/src/core/lib/iomgr/nameser.h +104 -0
- data/src/core/lib/iomgr/network_status_tracker.c +10 -25
- data/src/core/lib/iomgr/network_status_tracker.h +10 -25
- data/src/core/lib/iomgr/polling_entity.c +10 -25
- data/src/core/lib/iomgr/polling_entity.h +14 -34
- data/src/core/lib/iomgr/pollset.h +14 -25
- data/src/core/lib/iomgr/pollset_set.h +10 -25
- data/src/core/lib/iomgr/pollset_set_uv.c +10 -25
- data/src/core/lib/iomgr/pollset_set_windows.c +10 -25
- data/src/core/lib/iomgr/pollset_set_windows.h +10 -25
- data/src/core/lib/iomgr/pollset_uv.c +25 -26
- data/src/core/lib/iomgr/pollset_uv.h +10 -25
- data/src/core/lib/iomgr/pollset_windows.c +17 -27
- data/src/core/lib/iomgr/pollset_windows.h +10 -25
- data/src/core/lib/iomgr/port.h +24 -25
- data/src/core/lib/iomgr/resolve_address.h +10 -25
- data/src/core/lib/iomgr/resolve_address_posix.c +13 -28
- data/src/core/lib/iomgr/resolve_address_uv.c +31 -35
- data/src/core/lib/iomgr/resolve_address_windows.c +13 -28
- data/src/core/lib/iomgr/resource_quota.c +52 -67
- data/src/core/lib/iomgr/resource_quota.h +10 -25
- data/src/core/lib/iomgr/sockaddr.h +10 -25
- data/src/core/lib/iomgr/sockaddr_posix.h +10 -25
- data/src/core/lib/iomgr/sockaddr_utils.c +15 -25
- data/src/core/lib/iomgr/sockaddr_utils.h +12 -25
- data/src/core/lib/iomgr/sockaddr_windows.h +10 -25
- data/src/core/lib/iomgr/socket_factory_posix.c +13 -31
- data/src/core/lib/iomgr/socket_factory_posix.h +10 -25
- data/src/core/lib/iomgr/socket_mutator.c +14 -31
- data/src/core/lib/iomgr/socket_mutator.h +10 -25
- data/src/core/lib/iomgr/socket_utils.h +10 -25
- data/src/core/lib/iomgr/socket_utils_common_posix.c +10 -25
- data/src/core/lib/iomgr/socket_utils_linux.c +10 -25
- data/src/core/lib/iomgr/socket_utils_posix.c +10 -25
- data/src/core/lib/iomgr/socket_utils_posix.h +10 -25
- data/src/core/lib/iomgr/socket_utils_uv.c +10 -25
- data/src/core/lib/iomgr/socket_utils_windows.c +10 -25
- data/src/core/lib/iomgr/socket_windows.c +12 -27
- data/src/core/lib/iomgr/socket_windows.h +10 -25
- data/src/core/lib/iomgr/sys_epoll_wrapper.h +10 -25
- data/src/core/lib/iomgr/tcp_client.h +10 -25
- data/src/core/lib/iomgr/tcp_client_posix.c +21 -34
- data/src/core/lib/iomgr/tcp_client_posix.h +10 -25
- data/src/core/lib/iomgr/tcp_client_uv.c +18 -27
- data/src/core/lib/iomgr/tcp_client_windows.c +14 -29
- data/src/core/lib/iomgr/tcp_posix.c +36 -55
- data/src/core/lib/iomgr/tcp_posix.h +10 -25
- data/src/core/lib/iomgr/tcp_server.h +10 -25
- data/src/core/lib/iomgr/tcp_server_posix.c +16 -31
- data/src/core/lib/iomgr/tcp_server_utils_posix.h +10 -25
- data/src/core/lib/iomgr/tcp_server_utils_posix_common.c +11 -26
- data/src/core/lib/iomgr/tcp_server_utils_posix_ifaddrs.c +10 -25
- data/src/core/lib/iomgr/tcp_server_utils_posix_noifaddrs.c +10 -25
- data/src/core/lib/iomgr/tcp_server_uv.c +103 -64
- data/src/core/lib/iomgr/tcp_server_windows.c +14 -29
- data/src/core/lib/iomgr/tcp_uv.c +41 -45
- data/src/core/lib/iomgr/tcp_uv.h +10 -25
- data/src/core/lib/iomgr/tcp_windows.c +39 -53
- data/src/core/lib/iomgr/tcp_windows.h +10 -25
- data/src/core/lib/iomgr/time_averaged_stats.c +10 -25
- data/src/core/lib/iomgr/time_averaged_stats.h +10 -25
- data/src/core/lib/iomgr/timer.h +18 -27
- data/src/core/lib/iomgr/timer_generic.c +91 -87
- data/src/core/lib/iomgr/timer_generic.h +10 -25
- data/src/core/lib/iomgr/timer_heap.c +10 -25
- data/src/core/lib/iomgr/timer_heap.h +10 -25
- data/src/core/lib/iomgr/timer_manager.c +178 -100
- data/src/core/lib/iomgr/timer_manager.h +10 -25
- data/src/core/lib/iomgr/timer_uv.c +23 -33
- data/src/core/lib/iomgr/timer_uv.h +10 -25
- data/src/core/lib/iomgr/udp_server.c +17 -32
- data/src/core/lib/iomgr/udp_server.h +10 -25
- data/src/core/lib/iomgr/unix_sockets_posix.c +10 -25
- data/src/core/lib/iomgr/unix_sockets_posix.h +10 -25
- data/src/core/lib/iomgr/unix_sockets_posix_noop.c +10 -25
- data/src/core/lib/iomgr/wakeup_fd_cv.c +10 -25
- data/src/core/lib/iomgr/wakeup_fd_cv.h +13 -28
- data/src/core/lib/iomgr/wakeup_fd_eventfd.c +10 -25
- data/src/core/lib/iomgr/wakeup_fd_nospecial.c +10 -25
- data/src/core/lib/iomgr/wakeup_fd_pipe.c +10 -25
- data/src/core/lib/iomgr/wakeup_fd_pipe.h +10 -25
- data/src/core/lib/iomgr/wakeup_fd_posix.c +10 -25
- data/src/core/lib/iomgr/wakeup_fd_posix.h +10 -25
- data/src/core/lib/json/json.c +10 -25
- data/src/core/lib/json/json.h +10 -25
- data/src/core/lib/json/json_common.h +10 -25
- data/src/core/lib/json/json_reader.c +11 -25
- data/src/core/lib/json/json_reader.h +10 -25
- data/src/core/lib/json/json_string.c +10 -25
- data/src/core/lib/json/json_writer.c +10 -25
- data/src/core/lib/json/json_writer.h +10 -25
- data/src/core/lib/profiling/basic_timers.c +10 -25
- data/src/core/lib/profiling/stap_timers.c +10 -25
- data/src/core/lib/profiling/timers.h +10 -25
- data/src/core/lib/security/context/security_context.c +32 -40
- data/src/core/lib/security/context/security_context.h +15 -26
- data/src/core/lib/security/credentials/composite/composite_credentials.c +76 -81
- data/src/core/lib/security/credentials/composite/composite_credentials.h +10 -25
- data/src/core/lib/security/credentials/credentials.c +29 -49
- data/src/core/lib/security/credentials/credentials.h +48 -61
- data/src/core/lib/security/credentials/credentials_metadata.c +34 -78
- data/src/core/lib/security/credentials/fake/fake_credentials.c +33 -56
- data/src/core/lib/security/credentials/fake/fake_credentials.h +12 -27
- data/src/core/lib/security/credentials/google_default/credentials_generic.c +10 -25
- data/src/core/lib/security/credentials/google_default/google_default_credentials.c +12 -27
- data/src/core/lib/security/credentials/google_default/google_default_credentials.h +10 -25
- data/src/core/lib/security/credentials/iam/iam_credentials.c +40 -40
- data/src/core/lib/security/credentials/iam/iam_credentials.h +11 -26
- data/src/core/lib/security/credentials/jwt/json_token.c +10 -25
- data/src/core/lib/security/credentials/jwt/json_token.h +10 -25
- data/src/core/lib/security/credentials/jwt/jwt_credentials.c +45 -48
- data/src/core/lib/security/credentials/jwt/jwt_credentials.h +11 -26
- data/src/core/lib/security/credentials/jwt/jwt_verifier.c +53 -33
- data/src/core/lib/security/credentials/jwt/jwt_verifier.h +10 -25
- data/src/core/lib/security/credentials/oauth2/oauth2_credentials.c +155 -87
- data/src/core/lib/security/credentials/oauth2/oauth2_credentials.h +24 -28
- data/src/core/lib/security/credentials/plugin/plugin_credentials.c +118 -82
- data/src/core/lib/security/credentials/plugin/plugin_credentials.h +24 -27
- data/src/core/lib/security/credentials/ssl/ssl_credentials.c +13 -32
- data/src/core/lib/security/credentials/ssl/ssl_credentials.h +10 -25
- data/src/core/lib/security/transport/auth_filters.h +10 -25
- data/src/core/lib/security/transport/client_auth_filter.c +217 -112
- data/src/core/lib/security/transport/lb_targets_info.c +16 -32
- data/src/core/lib/security/transport/lb_targets_info.h +10 -25
- data/src/core/lib/security/transport/secure_endpoint.c +29 -43
- data/src/core/lib/security/transport/secure_endpoint.h +10 -25
- data/src/core/lib/security/transport/security_connector.c +80 -61
- data/src/core/lib/security/transport/security_connector.h +35 -35
- data/src/core/lib/security/transport/security_handshaker.c +18 -33
- data/src/core/lib/security/transport/security_handshaker.h +10 -25
- data/src/core/lib/security/transport/server_auth_filter.c +62 -116
- data/src/core/lib/security/transport/tsi_error.c +10 -25
- data/src/core/lib/security/transport/tsi_error.h +10 -25
- data/src/core/lib/security/util/json_util.c +10 -25
- data/src/core/lib/security/util/json_util.h +10 -25
- data/src/core/lib/slice/b64.c +10 -25
- data/src/core/lib/slice/b64.h +10 -25
- data/src/core/lib/slice/percent_encoding.c +10 -25
- data/src/core/lib/slice/percent_encoding.h +10 -25
- data/src/core/lib/slice/slice.c +10 -25
- data/src/core/lib/slice/slice_buffer.c +10 -25
- data/src/core/lib/slice/slice_hash_table.c +48 -26
- data/src/core/lib/slice/slice_hash_table.h +26 -28
- data/src/core/lib/slice/slice_intern.c +10 -25
- data/src/core/lib/slice/slice_internal.h +10 -25
- data/src/core/lib/slice/slice_string_helpers.c +10 -25
- data/src/core/lib/slice/slice_string_helpers.h +10 -25
- data/src/core/lib/support/alloc.c +10 -25
- data/src/core/lib/support/arena.c +12 -27
- data/src/core/lib/support/arena.h +10 -25
- data/src/core/lib/support/atm.c +17 -32
- data/src/core/lib/support/atomic.h +10 -25
- data/src/core/lib/support/atomic_with_atm.h +10 -25
- data/src/core/lib/support/atomic_with_std.h +10 -25
- data/src/core/lib/support/avl.c +101 -101
- data/src/core/lib/support/backoff.c +10 -25
- data/src/core/lib/support/backoff.h +10 -25
- data/src/core/lib/support/block_annotate.h +10 -25
- data/src/core/lib/support/cmdline.c +10 -25
- data/src/core/lib/support/cpu_iphone.c +10 -25
- data/src/core/lib/support/cpu_linux.c +10 -25
- data/src/core/lib/support/cpu_posix.c +10 -25
- data/src/core/lib/support/cpu_windows.c +10 -25
- data/src/core/lib/support/env.h +16 -25
- data/src/core/lib/support/env_linux.c +30 -37
- data/src/core/lib/support/env_posix.c +15 -25
- data/src/core/lib/support/env_windows.c +15 -25
- data/src/core/lib/support/histogram.c +10 -25
- data/src/core/lib/support/host_port.c +10 -25
- data/src/core/lib/support/log.c +20 -29
- data/src/core/lib/support/log_android.c +10 -25
- data/src/core/lib/support/log_linux.c +13 -26
- data/src/core/lib/support/log_posix.c +10 -25
- data/src/core/lib/support/log_windows.c +10 -25
- data/src/core/lib/support/memory.h +10 -25
- data/src/core/lib/support/mpscq.c +11 -49
- data/src/core/lib/support/mpscq.h +11 -50
- data/src/core/lib/support/murmur_hash.c +12 -25
- data/src/core/lib/support/murmur_hash.h +10 -25
- data/src/core/lib/support/spinlock.h +10 -25
- data/src/core/lib/support/stack_lockfree.c +10 -25
- data/src/core/lib/support/stack_lockfree.h +10 -25
- data/src/core/lib/support/string.c +10 -25
- data/src/core/lib/support/string.h +10 -25
- data/src/core/lib/support/string_posix.c +10 -25
- data/src/core/lib/support/string_util_windows.c +10 -25
- data/src/core/lib/support/string_windows.c +10 -25
- data/src/core/lib/support/string_windows.h +10 -25
- data/src/core/lib/support/subprocess_posix.c +10 -25
- data/src/core/lib/support/subprocess_windows.c +10 -25
- data/src/core/lib/support/sync.c +10 -25
- data/src/core/lib/support/sync_posix.c +10 -25
- data/src/core/lib/support/sync_windows.c +10 -25
- data/src/core/lib/support/thd.c +10 -25
- data/src/core/lib/support/thd_internal.h +10 -25
- data/src/core/lib/support/thd_posix.c +10 -25
- data/src/core/lib/support/thd_windows.c +10 -25
- data/src/core/lib/support/time.c +10 -25
- data/src/core/lib/support/time_posix.c +10 -25
- data/src/core/lib/support/time_precise.c +18 -33
- data/src/core/lib/support/time_precise.h +10 -25
- data/src/core/lib/support/time_windows.c +10 -25
- data/src/core/lib/support/tls_pthread.c +10 -25
- data/src/core/lib/support/tmpfile.h +10 -25
- data/src/core/lib/support/tmpfile_msys.c +10 -25
- data/src/core/lib/support/tmpfile_posix.c +10 -25
- data/src/core/lib/support/tmpfile_windows.c +10 -25
- data/src/core/lib/support/wrap_memcpy.c +10 -25
- data/src/core/lib/surface/alarm.c +78 -35
- data/src/core/lib/surface/alarm_internal.h +40 -0
- data/src/core/lib/surface/api_trace.c +11 -26
- data/src/core/lib/surface/api_trace.h +10 -25
- data/src/core/lib/surface/byte_buffer.c +10 -25
- data/src/core/lib/surface/byte_buffer_reader.c +10 -25
- data/src/core/lib/surface/call.c +64 -84
- data/src/core/lib/surface/call.h +11 -26
- data/src/core/lib/surface/call_details.c +10 -25
- data/src/core/lib/surface/call_log_batch.c +10 -25
- data/src/core/lib/surface/call_test_only.h +10 -25
- data/src/core/lib/surface/channel.c +11 -26
- data/src/core/lib/surface/channel.h +11 -26
- data/src/core/lib/surface/channel_init.c +10 -25
- data/src/core/lib/surface/channel_init.h +10 -25
- data/src/core/lib/surface/channel_ping.c +12 -27
- data/src/core/lib/surface/channel_stack_type.c +10 -25
- data/src/core/lib/surface/channel_stack_type.h +10 -25
- data/src/core/lib/surface/completion_queue.c +442 -331
- data/src/core/lib/surface/completion_queue.h +16 -33
- data/src/core/lib/surface/completion_queue_factory.c +10 -25
- data/src/core/lib/surface/completion_queue_factory.h +10 -25
- data/src/core/lib/surface/event_string.c +10 -25
- data/src/core/lib/surface/event_string.h +10 -25
- data/src/core/lib/surface/init.c +38 -47
- data/src/core/lib/surface/init.h +10 -25
- data/src/core/lib/surface/init_secure.c +20 -27
- data/src/core/lib/surface/lame_client.cc +14 -29
- data/src/core/lib/surface/lame_client.h +10 -25
- data/src/core/lib/surface/metadata_array.c +10 -25
- data/src/core/lib/surface/server.c +128 -81
- data/src/core/lib/surface/server.h +10 -25
- data/src/core/lib/surface/validate_metadata.c +10 -25
- data/src/core/lib/surface/validate_metadata.h +10 -25
- data/src/core/lib/surface/version.c +11 -26
- data/src/core/lib/transport/bdp_estimator.c +19 -29
- data/src/core/lib/transport/bdp_estimator.h +16 -29
- data/src/core/lib/transport/byte_stream.c +127 -36
- data/src/core/lib/transport/byte_stream.h +88 -46
- data/src/core/lib/transport/connectivity_state.c +17 -31
- data/src/core/lib/transport/connectivity_state.h +10 -25
- data/src/core/lib/transport/error_utils.c +10 -25
- data/src/core/lib/transport/error_utils.h +10 -25
- data/src/core/lib/transport/http2_errors.h +10 -25
- data/src/core/lib/transport/metadata.c +87 -85
- data/src/core/lib/transport/metadata.h +15 -28
- data/src/core/lib/transport/metadata_batch.c +10 -25
- data/src/core/lib/transport/metadata_batch.h +10 -25
- data/src/core/lib/transport/pid_controller.c +10 -25
- data/src/core/lib/transport/pid_controller.h +10 -25
- data/src/core/lib/transport/service_config.c +11 -26
- data/src/core/lib/transport/service_config.h +10 -25
- data/src/core/lib/transport/static_metadata.c +12 -26
- data/src/core/lib/transport/static_metadata.h +10 -25
- data/src/core/lib/transport/status_conversion.c +10 -25
- data/src/core/lib/transport/status_conversion.h +10 -25
- data/src/core/lib/transport/timeout_encoding.c +10 -25
- data/src/core/lib/transport/timeout_encoding.h +10 -25
- data/src/core/lib/transport/transport.c +60 -53
- data/src/core/lib/transport/transport.h +36 -34
- data/src/core/lib/transport/transport_impl.h +10 -25
- data/src/core/lib/transport/transport_op_string.c +10 -28
- data/src/core/plugin_registry/grpc_plugin_registry.c +22 -25
- data/src/core/tsi/fake_transport_security.c +199 -94
- data/src/core/tsi/fake_transport_security.h +11 -26
- data/src/core/tsi/gts_transport_security.c +40 -0
- data/src/core/tsi/gts_transport_security.h +37 -0
- data/src/core/tsi/ssl_transport_security.c +13 -32
- data/src/core/tsi/ssl_transport_security.h +10 -25
- data/src/core/tsi/ssl_types.h +10 -25
- data/src/core/tsi/transport_security.c +48 -78
- data/src/core/tsi/transport_security.h +18 -27
- data/src/core/tsi/transport_security_adapter.c +17 -29
- data/src/core/tsi/transport_security_adapter.h +10 -25
- data/src/core/tsi/transport_security_grpc.c +64 -0
- data/src/core/tsi/transport_security_grpc.h +80 -0
- data/src/core/tsi/transport_security_interface.h +21 -27
- data/src/ruby/bin/apis/google/protobuf/empty.rb +10 -25
- data/src/ruby/bin/apis/pubsub_demo.rb +10 -25
- data/src/ruby/bin/apis/tech/pubsub/proto/pubsub.rb +10 -25
- data/src/ruby/bin/apis/tech/pubsub/proto/pubsub_services.rb +10 -25
- data/src/ruby/bin/math_client.rb +10 -25
- data/src/ruby/bin/math_server.rb +10 -25
- data/src/ruby/bin/math_services_pb.rb +10 -25
- data/src/ruby/bin/noproto_client.rb +10 -25
- data/src/ruby/bin/noproto_server.rb +10 -25
- data/src/ruby/ext/grpc/extconf.rb +10 -25
- data/src/ruby/ext/grpc/rb_byte_buffer.c +10 -25
- data/src/ruby/ext/grpc/rb_byte_buffer.h +10 -25
- data/src/ruby/ext/grpc/rb_call.c +44 -25
- data/src/ruby/ext/grpc/rb_call.h +10 -25
- data/src/ruby/ext/grpc/rb_call_credentials.c +10 -25
- data/src/ruby/ext/grpc/rb_call_credentials.h +10 -25
- data/src/ruby/ext/grpc/rb_channel.c +10 -25
- data/src/ruby/ext/grpc/rb_channel.h +10 -25
- data/src/ruby/ext/grpc/rb_channel_args.c +10 -25
- data/src/ruby/ext/grpc/rb_channel_args.h +10 -25
- data/src/ruby/ext/grpc/rb_channel_credentials.c +10 -25
- data/src/ruby/ext/grpc/rb_channel_credentials.h +10 -25
- data/src/ruby/ext/grpc/rb_completion_queue.c +10 -25
- data/src/ruby/ext/grpc/rb_completion_queue.h +10 -25
- data/src/ruby/ext/grpc/rb_compression_options.c +10 -25
- data/src/ruby/ext/grpc/rb_compression_options.h +10 -25
- data/src/ruby/ext/grpc/rb_event_thread.c +10 -25
- data/src/ruby/ext/grpc/rb_event_thread.h +10 -25
- data/src/ruby/ext/grpc/rb_grpc.c +10 -25
- data/src/ruby/ext/grpc/rb_grpc.h +10 -25
- data/src/ruby/ext/grpc/rb_grpc_imports.generated.c +10 -25
- data/src/ruby/ext/grpc/rb_grpc_imports.generated.h +16 -31
- data/src/ruby/ext/grpc/rb_loader.c +10 -25
- data/src/ruby/ext/grpc/rb_loader.h +10 -25
- data/src/ruby/ext/grpc/rb_server.c +10 -25
- data/src/ruby/ext/grpc/rb_server.h +10 -25
- data/src/ruby/ext/grpc/rb_server_credentials.c +10 -25
- data/src/ruby/ext/grpc/rb_server_credentials.h +10 -25
- data/src/ruby/lib/grpc.rb +10 -25
- data/src/ruby/lib/grpc/core/time_consts.rb +10 -25
- data/src/ruby/lib/grpc/errors.rb +16 -30
- data/src/ruby/lib/grpc/generic/active_call.rb +25 -27
- data/src/ruby/lib/grpc/generic/bidi_call.rb +17 -27
- data/src/ruby/lib/grpc/generic/client_stub.rb +10 -25
- data/src/ruby/lib/grpc/generic/rpc_desc.rb +10 -25
- data/src/ruby/lib/grpc/generic/rpc_server.rb +10 -25
- data/src/ruby/lib/grpc/generic/service.rb +10 -25
- data/src/ruby/lib/grpc/grpc.rb +10 -25
- data/src/ruby/lib/grpc/logconfig.rb +10 -25
- data/src/ruby/lib/grpc/notifier.rb +10 -25
- data/src/ruby/lib/grpc/version.rb +11 -26
- data/src/ruby/pb/generate_proto_ruby.sh +10 -25
- data/src/ruby/pb/grpc/health/checker.rb +10 -25
- data/src/ruby/pb/grpc/health/v1/health_services_pb.rb +10 -25
- data/src/ruby/pb/grpc/testing/duplicate/echo_duplicate_services_pb.rb +10 -25
- data/src/ruby/pb/grpc/testing/metrics_services_pb.rb +10 -25
- data/src/ruby/pb/src/proto/grpc/testing/test_services_pb.rb +10 -25
- data/src/ruby/pb/test/client.rb +10 -25
- data/src/ruby/pb/test/server.rb +10 -25
- data/src/ruby/spec/call_credentials_spec.rb +10 -25
- data/src/ruby/spec/call_spec.rb +43 -25
- data/src/ruby/spec/channel_connection_spec.rb +10 -25
- data/src/ruby/spec/channel_credentials_spec.rb +11 -26
- data/src/ruby/spec/channel_spec.rb +10 -25
- data/src/ruby/spec/client_auth_spec.rb +10 -25
- data/src/ruby/spec/client_server_spec.rb +66 -25
- data/src/ruby/spec/compression_options_spec.rb +10 -25
- data/src/ruby/spec/error_sanity_spec.rb +10 -25
- data/src/ruby/spec/generic/active_call_spec.rb +10 -25
- data/src/ruby/spec/generic/client_stub_spec.rb +146 -35
- data/src/ruby/spec/generic/rpc_desc_spec.rb +10 -25
- data/src/ruby/spec/generic/rpc_server_pool_spec.rb +10 -25
- data/src/ruby/spec/generic/rpc_server_spec.rb +124 -34
- data/src/ruby/spec/generic/service_spec.rb +10 -25
- data/src/ruby/spec/pb/duplicate/codegen_spec.rb +10 -25
- data/src/ruby/spec/pb/health/checker_spec.rb +10 -25
- data/src/ruby/spec/server_credentials_spec.rb +10 -25
- data/src/ruby/spec/server_spec.rb +10 -25
- data/src/ruby/spec/spec_helper.rb +10 -25
- data/src/ruby/spec/time_consts_spec.rb +10 -25
- data/third_party/boringssl/crypto/aes/key_wrap.c +138 -0
- data/third_party/boringssl/crypto/asn1/a_bitstr.c +6 -3
- data/third_party/boringssl/crypto/asn1/a_enum.c +4 -1
- data/third_party/boringssl/crypto/asn1/a_gentm.c +20 -15
- data/third_party/boringssl/crypto/asn1/a_int.c +7 -4
- data/third_party/boringssl/crypto/asn1/a_object.c +5 -2
- data/third_party/boringssl/crypto/asn1/a_time.c +0 -1
- data/third_party/boringssl/crypto/asn1/a_utctm.c +1 -2
- data/third_party/boringssl/crypto/asn1/asn1_lib.c +5 -2
- data/third_party/boringssl/crypto/asn1/asn1_locl.h +35 -0
- data/third_party/boringssl/crypto/asn1/tasn_dec.c +3 -1
- data/third_party/boringssl/crypto/asn1/tasn_enc.c +6 -3
- data/third_party/boringssl/crypto/asn1/tasn_new.c +12 -7
- data/third_party/boringssl/crypto/asn1/tasn_utl.c +22 -8
- data/third_party/boringssl/crypto/{time_support.c → asn1/time_support.c} +1 -1
- data/third_party/boringssl/crypto/asn1/x_long.c +5 -2
- data/third_party/boringssl/crypto/base64/base64.c +7 -5
- data/third_party/boringssl/crypto/bio/bio.c +24 -10
- data/third_party/boringssl/crypto/bio/bio_mem.c +12 -10
- data/third_party/boringssl/crypto/bio/connect.c +7 -18
- data/third_party/boringssl/crypto/bio/fd.c +3 -6
- data/third_party/boringssl/crypto/bio/file.c +6 -6
- data/third_party/boringssl/crypto/bio/hexdump.c +4 -2
- data/third_party/boringssl/crypto/bio/pair.c +30 -344
- data/third_party/boringssl/crypto/bio/socket.c +6 -7
- data/third_party/boringssl/crypto/bio/socket_helper.c +4 -3
- data/third_party/boringssl/crypto/bn/add.c +1 -1
- data/third_party/boringssl/crypto/bn/asm/x86_64-gcc.c +11 -10
- data/third_party/boringssl/crypto/bn/bn.c +6 -20
- data/third_party/boringssl/crypto/bn/cmp.c +14 -0
- data/third_party/boringssl/crypto/bn/convert.c +73 -2
- data/third_party/boringssl/crypto/bn/ctx.c +3 -1
- data/third_party/boringssl/crypto/bn/div.c +108 -51
- data/third_party/boringssl/crypto/bn/exponentiation.c +15 -33
- data/third_party/boringssl/crypto/bn/gcd.c +29 -22
- data/third_party/boringssl/crypto/bn/generic.c +71 -67
- data/third_party/boringssl/crypto/bn/internal.h +19 -6
- data/third_party/boringssl/crypto/bn/kronecker.c +1 -0
- data/third_party/boringssl/crypto/bn/montgomery.c +9 -10
- data/third_party/boringssl/crypto/bn/montgomery_inv.c +47 -0
- data/third_party/boringssl/crypto/bn/mul.c +11 -9
- data/third_party/boringssl/crypto/bn/random.c +6 -3
- data/third_party/boringssl/crypto/bn/rsaz_exp.c +0 -65
- data/third_party/boringssl/crypto/bn/rsaz_exp.h +0 -3
- data/third_party/boringssl/crypto/bn/shift.c +9 -1
- data/third_party/boringssl/crypto/bn/sqrt.c +3 -1
- data/third_party/boringssl/crypto/buf/buf.c +6 -4
- data/third_party/boringssl/crypto/bytestring/asn1_compat.c +2 -1
- data/third_party/boringssl/crypto/bytestring/ber.c +2 -1
- data/third_party/boringssl/crypto/bytestring/cbb.c +9 -7
- data/third_party/boringssl/crypto/bytestring/cbs.c +54 -2
- data/third_party/boringssl/crypto/chacha/chacha.c +1 -1
- data/third_party/boringssl/crypto/cipher/aead.c +3 -3
- data/third_party/boringssl/crypto/cipher/cipher.c +18 -13
- data/third_party/boringssl/crypto/cipher/e_aes.c +335 -281
- data/third_party/boringssl/crypto/cipher/e_chacha20poly1305.c +113 -137
- data/third_party/boringssl/crypto/cipher/e_null.c +2 -1
- data/third_party/boringssl/crypto/cipher/e_rc2.c +54 -49
- data/third_party/boringssl/crypto/cipher/e_ssl3.c +4 -3
- data/third_party/boringssl/crypto/cipher/e_tls.c +5 -5
- data/third_party/boringssl/crypto/cipher/tls_cbc.c +41 -112
- data/third_party/boringssl/crypto/cmac/cmac.c +6 -4
- data/third_party/boringssl/crypto/conf/conf.c +6 -3
- data/third_party/boringssl/crypto/cpu-arm-linux.c +2 -2
- data/third_party/boringssl/crypto/curve25519/curve25519.c +28 -34
- data/third_party/boringssl/crypto/curve25519/spake25519.c +7 -6
- data/third_party/boringssl/crypto/curve25519/x25519-x86_64.c +2 -1
- data/third_party/boringssl/crypto/des/des.c +1 -1
- data/third_party/boringssl/crypto/des/internal.h +58 -46
- data/third_party/boringssl/crypto/dh/dh.c +4 -8
- data/third_party/boringssl/crypto/digest/digest.c +5 -2
- data/third_party/boringssl/crypto/digest/digests.c +70 -33
- data/third_party/boringssl/crypto/digest/md32_common.h +39 -27
- data/third_party/boringssl/crypto/dsa/dsa.c +11 -19
- data/third_party/boringssl/crypto/ec/ec.c +1 -1
- data/third_party/boringssl/crypto/ec/ec_asn1.c +3 -2
- data/third_party/boringssl/crypto/ec/ec_key.c +1 -1
- data/third_party/boringssl/crypto/ec/ec_montgomery.c +6 -11
- data/third_party/boringssl/crypto/ec/oct.c +2 -14
- data/third_party/boringssl/crypto/ec/p224-64.c +78 -122
- data/third_party/boringssl/crypto/ec/p256-64.c +93 -133
- data/third_party/boringssl/crypto/ec/p256-x86_64.c +48 -61
- data/third_party/boringssl/crypto/ec/p256-x86_64.h +113 -0
- data/third_party/boringssl/crypto/ec/simple.c +2 -1
- data/third_party/boringssl/crypto/ec/wnaf.c +52 -43
- data/third_party/boringssl/crypto/ecdh/ecdh.c +4 -2
- data/third_party/boringssl/crypto/ecdsa/ecdsa.c +17 -16
- data/third_party/boringssl/crypto/engine/engine.c +3 -1
- data/third_party/boringssl/crypto/err/err.c +5 -5
- data/third_party/boringssl/crypto/evp/evp.c +1 -1
- data/third_party/boringssl/crypto/evp/evp_asn1.c +1 -1
- data/third_party/boringssl/crypto/evp/evp_ctx.c +23 -29
- data/third_party/boringssl/crypto/evp/p_ec.c +2 -1
- data/third_party/boringssl/crypto/evp/p_rsa.c +9 -3
- data/third_party/boringssl/crypto/evp/pbkdf.c +3 -1
- data/third_party/boringssl/crypto/hkdf/hkdf.c +3 -1
- data/third_party/boringssl/crypto/hmac/hmac.c +4 -2
- data/third_party/boringssl/crypto/internal.h +81 -0
- data/third_party/boringssl/crypto/lhash/lhash.c +7 -13
- data/third_party/boringssl/crypto/md4/md4.c +20 -18
- data/third_party/boringssl/crypto/md5/md5.c +31 -21
- data/third_party/boringssl/crypto/mem.c +4 -10
- data/third_party/boringssl/crypto/modes/cbc.c +2 -6
- data/third_party/boringssl/crypto/modes/cfb.c +2 -2
- data/third_party/boringssl/crypto/modes/ctr.c +1 -1
- data/third_party/boringssl/crypto/modes/gcm.c +117 -334
- data/third_party/boringssl/crypto/modes/internal.h +107 -84
- data/third_party/boringssl/crypto/modes/ofb.c +3 -3
- data/third_party/boringssl/crypto/modes/polyval.c +94 -0
- data/third_party/boringssl/crypto/obj/obj.c +13 -8
- data/third_party/boringssl/crypto/obj/obj_dat.h +6109 -5187
- data/third_party/boringssl/crypto/obj/obj_xref.c +55 -57
- data/third_party/boringssl/crypto/pem/pem_lib.c +6 -3
- data/third_party/boringssl/crypto/pkcs8/internal.h +27 -8
- data/third_party/boringssl/crypto/pkcs8/p5_pbev2.c +137 -352
- data/third_party/boringssl/crypto/pkcs8/pkcs8.c +371 -364
- data/third_party/boringssl/crypto/poly1305/poly1305.c +12 -18
- data/third_party/boringssl/crypto/poly1305/poly1305_arm.c +2 -2
- data/third_party/boringssl/crypto/{newhope/reduce.c → pool/internal.h} +24 -21
- data/third_party/boringssl/crypto/pool/pool.c +200 -0
- data/third_party/boringssl/crypto/rand/deterministic.c +6 -5
- data/third_party/boringssl/crypto/rand/fuchsia.c +43 -0
- data/third_party/boringssl/crypto/rand/rand.c +7 -7
- data/third_party/boringssl/crypto/rand/urandom.c +136 -22
- data/third_party/boringssl/crypto/rand/windows.c +2 -2
- data/third_party/boringssl/crypto/rsa/blinding.c +2 -1
- data/third_party/boringssl/crypto/rsa/padding.c +11 -11
- data/third_party/boringssl/crypto/rsa/rsa.c +4 -4
- data/third_party/boringssl/crypto/rsa/rsa_asn1.c +7 -1
- data/third_party/boringssl/crypto/rsa/rsa_impl.c +41 -80
- data/third_party/boringssl/crypto/sha/sha1-altivec.c +346 -0
- data/third_party/boringssl/crypto/sha/sha1.c +60 -42
- data/third_party/boringssl/crypto/sha/sha256.c +4 -2
- data/third_party/boringssl/crypto/sha/sha512.c +9 -7
- data/third_party/boringssl/crypto/stack/stack.c +10 -7
- data/third_party/boringssl/crypto/thread_pthread.c +2 -2
- data/third_party/boringssl/crypto/thread_win.c +2 -2
- data/third_party/boringssl/crypto/x509/a_verify.c +1 -1
- data/third_party/boringssl/crypto/x509/asn1_gen.c +1 -1
- data/third_party/boringssl/crypto/x509/by_dir.c +1 -1
- data/third_party/boringssl/crypto/x509/t_x509.c +78 -38
- data/third_party/boringssl/crypto/x509/x509_cmp.c +8 -5
- data/third_party/boringssl/crypto/x509/x509_lu.c +6 -1
- data/third_party/boringssl/crypto/x509/x509_obj.c +4 -1
- data/third_party/boringssl/crypto/x509/x509_vfy.c +42 -8
- data/third_party/boringssl/crypto/x509/x509_vpm.c +8 -6
- data/third_party/boringssl/crypto/x509/x509name.c +4 -1
- data/third_party/boringssl/crypto/x509/x_crl.c +4 -2
- data/third_party/boringssl/crypto/x509/x_name.c +23 -13
- data/third_party/boringssl/crypto/x509/x_pkey.c +4 -1
- data/third_party/boringssl/crypto/x509/x_x509.c +42 -3
- data/third_party/boringssl/crypto/x509v3/pcy_int.h +2 -2
- data/third_party/boringssl/crypto/x509v3/pcy_tree.c +2 -1
- data/third_party/boringssl/crypto/x509v3/v3_cpols.c +1 -1
- data/third_party/boringssl/crypto/x509v3/v3_ia5.c +4 -1
- data/third_party/boringssl/crypto/x509v3/v3_ncons.c +4 -1
- data/third_party/boringssl/crypto/x509v3/v3_pci.c +6 -3
- data/third_party/boringssl/crypto/x509v3/v3_purp.c +13 -21
- data/third_party/boringssl/crypto/x509v3/v3_utl.c +19 -33
- data/third_party/boringssl/include/openssl/aead.h +9 -20
- data/third_party/boringssl/include/openssl/aes.h +21 -9
- data/third_party/boringssl/include/openssl/asn1.h +9 -1
- data/third_party/boringssl/include/openssl/base.h +33 -6
- data/third_party/boringssl/include/openssl/bio.h +10 -103
- data/third_party/boringssl/include/openssl/bn.h +58 -42
- data/third_party/boringssl/include/openssl/bytestring.h +17 -0
- data/third_party/boringssl/include/openssl/cipher.h +4 -3
- data/third_party/boringssl/include/openssl/conf.h +4 -1
- data/third_party/boringssl/include/openssl/curve25519.h +13 -0
- data/third_party/boringssl/include/openssl/digest.h +5 -3
- data/third_party/boringssl/include/openssl/dsa.h +5 -5
- data/third_party/boringssl/include/openssl/ec.h +2 -2
- data/third_party/boringssl/include/openssl/ecdh.h +3 -4
- data/third_party/boringssl/include/openssl/ecdsa.h +10 -10
- data/third_party/boringssl/include/openssl/err.h +5 -5
- data/third_party/boringssl/include/openssl/evp.h +11 -7
- data/third_party/boringssl/include/openssl/lhash.h +2 -3
- data/third_party/boringssl/include/openssl/lhash_macros.h +56 -14
- data/third_party/boringssl/include/openssl/nid.h +2949 -2916
- data/third_party/boringssl/include/openssl/obj.h +1 -1
- data/third_party/boringssl/include/openssl/pkcs8.h +21 -42
- data/third_party/boringssl/include/openssl/pool.h +87 -0
- data/third_party/boringssl/include/openssl/rand.h +1 -1
- data/third_party/boringssl/include/openssl/rsa.h +4 -2
- data/third_party/boringssl/include/openssl/sha.h +0 -4
- data/third_party/boringssl/include/openssl/ssl.h +327 -662
- data/third_party/boringssl/include/openssl/ssl3.h +1 -21
- data/third_party/boringssl/include/openssl/stack.h +1 -0
- data/third_party/boringssl/include/openssl/stack_macros.h +85 -0
- data/third_party/boringssl/include/openssl/tls1.h +23 -52
- data/third_party/boringssl/include/openssl/type_check.h +4 -0
- data/third_party/boringssl/include/openssl/x509.h +10 -59
- data/third_party/boringssl/include/openssl/x509_vfy.h +7 -1
- data/third_party/boringssl/include/openssl/x509v3.h +4 -4
- data/third_party/boringssl/ssl/bio_ssl.c +175 -0
- data/third_party/boringssl/ssl/custom_extensions.c +24 -21
- data/third_party/boringssl/ssl/d1_both.c +259 -289
- data/third_party/boringssl/ssl/d1_lib.c +8 -20
- data/third_party/boringssl/ssl/d1_pkt.c +6 -15
- data/third_party/boringssl/ssl/dtls_method.c +22 -8
- data/third_party/boringssl/ssl/dtls_record.c +27 -2
- data/third_party/boringssl/ssl/handshake_client.c +460 -579
- data/third_party/boringssl/ssl/handshake_server.c +662 -644
- data/third_party/boringssl/ssl/internal.h +1009 -375
- data/third_party/boringssl/ssl/s3_both.c +312 -162
- data/third_party/boringssl/ssl/s3_lib.c +12 -128
- data/third_party/boringssl/ssl/s3_pkt.c +22 -30
- data/third_party/boringssl/ssl/ssl_aead_ctx.c +28 -22
- data/third_party/boringssl/ssl/ssl_asn1.c +210 -114
- data/third_party/boringssl/ssl/ssl_buffer.c +2 -1
- data/third_party/boringssl/ssl/ssl_cert.c +417 -219
- data/third_party/boringssl/ssl/ssl_cipher.c +191 -393
- data/third_party/boringssl/ssl/ssl_ecdh.c +19 -164
- data/third_party/boringssl/ssl/ssl_file.c +0 -11
- data/third_party/boringssl/ssl/ssl_lib.c +325 -652
- data/third_party/boringssl/ssl/{ssl_rsa.c → ssl_privkey.c} +21 -131
- data/third_party/boringssl/ssl/ssl_privkey_cc.cc +76 -0
- data/third_party/boringssl/ssl/ssl_session.c +206 -95
- data/third_party/boringssl/ssl/ssl_stat.c +18 -84
- data/third_party/boringssl/ssl/{s3_enc.c → ssl_transcript.c} +150 -157
- data/third_party/boringssl/ssl/ssl_x509.c +815 -0
- data/third_party/boringssl/ssl/t1_enc.c +188 -174
- data/third_party/boringssl/ssl/t1_lib.c +1064 -764
- data/third_party/boringssl/ssl/tls13_both.c +290 -96
- data/third_party/boringssl/ssl/tls13_client.c +344 -314
- data/third_party/boringssl/ssl/tls13_enc.c +239 -200
- data/third_party/boringssl/ssl/tls13_server.c +374 -366
- data/third_party/boringssl/ssl/tls_method.c +40 -5
- data/third_party/boringssl/ssl/tls_record.c +166 -71
- metadata +39 -25
- data/src/core/lib/iomgr/workqueue.h +0 -87
- data/src/core/lib/iomgr/workqueue_uv.c +0 -65
- data/src/core/lib/iomgr/workqueue_uv.h +0 -37
- data/src/core/lib/iomgr/workqueue_windows.c +0 -63
- data/src/core/lib/iomgr/workqueue_windows.h +0 -37
- data/third_party/boringssl/crypto/bio/buffer.c +0 -496
- data/third_party/boringssl/crypto/newhope/error_correction.c +0 -131
- data/third_party/boringssl/crypto/newhope/internal.h +0 -71
- data/third_party/boringssl/crypto/newhope/newhope.c +0 -174
- data/third_party/boringssl/crypto/newhope/ntt.c +0 -148
- data/third_party/boringssl/crypto/newhope/poly.c +0 -183
- data/third_party/boringssl/crypto/newhope/precomp.c +0 -306
- data/third_party/boringssl/crypto/obj/obj_xref.h +0 -96
- data/third_party/boringssl/crypto/pkcs8/p5_pbe.c +0 -151
- data/third_party/boringssl/include/openssl/newhope.h +0 -158
- data/third_party/boringssl/include/openssl/time_support.h +0 -91
@@ -127,18 +127,24 @@
|
|
127
127
|
#include <openssl/sha.h>
|
128
128
|
#include <openssl/x509.h>
|
129
129
|
|
130
|
+
#include "../crypto/internal.h"
|
130
131
|
#include "internal.h"
|
131
132
|
|
132
133
|
|
133
|
-
SSL_HANDSHAKE *ssl_handshake_new(
|
134
|
+
SSL_HANDSHAKE *ssl_handshake_new(SSL *ssl) {
|
134
135
|
SSL_HANDSHAKE *hs = OPENSSL_malloc(sizeof(SSL_HANDSHAKE));
|
135
136
|
if (hs == NULL) {
|
136
137
|
OPENSSL_PUT_ERROR(SSL, ERR_R_MALLOC_FAILURE);
|
137
138
|
return NULL;
|
138
139
|
}
|
139
|
-
|
140
|
-
hs->
|
140
|
+
OPENSSL_memset(hs, 0, sizeof(SSL_HANDSHAKE));
|
141
|
+
hs->ssl = ssl;
|
141
142
|
hs->wait = ssl_hs_ok;
|
143
|
+
hs->state = SSL_ST_INIT;
|
144
|
+
if (!SSL_TRANSCRIPT_init(&hs->transcript)) {
|
145
|
+
ssl_handshake_free(hs);
|
146
|
+
return NULL;
|
147
|
+
}
|
142
148
|
return hs;
|
143
149
|
}
|
144
150
|
|
@@ -148,206 +154,319 @@ void ssl_handshake_free(SSL_HANDSHAKE *hs) {
|
|
148
154
|
}
|
149
155
|
|
150
156
|
OPENSSL_cleanse(hs->secret, sizeof(hs->secret));
|
151
|
-
OPENSSL_cleanse(hs->
|
157
|
+
OPENSSL_cleanse(hs->client_handshake_secret,
|
158
|
+
sizeof(hs->client_handshake_secret));
|
159
|
+
OPENSSL_cleanse(hs->server_handshake_secret,
|
160
|
+
sizeof(hs->server_handshake_secret));
|
161
|
+
OPENSSL_cleanse(hs->client_traffic_secret_0,
|
162
|
+
sizeof(hs->client_traffic_secret_0));
|
163
|
+
OPENSSL_cleanse(hs->server_traffic_secret_0,
|
164
|
+
sizeof(hs->server_traffic_secret_0));
|
152
165
|
SSL_ECDH_CTX_cleanup(&hs->ecdh_ctx);
|
166
|
+
SSL_TRANSCRIPT_cleanup(&hs->transcript);
|
167
|
+
OPENSSL_free(hs->cookie);
|
153
168
|
OPENSSL_free(hs->key_share_bytes);
|
154
169
|
OPENSSL_free(hs->public_key);
|
170
|
+
SSL_SESSION_free(hs->new_session);
|
155
171
|
OPENSSL_free(hs->peer_sigalgs);
|
172
|
+
OPENSSL_free(hs->peer_supported_group_list);
|
173
|
+
OPENSSL_free(hs->peer_key);
|
174
|
+
OPENSSL_free(hs->server_params);
|
156
175
|
OPENSSL_free(hs->peer_psk_identity_hint);
|
176
|
+
sk_X509_NAME_pop_free(hs->ca_names, X509_NAME_free);
|
177
|
+
OPENSSL_free(hs->certificate_types);
|
178
|
+
|
179
|
+
if (hs->key_block != NULL) {
|
180
|
+
OPENSSL_cleanse(hs->key_block, hs->key_block_len);
|
181
|
+
OPENSSL_free(hs->key_block);
|
182
|
+
}
|
183
|
+
|
184
|
+
OPENSSL_free(hs->hostname);
|
185
|
+
EVP_PKEY_free(hs->peer_pubkey);
|
157
186
|
OPENSSL_free(hs);
|
158
187
|
}
|
159
188
|
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
return
|
189
|
+
int ssl_check_message_type(SSL *ssl, int type) {
|
190
|
+
if (ssl->s3->tmp.message_type != type) {
|
191
|
+
ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_UNEXPECTED_MESSAGE);
|
192
|
+
OPENSSL_PUT_ERROR(SSL, SSL_R_UNEXPECTED_MESSAGE);
|
193
|
+
ERR_add_error_dataf("got type %d, wanted type %d",
|
194
|
+
ssl->s3->tmp.message_type, type);
|
195
|
+
return 0;
|
167
196
|
}
|
168
197
|
|
169
|
-
/* ssl3_write_bytes writes the data in its entirety. */
|
170
|
-
assert((size_t)ret == len);
|
171
|
-
ssl_do_msg_callback(ssl, 1 /* write */, type, data, len);
|
172
198
|
return 1;
|
173
199
|
}
|
174
200
|
|
175
|
-
int
|
176
|
-
|
177
|
-
|
178
|
-
|
201
|
+
static int add_record_to_flight(SSL *ssl, uint8_t type, const uint8_t *in,
|
202
|
+
size_t in_len) {
|
203
|
+
/* We'll never add a flight while in the process of writing it out. */
|
204
|
+
assert(ssl->s3->pending_flight_offset == 0);
|
205
|
+
|
206
|
+
if (ssl->s3->pending_flight == NULL) {
|
207
|
+
ssl->s3->pending_flight = BUF_MEM_new();
|
208
|
+
if (ssl->s3->pending_flight == NULL) {
|
209
|
+
return 0;
|
210
|
+
}
|
211
|
+
}
|
212
|
+
|
213
|
+
size_t max_out = in_len + SSL_max_seal_overhead(ssl);
|
214
|
+
size_t new_cap = ssl->s3->pending_flight->length + max_out;
|
215
|
+
if (max_out < in_len || new_cap < max_out) {
|
216
|
+
OPENSSL_PUT_ERROR(SSL, ERR_R_OVERFLOW);
|
217
|
+
return 0;
|
218
|
+
}
|
219
|
+
|
220
|
+
size_t len;
|
221
|
+
if (!BUF_MEM_reserve(ssl->s3->pending_flight, new_cap) ||
|
222
|
+
!tls_seal_record(ssl, (uint8_t *)ssl->s3->pending_flight->data +
|
223
|
+
ssl->s3->pending_flight->length,
|
224
|
+
&len, max_out, type, in, in_len)) {
|
179
225
|
return 0;
|
180
226
|
}
|
181
227
|
|
228
|
+
ssl->s3->pending_flight->length += len;
|
229
|
+
return 1;
|
230
|
+
}
|
231
|
+
|
232
|
+
int ssl3_init_message(SSL *ssl, CBB *cbb, CBB *body, uint8_t type) {
|
182
233
|
/* Pick a modest size hint to save most of the |realloc| calls. */
|
183
234
|
if (!CBB_init(cbb, 64) ||
|
184
235
|
!CBB_add_u8(cbb, type) ||
|
185
236
|
!CBB_add_u24_length_prefixed(cbb, body)) {
|
186
237
|
OPENSSL_PUT_ERROR(SSL, ERR_R_INTERNAL_ERROR);
|
238
|
+
CBB_cleanup(cbb);
|
187
239
|
return 0;
|
188
240
|
}
|
189
241
|
|
190
242
|
return 1;
|
191
243
|
}
|
192
244
|
|
193
|
-
int ssl3_finish_message(SSL *ssl, CBB *cbb
|
194
|
-
|
245
|
+
int ssl3_finish_message(SSL *ssl, CBB *cbb, uint8_t **out_msg,
|
246
|
+
size_t *out_len) {
|
247
|
+
if (!CBB_finish(cbb, out_msg, out_len)) {
|
195
248
|
OPENSSL_PUT_ERROR(SSL, ERR_R_INTERNAL_ERROR);
|
196
249
|
return 0;
|
197
250
|
}
|
198
251
|
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
252
|
+
return 1;
|
253
|
+
}
|
254
|
+
|
255
|
+
int ssl3_add_message(SSL *ssl, uint8_t *msg, size_t len) {
|
256
|
+
/* Add the message to the current flight, splitting into several records if
|
257
|
+
* needed. */
|
258
|
+
int ret = 0;
|
259
|
+
size_t added = 0;
|
260
|
+
do {
|
261
|
+
size_t todo = len - added;
|
262
|
+
if (todo > ssl->max_send_fragment) {
|
263
|
+
todo = ssl->max_send_fragment;
|
264
|
+
}
|
265
|
+
|
266
|
+
if (!add_record_to_flight(ssl, SSL3_RT_HANDSHAKE, msg + added, todo)) {
|
267
|
+
goto err;
|
268
|
+
}
|
269
|
+
added += todo;
|
270
|
+
} while (added < len);
|
271
|
+
|
272
|
+
ssl_do_msg_callback(ssl, 1 /* write */, SSL3_RT_HANDSHAKE, msg, len);
|
273
|
+
/* TODO(svaldez): Move this up a layer to fix abstraction for SSL_TRANSCRIPT
|
274
|
+
* on hs. */
|
275
|
+
if (ssl->s3->hs != NULL &&
|
276
|
+
!SSL_TRANSCRIPT_update(&ssl->s3->hs->transcript, msg, len)) {
|
277
|
+
goto err;
|
206
278
|
}
|
279
|
+
ret = 1;
|
207
280
|
|
208
|
-
|
281
|
+
err:
|
282
|
+
OPENSSL_free(msg);
|
283
|
+
return ret;
|
284
|
+
}
|
209
285
|
|
210
|
-
|
211
|
-
|
286
|
+
int ssl3_add_change_cipher_spec(SSL *ssl) {
|
287
|
+
static const uint8_t kChangeCipherSpec[1] = {SSL3_MT_CCS};
|
288
|
+
|
289
|
+
if (!add_record_to_flight(ssl, SSL3_RT_CHANGE_CIPHER_SPEC, kChangeCipherSpec,
|
290
|
+
sizeof(kChangeCipherSpec))) {
|
291
|
+
return 0;
|
292
|
+
}
|
293
|
+
|
294
|
+
ssl_do_msg_callback(ssl, 1 /* write */, SSL3_RT_CHANGE_CIPHER_SPEC,
|
295
|
+
kChangeCipherSpec, sizeof(kChangeCipherSpec));
|
212
296
|
return 1;
|
213
297
|
}
|
214
298
|
|
215
|
-
int
|
216
|
-
|
217
|
-
|
299
|
+
int ssl3_add_alert(SSL *ssl, uint8_t level, uint8_t desc) {
|
300
|
+
uint8_t alert[2] = {level, desc};
|
301
|
+
if (!add_record_to_flight(ssl, SSL3_RT_ALERT, alert, sizeof(alert))) {
|
218
302
|
return 0;
|
219
303
|
}
|
220
304
|
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
305
|
+
ssl_do_msg_callback(ssl, 1 /* write */, SSL3_RT_ALERT, alert, sizeof(alert));
|
306
|
+
ssl_do_info_callback(ssl, SSL_CB_WRITE_ALERT, ((int)level << 8) | desc);
|
307
|
+
return 1;
|
308
|
+
}
|
309
|
+
|
310
|
+
int ssl_add_message_cbb(SSL *ssl, CBB *cbb) {
|
311
|
+
uint8_t *msg;
|
312
|
+
size_t len;
|
313
|
+
if (!ssl->method->finish_message(ssl, cbb, &msg, &len) ||
|
314
|
+
!ssl->method->add_message(ssl, msg, len)) {
|
315
|
+
return 0;
|
225
316
|
}
|
226
317
|
|
227
|
-
OPENSSL_free(ssl->s3->pending_message);
|
228
|
-
ssl->s3->pending_message = NULL;
|
229
|
-
ssl->s3->pending_message_len = 0;
|
230
318
|
return 1;
|
231
319
|
}
|
232
320
|
|
233
|
-
int
|
234
|
-
if (ssl->
|
235
|
-
return
|
321
|
+
int ssl3_flush_flight(SSL *ssl) {
|
322
|
+
if (ssl->s3->pending_flight == NULL) {
|
323
|
+
return 1;
|
324
|
+
}
|
325
|
+
|
326
|
+
if (ssl->s3->pending_flight->length > 0xffffffff ||
|
327
|
+
ssl->s3->pending_flight->length > INT_MAX) {
|
328
|
+
OPENSSL_PUT_ERROR(SSL, ERR_R_INTERNAL_ERROR);
|
329
|
+
return -1;
|
236
330
|
}
|
237
331
|
|
238
|
-
|
239
|
-
|
240
|
-
|
332
|
+
/* The handshake flight buffer is mutually exclusive with application data.
|
333
|
+
*
|
334
|
+
* TODO(davidben): This will not be true when closure alerts use this. */
|
335
|
+
if (ssl_write_buffer_is_pending(ssl)) {
|
336
|
+
OPENSSL_PUT_ERROR(SSL, ERR_R_INTERNAL_ERROR);
|
337
|
+
return -1;
|
338
|
+
}
|
339
|
+
|
340
|
+
/* Write the pending flight. */
|
341
|
+
while (ssl->s3->pending_flight_offset < ssl->s3->pending_flight->length) {
|
342
|
+
int ret = BIO_write(
|
343
|
+
ssl->wbio,
|
344
|
+
ssl->s3->pending_flight->data + ssl->s3->pending_flight_offset,
|
345
|
+
ssl->s3->pending_flight->length - ssl->s3->pending_flight_offset);
|
346
|
+
if (ret <= 0) {
|
347
|
+
ssl->rwstate = SSL_WRITING;
|
348
|
+
return ret;
|
349
|
+
}
|
350
|
+
|
351
|
+
ssl->s3->pending_flight_offset += ret;
|
352
|
+
}
|
353
|
+
|
354
|
+
if (BIO_flush(ssl->wbio) <= 0) {
|
355
|
+
ssl->rwstate = SSL_WRITING;
|
356
|
+
return -1;
|
357
|
+
}
|
358
|
+
|
359
|
+
BUF_MEM_free(ssl->s3->pending_flight);
|
360
|
+
ssl->s3->pending_flight = NULL;
|
361
|
+
ssl->s3->pending_flight_offset = 0;
|
362
|
+
return 1;
|
363
|
+
}
|
364
|
+
|
365
|
+
int ssl3_send_finished(SSL_HANDSHAKE *hs) {
|
366
|
+
SSL *const ssl = hs->ssl;
|
367
|
+
const SSL_SESSION *session = SSL_get_session(ssl);
|
368
|
+
|
369
|
+
uint8_t finished[EVP_MAX_MD_SIZE];
|
370
|
+
size_t finished_len;
|
371
|
+
if (!SSL_TRANSCRIPT_finish_mac(&hs->transcript, finished, &finished_len,
|
372
|
+
session, ssl->server,
|
373
|
+
ssl3_protocol_version(ssl))) {
|
241
374
|
return 0;
|
242
375
|
}
|
243
|
-
ssl->s3->tmp.finish_md_len = n;
|
244
376
|
|
245
377
|
/* Log the master secret, if logging is enabled. */
|
246
378
|
if (!ssl_log_secret(ssl, "CLIENT_RANDOM",
|
247
|
-
|
248
|
-
|
379
|
+
session->master_key,
|
380
|
+
session->master_key_length)) {
|
249
381
|
return 0;
|
250
382
|
}
|
251
383
|
|
252
|
-
/* Copy the
|
253
|
-
if (ssl->
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
ssl->
|
384
|
+
/* Copy the Finished so we can use it for renegotiation checks. */
|
385
|
+
if (ssl->version != SSL3_VERSION) {
|
386
|
+
if (finished_len > sizeof(ssl->s3->previous_client_finished) ||
|
387
|
+
finished_len > sizeof(ssl->s3->previous_server_finished)) {
|
388
|
+
OPENSSL_PUT_ERROR(SSL, ERR_R_INTERNAL_ERROR);
|
389
|
+
return -1;
|
390
|
+
}
|
391
|
+
|
392
|
+
if (ssl->server) {
|
393
|
+
OPENSSL_memcpy(ssl->s3->previous_server_finished, finished, finished_len);
|
394
|
+
ssl->s3->previous_server_finished_len = finished_len;
|
395
|
+
} else {
|
396
|
+
OPENSSL_memcpy(ssl->s3->previous_client_finished, finished, finished_len);
|
397
|
+
ssl->s3->previous_client_finished_len = finished_len;
|
398
|
+
}
|
261
399
|
}
|
262
400
|
|
263
401
|
CBB cbb, body;
|
264
402
|
if (!ssl->method->init_message(ssl, &cbb, &body, SSL3_MT_FINISHED) ||
|
265
|
-
!CBB_add_bytes(&body,
|
266
|
-
|
267
|
-
!ssl->method->finish_message(ssl, &cbb)) {
|
403
|
+
!CBB_add_bytes(&body, finished, finished_len) ||
|
404
|
+
!ssl_add_message_cbb(ssl, &cbb)) {
|
268
405
|
OPENSSL_PUT_ERROR(SSL, ERR_R_INTERNAL_ERROR);
|
269
406
|
CBB_cleanup(&cbb);
|
270
407
|
return -1;
|
271
408
|
}
|
272
409
|
|
273
|
-
|
274
|
-
return ssl->method->write_message(ssl);
|
275
|
-
}
|
276
|
-
|
277
|
-
/* ssl3_take_mac calculates the Finished MAC for the handshakes messages seen
|
278
|
-
* so far. */
|
279
|
-
static void ssl3_take_mac(SSL *ssl) {
|
280
|
-
/* If no new cipher setup then return immediately: other functions will set
|
281
|
-
* the appropriate error. */
|
282
|
-
if (ssl->s3->tmp.new_cipher == NULL) {
|
283
|
-
return;
|
284
|
-
}
|
285
|
-
|
286
|
-
ssl->s3->tmp.peer_finish_md_len = ssl->s3->enc_method->final_finish_mac(
|
287
|
-
ssl, !ssl->server, ssl->s3->tmp.peer_finish_md);
|
410
|
+
return 1;
|
288
411
|
}
|
289
412
|
|
290
|
-
int ssl3_get_finished(
|
291
|
-
|
292
|
-
int ret = ssl->method->ssl_get_message(ssl
|
293
|
-
ssl_dont_hash_message);
|
413
|
+
int ssl3_get_finished(SSL_HANDSHAKE *hs) {
|
414
|
+
SSL *const ssl = hs->ssl;
|
415
|
+
int ret = ssl->method->ssl_get_message(ssl);
|
294
416
|
if (ret <= 0) {
|
295
417
|
return ret;
|
296
418
|
}
|
297
419
|
|
298
|
-
|
299
|
-
|
300
|
-
if (!ssl->method->hash_current_message(ssl)) {
|
301
|
-
goto err;
|
420
|
+
if (!ssl_check_message_type(ssl, SSL3_MT_FINISHED)) {
|
421
|
+
return -1;
|
302
422
|
}
|
303
423
|
|
304
|
-
|
424
|
+
/* Snapshot the finished hash before incorporating the new message. */
|
425
|
+
uint8_t finished[EVP_MAX_MD_SIZE];
|
426
|
+
size_t finished_len;
|
427
|
+
if (!SSL_TRANSCRIPT_finish_mac(&hs->transcript, finished, &finished_len,
|
428
|
+
SSL_get_session(ssl), !ssl->server,
|
429
|
+
ssl3_protocol_version(ssl)) ||
|
430
|
+
!ssl_hash_current_message(hs)) {
|
431
|
+
return -1;
|
432
|
+
}
|
305
433
|
|
306
434
|
int finished_ok = ssl->init_num == finished_len &&
|
307
|
-
CRYPTO_memcmp(ssl->init_msg,
|
308
|
-
finished_len) == 0;
|
435
|
+
CRYPTO_memcmp(ssl->init_msg, finished, finished_len) == 0;
|
309
436
|
#if defined(BORINGSSL_UNSAFE_FUZZER_MODE)
|
310
437
|
finished_ok = 1;
|
311
438
|
#endif
|
312
439
|
if (!finished_ok) {
|
313
|
-
|
440
|
+
ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_DECRYPT_ERROR);
|
314
441
|
OPENSSL_PUT_ERROR(SSL, SSL_R_DIGEST_CHECK_FAILED);
|
315
|
-
|
442
|
+
return -1;
|
316
443
|
}
|
317
444
|
|
318
|
-
/* Copy the
|
319
|
-
if (ssl->
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
445
|
+
/* Copy the Finished so we can use it for renegotiation checks. */
|
446
|
+
if (ssl->version != SSL3_VERSION) {
|
447
|
+
if (finished_len > sizeof(ssl->s3->previous_client_finished) ||
|
448
|
+
finished_len > sizeof(ssl->s3->previous_server_finished)) {
|
449
|
+
OPENSSL_PUT_ERROR(SSL, ERR_R_INTERNAL_ERROR);
|
450
|
+
return -1;
|
451
|
+
}
|
452
|
+
|
453
|
+
if (ssl->server) {
|
454
|
+
OPENSSL_memcpy(ssl->s3->previous_client_finished, finished, finished_len);
|
455
|
+
ssl->s3->previous_client_finished_len = finished_len;
|
456
|
+
} else {
|
457
|
+
OPENSSL_memcpy(ssl->s3->previous_server_finished, finished, finished_len);
|
458
|
+
ssl->s3->previous_server_finished_len = finished_len;
|
459
|
+
}
|
329
460
|
}
|
330
461
|
|
331
462
|
return 1;
|
332
|
-
|
333
|
-
f_err:
|
334
|
-
ssl3_send_alert(ssl, SSL3_AL_FATAL, al);
|
335
|
-
err:
|
336
|
-
return 0;
|
337
|
-
}
|
338
|
-
|
339
|
-
int ssl3_send_change_cipher_spec(SSL *ssl) {
|
340
|
-
static const uint8_t kChangeCipherSpec[1] = {SSL3_MT_CCS};
|
341
|
-
|
342
|
-
return ssl3_do_write(ssl, SSL3_RT_CHANGE_CIPHER_SPEC, kChangeCipherSpec,
|
343
|
-
sizeof(kChangeCipherSpec));
|
344
463
|
}
|
345
464
|
|
346
465
|
int ssl3_output_cert_chain(SSL *ssl) {
|
347
466
|
CBB cbb, body;
|
348
467
|
if (!ssl->method->init_message(ssl, &cbb, &body, SSL3_MT_CERTIFICATE) ||
|
349
468
|
!ssl_add_cert_chain(ssl, &body) ||
|
350
|
-
!
|
469
|
+
!ssl_add_message_cbb(ssl, &cbb)) {
|
351
470
|
OPENSSL_PUT_ERROR(SSL, ERR_R_INTERNAL_ERROR);
|
352
471
|
CBB_cleanup(&cbb);
|
353
472
|
return 0;
|
@@ -378,7 +497,7 @@ size_t ssl_max_handshake_message_len(const SSL *ssl) {
|
|
378
497
|
if (ssl->server) {
|
379
498
|
/* The largest acceptable post-handshake message for a server is a
|
380
499
|
* KeyUpdate. We will never initiate post-handshake auth. */
|
381
|
-
return
|
500
|
+
return 1;
|
382
501
|
}
|
383
502
|
|
384
503
|
/* Clients must accept NewSessionTicket and CertificateRequest, so allow the
|
@@ -402,7 +521,7 @@ static int extend_handshake_buffer(SSL *ssl, size_t length) {
|
|
402
521
|
return 1;
|
403
522
|
}
|
404
523
|
|
405
|
-
static int read_v2_client_hello(SSL *ssl
|
524
|
+
static int read_v2_client_hello(SSL *ssl) {
|
406
525
|
/* Read the first 5 bytes, the size of the TLS record header. This is
|
407
526
|
* sufficient to detect a V2ClientHello and ensures that we never read beyond
|
408
527
|
* the first record. */
|
@@ -430,7 +549,6 @@ static int read_v2_client_hello(SSL *ssl, int *out_is_v2_client_hello) {
|
|
430
549
|
if ((p[0] & 0x80) == 0 || p[2] != SSL2_MT_CLIENT_HELLO ||
|
431
550
|
p[3] != SSL3_VERSION_MAJOR) {
|
432
551
|
/* Not a V2ClientHello. */
|
433
|
-
*out_is_v2_client_hello = 0;
|
434
552
|
return 1;
|
435
553
|
}
|
436
554
|
|
@@ -458,9 +576,11 @@ static int read_v2_client_hello(SSL *ssl, int *out_is_v2_client_hello) {
|
|
458
576
|
CBS_init(&v2_client_hello, ssl_read_buffer(ssl) + 2, msg_length);
|
459
577
|
|
460
578
|
/* The V2ClientHello without the length is incorporated into the handshake
|
461
|
-
* hash.
|
462
|
-
|
463
|
-
|
579
|
+
* hash. This is only ever called at the start of the handshake, so hs is
|
580
|
+
* guaranteed to be non-NULL. */
|
581
|
+
if (!SSL_TRANSCRIPT_update(&ssl->s3->hs->transcript,
|
582
|
+
CBS_data(&v2_client_hello),
|
583
|
+
CBS_len(&v2_client_hello))) {
|
464
584
|
return -1;
|
465
585
|
}
|
466
586
|
|
@@ -493,9 +613,9 @@ static int read_v2_client_hello(SSL *ssl, int *out_is_v2_client_hello) {
|
|
493
613
|
rand_len = SSL3_RANDOM_SIZE;
|
494
614
|
}
|
495
615
|
uint8_t random[SSL3_RANDOM_SIZE];
|
496
|
-
|
497
|
-
|
498
|
-
|
616
|
+
OPENSSL_memset(random, 0, SSL3_RANDOM_SIZE);
|
617
|
+
OPENSSL_memcpy(random + (SSL3_RANDOM_SIZE - rand_len), CBS_data(&challenge),
|
618
|
+
rand_len);
|
499
619
|
|
500
620
|
/* Write out an equivalent SSLv3 ClientHello. */
|
501
621
|
size_t max_v3_client_hello = SSL3_HM_HEADER_LENGTH + 2 /* version */ +
|
@@ -552,13 +672,13 @@ static int read_v2_client_hello(SSL *ssl, int *out_is_v2_client_hello) {
|
|
552
672
|
ssl_read_buffer_consume(ssl, 2 + msg_length);
|
553
673
|
ssl_read_buffer_discard(ssl);
|
554
674
|
|
555
|
-
|
675
|
+
ssl->s3->is_v2_hello = 1;
|
676
|
+
/* This is the first message, so hs must be non-NULL. */
|
677
|
+
ssl->s3->hs->v2_clienthello = 1;
|
556
678
|
return 1;
|
557
679
|
}
|
558
680
|
|
559
|
-
int ssl3_get_message(SSL *ssl
|
560
|
-
enum ssl_hash_message_t hash_message) {
|
561
|
-
again:
|
681
|
+
int ssl3_get_message(SSL *ssl) {
|
562
682
|
/* Re-create the handshake buffer if needed. */
|
563
683
|
if (ssl->init_buf == NULL) {
|
564
684
|
ssl->init_buf = BUF_MEM_new();
|
@@ -569,28 +689,17 @@ again:
|
|
569
689
|
|
570
690
|
if (ssl->server && !ssl->s3->v2_hello_done) {
|
571
691
|
/* Bypass the record layer for the first message to handle V2ClientHello. */
|
572
|
-
|
573
|
-
int is_v2_client_hello = 0;
|
574
|
-
int ret = read_v2_client_hello(ssl, &is_v2_client_hello);
|
692
|
+
int ret = read_v2_client_hello(ssl);
|
575
693
|
if (ret <= 0) {
|
576
694
|
return ret;
|
577
695
|
}
|
578
|
-
if (is_v2_client_hello) {
|
579
|
-
/* V2ClientHello is hashed separately. */
|
580
|
-
hash_message = ssl_dont_hash_message;
|
581
|
-
}
|
582
696
|
ssl->s3->v2_hello_done = 1;
|
583
697
|
}
|
584
698
|
|
585
699
|
if (ssl->s3->tmp.reuse_message) {
|
586
|
-
/*
|
587
|
-
* ssl_dont_hash_message would have to have been applied to the previous
|
588
|
-
* call. */
|
589
|
-
assert(hash_message == ssl_hash_message);
|
700
|
+
/* There must be a current message. */
|
590
701
|
assert(ssl->init_msg != NULL);
|
591
|
-
|
592
702
|
ssl->s3->tmp.reuse_message = 0;
|
593
|
-
hash_message = ssl_dont_hash_message;
|
594
703
|
} else {
|
595
704
|
ssl3_release_current_message(ssl, 0 /* don't free buffer */);
|
596
705
|
}
|
@@ -624,33 +733,22 @@ again:
|
|
624
733
|
ssl->s3->tmp.message_type = ((const uint8_t *)ssl->init_buf->data)[0];
|
625
734
|
ssl->init_msg = (uint8_t*)ssl->init_buf->data + SSL3_HM_HEADER_LENGTH;
|
626
735
|
ssl->init_num = ssl->init_buf->length - SSL3_HM_HEADER_LENGTH;
|
736
|
+
return 1;
|
737
|
+
}
|
627
738
|
|
628
|
-
|
629
|
-
|
630
|
-
|
631
|
-
(!ssl->s3->have_version || ssl3_protocol_version(ssl) < TLS1_3_VERSION) &&
|
632
|
-
ssl->s3->tmp.message_type == SSL3_MT_HELLO_REQUEST &&
|
633
|
-
ssl->init_num == 0) {
|
634
|
-
goto again;
|
635
|
-
}
|
636
|
-
|
637
|
-
if (msg_type >= 0 && ssl->s3->tmp.message_type != msg_type) {
|
638
|
-
ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_UNEXPECTED_MESSAGE);
|
639
|
-
OPENSSL_PUT_ERROR(SSL, SSL_R_UNEXPECTED_MESSAGE);
|
640
|
-
return -1;
|
641
|
-
}
|
739
|
+
void ssl3_get_current_message(const SSL *ssl, CBS *out) {
|
740
|
+
CBS_init(out, (uint8_t *)ssl->init_buf->data, ssl->init_buf->length);
|
741
|
+
}
|
642
742
|
|
643
|
-
|
644
|
-
|
645
|
-
|
743
|
+
int ssl_hash_current_message(SSL_HANDSHAKE *hs) {
|
744
|
+
/* V2ClientHellos are hashed implicitly. */
|
745
|
+
if (hs->ssl->s3->is_v2_hello) {
|
746
|
+
return 1;
|
646
747
|
}
|
647
748
|
|
648
|
-
|
649
|
-
|
650
|
-
|
651
|
-
int ssl3_hash_current_message(SSL *ssl) {
|
652
|
-
return ssl3_update_handshake_hash(ssl, (uint8_t *)ssl->init_buf->data,
|
653
|
-
ssl->init_buf->length);
|
749
|
+
CBS cbs;
|
750
|
+
hs->ssl->method->get_current_message(hs->ssl, &cbs);
|
751
|
+
return SSL_TRANSCRIPT_update(&hs->transcript, CBS_data(&cbs), CBS_len(&cbs));
|
654
752
|
}
|
655
753
|
|
656
754
|
void ssl3_release_current_message(SSL *ssl, int free_buffer) {
|
@@ -662,6 +760,7 @@ void ssl3_release_current_message(SSL *ssl, int free_buffer) {
|
|
662
760
|
ssl->init_msg = NULL;
|
663
761
|
ssl->init_num = 0;
|
664
762
|
ssl->init_buf->length = 0;
|
763
|
+
ssl->s3->is_v2_hello = 0;
|
665
764
|
}
|
666
765
|
|
667
766
|
if (free_buffer) {
|
@@ -743,3 +842,54 @@ int ssl_verify_alarm_type(long type) {
|
|
743
842
|
|
744
843
|
return al;
|
745
844
|
}
|
845
|
+
|
846
|
+
int ssl_parse_extensions(const CBS *cbs, uint8_t *out_alert,
|
847
|
+
const SSL_EXTENSION_TYPE *ext_types,
|
848
|
+
size_t num_ext_types, int ignore_unknown) {
|
849
|
+
/* Reset everything. */
|
850
|
+
for (size_t i = 0; i < num_ext_types; i++) {
|
851
|
+
*ext_types[i].out_present = 0;
|
852
|
+
CBS_init(ext_types[i].out_data, NULL, 0);
|
853
|
+
}
|
854
|
+
|
855
|
+
CBS copy = *cbs;
|
856
|
+
while (CBS_len(©) != 0) {
|
857
|
+
uint16_t type;
|
858
|
+
CBS data;
|
859
|
+
if (!CBS_get_u16(©, &type) ||
|
860
|
+
!CBS_get_u16_length_prefixed(©, &data)) {
|
861
|
+
OPENSSL_PUT_ERROR(SSL, SSL_R_PARSE_TLSEXT);
|
862
|
+
*out_alert = SSL_AD_DECODE_ERROR;
|
863
|
+
return 0;
|
864
|
+
}
|
865
|
+
|
866
|
+
const SSL_EXTENSION_TYPE *ext_type = NULL;
|
867
|
+
for (size_t i = 0; i < num_ext_types; i++) {
|
868
|
+
if (type == ext_types[i].type) {
|
869
|
+
ext_type = &ext_types[i];
|
870
|
+
break;
|
871
|
+
}
|
872
|
+
}
|
873
|
+
|
874
|
+
if (ext_type == NULL) {
|
875
|
+
if (ignore_unknown) {
|
876
|
+
continue;
|
877
|
+
}
|
878
|
+
OPENSSL_PUT_ERROR(SSL, SSL_R_UNEXPECTED_EXTENSION);
|
879
|
+
*out_alert = SSL_AD_UNSUPPORTED_EXTENSION;
|
880
|
+
return 0;
|
881
|
+
}
|
882
|
+
|
883
|
+
/* Duplicate ext_types are forbidden. */
|
884
|
+
if (*ext_type->out_present) {
|
885
|
+
OPENSSL_PUT_ERROR(SSL, SSL_R_DUPLICATE_EXTENSION);
|
886
|
+
*out_alert = SSL_AD_ILLEGAL_PARAMETER;
|
887
|
+
return 0;
|
888
|
+
}
|
889
|
+
|
890
|
+
*ext_type->out_present = 1;
|
891
|
+
*ext_type->out_data = data;
|
892
|
+
}
|
893
|
+
|
894
|
+
return 1;
|
895
|
+
}
|