Verifying the peer name on the X509 Certs correctly.
- The SANs take precedence over the CN. - The CN is only checked if there are no SANs. - Fixing the tests as the test cert did not list *.test.google.com in the SANs. Will fix the test cert another time...
Showing
- src/core/tsi/ssl_transport_security.c 20 additions, 12 deletionssrc/core/tsi/ssl_transport_security.c
- src/node/test/interop_sanity_test.js 1 addition, 1 deletionsrc/node/test/interop_sanity_test.js
- src/php/tests/interop/interop_client.php 1 addition, 1 deletionsrc/php/tests/interop/interop_client.php
- src/php/tests/unit_tests/SecureEndToEndTest.php 1 addition, 1 deletionsrc/php/tests/unit_tests/SecureEndToEndTest.php
- src/ruby/bin/interop/interop_client.rb 1 addition, 1 deletionsrc/ruby/bin/interop/interop_client.rb
- src/ruby/bin/math_client.rb 1 addition, 1 deletionsrc/ruby/bin/math_client.rb
- src/ruby/bin/noproto_client.rb 1 addition, 1 deletionsrc/ruby/bin/noproto_client.rb
- src/ruby/spec/client_server_spec.rb 1 addition, 1 deletionsrc/ruby/spec/client_server_spec.rb
- src/ruby/spec/generic/client_stub_spec.rb 1 addition, 1 deletionsrc/ruby/spec/generic/client_stub_spec.rb
- test/core/end2end/dualstack_socket_test.c 2 additions, 2 deletionstest/core/end2end/dualstack_socket_test.c
- test/core/end2end/fixtures/chttp2_simple_ssl_fullstack.c 1 addition, 1 deletiontest/core/end2end/fixtures/chttp2_simple_ssl_fullstack.c
- test/core/end2end/fixtures/chttp2_simple_ssl_with_oauth2_fullstack.c 1 addition, 1 deletion...nd2end/fixtures/chttp2_simple_ssl_with_oauth2_fullstack.c
- test/core/end2end/tests/cancel_after_accept.c 1 addition, 1 deletiontest/core/end2end/tests/cancel_after_accept.c
- test/core/end2end/tests/cancel_after_accept_and_writes_closed.c 2 additions, 2 deletions...ore/end2end/tests/cancel_after_accept_and_writes_closed.c
- test/core/end2end/tests/cancel_after_accept_and_writes_closed_legacy.c 2 additions, 2 deletions...2end/tests/cancel_after_accept_and_writes_closed_legacy.c
- test/core/end2end/tests/cancel_after_accept_legacy.c 2 additions, 2 deletionstest/core/end2end/tests/cancel_after_accept_legacy.c
- test/core/end2end/tests/cancel_after_invoke.c 1 addition, 1 deletiontest/core/end2end/tests/cancel_after_invoke.c
- test/core/end2end/tests/cancel_after_invoke_legacy.c 1 addition, 1 deletiontest/core/end2end/tests/cancel_after_invoke_legacy.c
- test/core/end2end/tests/cancel_before_invoke.c 1 addition, 1 deletiontest/core/end2end/tests/cancel_before_invoke.c
- test/core/end2end/tests/cancel_before_invoke_legacy.c 1 addition, 1 deletiontest/core/end2end/tests/cancel_before_invoke_legacy.c
Loading
Please register or sign in to comment