grpc/test/cpp/client
Matthew Stevenson 07985907f2
[tls] Fix ownership bugs in TlsCredentialsOptions and grpc_tls_credentials_options. (#34758)
Currently it is very easy to use the `TlsCredentialsOptions` in such a
way that it produces a memory leak. For example, the code block
```
{
  TlsCredentialsOptions options;
}
```
produces a memory leak. This PR fixes up the ownership bugs in this
class and its `grpc_tls_credentials_options`, the C-core analogue.
2023-10-27 08:09:04 -07:00
..
BUILD [TLS - Revocation] Crl Provider (#34715) 2023-10-19 11:33:41 -07:00
credentials_test.cc [tls] Fix ownership bugs in TlsCredentialsOptions and grpc_tls_credentials_options. (#34758) 2023-10-27 08:09:04 -07:00
destroy_grpclb_channel_with_active_connect_stress_test.cc [resolver and LB policy APIs] reland: change address list to support multiple addresses per endpoint (#34531) 2023-09-28 15:40:05 -07:00