grpc-kv-examples
2025-12-01
Add Dockerfile for cross-language EC curve testing and Dart proto stubs
8 files · 1,017+ · 13-
Docker testing environment
4 files changed
DockerfileMulti-language Docker image with Go, Python, Ruby, Rust, Node.js, Java, Dart, C#, and C++ toolchainsbuild-patched-grpc.shScript to build gRPC with BoringSSL EC curve patch appliedgrpc-ec-curves-p384-p521.patchBoringSSL patch enabling P-384 and P-521 curve support in gRPCtest-all-curves.shComprehensive test script covering all language and curve combinations
- Created a Docker-based testing environment with all 11 language runtimes, a BoringSSL patch for P-384/P-521 EC curves, and an automated test matrix script to verify cross-language mTLS compatibility.
qualify
architectural
3 files
Dockerfilebuild-patched-grpc.shtest-all-curves.sh