aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio_tests/tests/unit/_session_cache_test.py
Commit message (Collapse)AuthorAge
* TLS session resumption support for Python clientsGravatar Santosh Ananthakrishnan2018-06-07
This change adds an experimental ssl_session_cache_lru function to the Python API that returns an encapsulated grpc_ssl_session_cache (#14483). Python clients may use this object as an argument for the grpc.ssl_session_cache channel option if they wish to cache and resume TLS sessions with a server.