tls-session-manager

In-memory TLS session manager

Version on this page:0.0.4@rev:1
LTS Haskell 22.36:0.0.4@rev:1
Stackage Nightly 2024-10-05:0.0.6
Latest on Hackage:0.0.6

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:81225ed5f869cb62bff0f625f06c25a92ee5246a1cf5711c1e5e42d1e90ee1dd,1083

Module documentation for 0.0.4

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.