grpc/include/grpcpp/security
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
..
alts_context.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
alts_util.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
audit_logging.h [Audit Logging] Logger and factory APIs in C-Core and C++. (#32750) 2023-04-26 06:44:14 -07:00
auth_context.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
auth_metadata_processor.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
authorization_policy_provider.h Remove `g_glip` and `class GrpcLibraryInterface` (#30414) 2022-11-14 15:30:09 -05:00
binder_credentials.h Expose experimental binder transport API (#27632) 2021-11-01 20:25:22 +08:00
binder_security_policy.h Add SameSignatureSecurityPolicy for binder transport (#27816) 2022-01-18 15:01:01 +08:00
credentials.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
cronet_credentials.h Add enforcement for cpp-style comment license in check_copyright.py (#32273) 2023-02-02 13:00:20 -08:00
server_credentials.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
tls_certificate_provider.h [Build] Shared builds on windows (#34103) 2023-09-12 09:12:36 -07:00
tls_certificate_verifier.h Added verified_root_cert_subject pass up through cpp api (#32335) 2023-03-08 13:41:26 -05:00
tls_credentials_options.h [tls] Fix ownership bugs in TlsCredentialsOptions and grpc_tls_credentials_options. (#34758) 2023-10-27 08:09:04 -07:00
tls_crl_provider.h [TLS - Revocation] Crl Provider (#34715) 2023-10-19 11:33:41 -07:00