summaryrefslogtreecommitdiffhomepage
path: root/test/test_tls_session.py (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-11-15Tests: fixed session reuse tests.Andrei Zeliankou1-17/+13
Since SSL_CTX_sess_set_cache_size() can't guarantee the size of the cache there is no need to test edge "cache_size" values.
2021-11-02Tests: added pyOpenSSL module check were necessary.Andrei Zeliankou1-0/+2
2021-11-02Tests: removed unused imports.Andrei Zeliankou1-1/+0
2021-10-28Tests: added tests for TLS sessions.Andrei Zeliankou1-0/+129