packages feed

tls 0.7.0 → 0.7.1

raw patch · 2 files changed

+2/−2 lines, 2 files

Files

Network/TLS/Core.hs view
@@ -301,7 +301,7 @@ 		clientCerts  = map fst $ pCertificates params 		getExtensions = 			if pUseSecureRenegotiation params-			then usingState_ ctx (getVerifiedData True) >>= \vd -> return [ (0xff01, vd) ]+			then usingState_ ctx (getVerifiedData True) >>= \vd -> return [ (0xff01, encodeExtSecureRenegotiation vd Nothing) ] 			else return []  		processServerInfo (Handshake hss) = mapM_ processHandshake hss
tls.cabal view
@@ -1,5 +1,5 @@ Name:                tls-Version:             0.7.0+Version:             0.7.1 Description:    native TLS protocol implementation, focusing on purity and more type-checking.    .