bbangert / beaker

WSGI middleware for sessions and caching
https://beaker.readthedocs.org/
Other
524 stars 143 forks source link

Fix session creation without encryption (no aes) #156

Closed gberaudo closed 6 years ago

gberaudo commented 6 years ago

In the absence of AES support by the cryptographic module, an exception was thrown at session creation time.