haskell-cryptography / HsOpenSSL

OpenSSL binding for Haskell
http://hackage.haskell.org/package/HsOpenSSL
Creative Commons Zero v1.0 Universal
22 stars 33 forks source link

Add contextSetSessionIdContext #56

Closed fgaz closed 3 years ago

fgaz commented 3 years ago

Binding to SSL_CTX_set_session_id_context

Closes #55

I didn't update the cbits file since it's working for me and those files appear to be for compat purposes. The function I used was added in "Changes between 0.9.2b and 0.9.3 [24 May 1999]", so I suppose it's outside the support window, isn't it?

Also should I add myself to AUTHORS?

vshabanov commented 3 years ago

Thank you. Merged and uploaded on Hackage (HsOpenSSL-0.11.6).