tls-session-manager

In-memory TLS session manager

Version on this page:0.0.4
LTS Haskell 22.14:0.0.4
Stackage Nightly 2024-03-28:0.0.5@rev:1
Latest on Hackage:0.0.5@rev:1

See all snapshots tls-session-manager appears in

BSD-3-Clause licensed by Kazu Yamamoto
Maintained by [email protected]
This version can be pinned in stack with:tls-session-manager-0.0.4@sha256:3b2e7e40b5be043b35a19fe1ed8b7e016a9c827f55777a9f9cb5e08860390d5d,1031

Module documentation for 0.0.4

Used by 2 packages in nightly-2020-01-17(full list with versions):

TLS session manager with limitation, automatic pruning, energy saving and replay resistance

Changes

0.1.0.0

  • Using ShortByteString internally to avoid ByteString’s fragmentation.
  • The default value of dbMaxSize is now 1,000.

0.0.1.0

  • Supporting sessionResumeOnlyOnce.

0.0.0.0

  • A first release.