aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/tsi/ssl_session_cache_test.cc
Commit message (Collapse)AuthorAge
* change tests to use the new class instead of grpc_test_initGravatar yang-g2018-11-30
|
* Do not reach into BoringSSL internals.Gravatar David Benjamin2018-04-12
| | | | | | SSL_SESSION is a private struct and should not be accessed by calling code. There is no need to assert on the reference count in that test; the test already asserts on whether the SSL_SESSION was destroyed.
* [grpc] Add SSL session client cache supportGravatar Ruslan Nigmatullin2018-03-20