[Haskell-cafe] TLS 0.9.6, question about session resumption.
Vincent Hanquez
tab at snarc.org
Mon Jul 23 22:28:22 CEST 2012
On 07/23/2012 06:54 PM, . wrote:
> I just modified TLS locally on my system
> to export SessionID and SessionData, and set the session callbacks to
> storing/retrieving the session data from a Map.
> After that, the resumption appears to work :-D
> Thanks a lot for that hint!
> Is that the way it's meant to be? If yes, how do I get the
> data types the "official way"?
Cool. this is indeed an omission, it should have been exported.
I realized and fixed it couple of weeks ago in the next branch (upcoming tls
1.0) when doing cleanup around session management, but forgot to check master
(tls-0.9.x).
I've fixed it now, and pushed tls-0.9.8.
Thanks,
--
Vincent
More information about the Haskell-Cafe
mailing list