pyvider-rpcplugin
2025-06-16
Fixed auto mTLS behavior and self-signed certificate generation
157 files · 8,352+ · 6,938-
Auto mTLS and Self-Signed Certificates
10 files changed
__init__.pyUpdated __init__.pybase.pyUpdated client/base.pyconnection.pyUpdated client/connection.pytypes.pyUpdated client/types.pyconfig.pyUpdated config.pycertificate.pyUpdated crypto/certificate.pydebug.pyUpdated crypto/debug.pyexception.pyUpdated exception.pyfactories.pyUpdated factories.pyhandshake.pyUpdated handshake.py
- Corrected auto mTLS certificate generation behavior
remediate
behavioral
3 files
__init__.pybase.pyconnection.py
- Fixed self-signed certificate creation for development use
remediate
internal
3 files
__init__.pybase.pyconnection.py
Examples and Testing
10 files changed
benchmark_concurrency.pyUpdated benchmarks testbenchmark_connection_speed.pyUpdated benchmarks testbenchmark_throughput.pyUpdated benchmarks testtemp_test_retry_logic_02.pyUpdated client testtest_client_grpc.pyUpdated client testtest_client_handshake.pyUpdated client testtest_client_lifecycle.pyUpdated client testtest_client_stubs.pyUpdated client testtest_client_transport.pyUpdated client testtest_connection.pyUpdated client test
- Updated examples 01-10 with mTLS and configuration fixes
remediate
internal
3 files
benchmark_concurrency.pybenchmark_connection_speed.pybenchmark_throughput.py
- Updated KV proto integration and interop tests (42+ and 15+ line changes)
qualify
internal
5 files
echo_pb2.pyiecho_pb2_grpc.pygrpc_broker_pb2.pyigrpc_controller_pb2.pyigrpc_stdio_pb2.pyi
- Added standalone test scripts:
api_ref_server_test.py,readme_client_fixed.pyqualify internal4 files
api_ref_server_test.pyreadme_client_fixed.pyREADME.mdREADME.md
- Removed
readme_minimal_client_test.pydecouple internal2 files
README.mdREADME.md
Core Module Updates
10 files changed
__init__.pyUpdated __init__.pybase.pyUpdated client/base.pyconnection.pyUpdated client/connection.pytypes.pyUpdated client/types.pyconfig.pyUpdated config.pycertificate.pyUpdated crypto/certificate.pydebug.pyUpdated crypto/debug.pyexception.pyUpdated exception.pyfactories.pyUpdated factories.pyhandshake.pyUpdated handshake.py