grpc-kv-examples
2025-02-06
Overhaul environment setup and regenerate certificates with configurable algorithms
30 files · 350+ · 310-
Overhaul environment setup script
1 file changed
env.shComplete rewrite with separate client/server algorithm config, key size detection, and aliases
- Environment script now supports independent client and server algorithm selection with key size reporting
decouple
behavioral
1 file
env.sh
- Added OpenSSL aliases for quick TLS debugging (ossl-client, ossl-server, ossl-check-server-cert)
remediate
internal
1 file
env.sh
Regenerate certificates and update configs
3 files changed
ec-secp256r1-mtls-client.crtRegenerated P-256 client certificateec-secp384r1-mtls-server.crtRegenerated P-384 server certificatersa-2048-mtls-client.crtRegenerated RSA-2048 client certificate
Rename Python client/server to final names
2 files changed
py-kv-client.pyRenamed from example-py-client.py to match naming conventionpy-kv-server.pyRenamed from example-py-server.py to match naming convention