client side support for TLS
Showing
- src/csharp/Grpc.Core/Channel.cs 42 additions, 13 deletionssrc/csharp/Grpc.Core/Channel.cs
- src/csharp/Grpc.Core/ChannelArgs.cs 112 additions, 0 deletionssrc/csharp/Grpc.Core/ChannelArgs.cs
- src/csharp/Grpc.Core/Credentials.cs 77 additions, 0 deletionssrc/csharp/Grpc.Core/Credentials.cs
- src/csharp/Grpc.Core/Grpc.Core.csproj 4 additions, 0 deletionssrc/csharp/Grpc.Core/Grpc.Core.csproj
- src/csharp/Grpc.Core/Internal/ChannelArgsSafeHandle.cs 77 additions, 0 deletionssrc/csharp/Grpc.Core/Internal/ChannelArgsSafeHandle.cs
- src/csharp/Grpc.Core/Internal/ChannelSafeHandle.cs 20 additions, 15 deletionssrc/csharp/Grpc.Core/Internal/ChannelSafeHandle.cs
- src/csharp/Grpc.Core/Internal/CredentialsSafeHandle.cs 64 additions, 0 deletionssrc/csharp/Grpc.Core/Internal/CredentialsSafeHandle.cs
- src/csharp/Grpc.IntegrationTesting/Grpc.IntegrationTesting.csproj 13 additions, 0 deletions...rp/Grpc.IntegrationTesting/Grpc.IntegrationTesting.csproj
- src/csharp/Grpc.IntegrationTesting/InteropClient.cs 20 additions, 5 deletionssrc/csharp/Grpc.IntegrationTesting/InteropClient.cs
- src/csharp/Grpc.IntegrationTesting/data/README 1 addition, 0 deletionssrc/csharp/Grpc.IntegrationTesting/data/README
- src/csharp/Grpc.IntegrationTesting/data/ca.pem 15 additions, 0 deletionssrc/csharp/Grpc.IntegrationTesting/data/ca.pem
- src/csharp/Grpc.IntegrationTesting/data/server1.key 16 additions, 0 deletionssrc/csharp/Grpc.IntegrationTesting/data/server1.key
- src/csharp/Grpc.IntegrationTesting/data/server1.pem 16 additions, 0 deletionssrc/csharp/Grpc.IntegrationTesting/data/server1.pem
- src/csharp/ext/grpc_csharp_ext.c 68 additions, 0 deletionssrc/csharp/ext/grpc_csharp_ext.c
src/csharp/Grpc.Core/ChannelArgs.cs
0 → 100644
src/csharp/Grpc.Core/Credentials.cs
0 → 100644
Please register or sign in to comment