Synss / python-mbedtls

Cryptographic library with an mbed TLS back end
MIT License
79 stars 28 forks source link

Is session caching support? and if not, can you add it? #48

Closed Eoin-McMahon closed 2 years ago

Eoin-McMahon commented 2 years ago

NOTE: Please use stackoverflow for support questions. This repository's issues are reserved for feature requests and bug reports.

I am submitting a …

Description

I am looking for a way to use session caching with this package. I have not found documentation on it so I assume that it is not supported. Could this be something that you would consider adding?

Current behavior

No session caching, at least it is not documented

Expected behavior

Steps to reproduce

1. 1. 1.

Minimal demo of the problem

>>> import mbedtls
...

Other information

Synss commented 2 years ago

Hi!

You are correct, it is not supported here. But upstream has support for that and it does not look very difficult. I will look into it.

Eoin-McMahon commented 2 years ago

Much appreciated!