Safe Haskell | None |
---|
Network.PeyoTLS.Client
Documentation
run :: HandleLike h => TlsM h g a -> g -> HandleMonad h aSource
open :: (ValidateHandle h, CPRG g) => h -> [CipherSuite] -> [(CertSecretKey, CertificateChain)] -> CertificateStore -> TlsM h g (TlsHandle h g)Source
data CipherSuite Source
Constructors
CipherSuite KeyExchange BulkEncryption | |
CipherSuiteRaw Word8 Word8 |
type TlsM h g = ErrorT Alert (StateT (HandshakeState h g) (HandleMonad h))Source
Instances
(HandleLike h, CPRG g) => HandleLike (TlsHandle h g) |
class HandleLike h => ValidateHandle h whereSource
Methods
validate :: h -> CertificateStore -> CertificateChain -> HandleMonad h [FailedReason]Source
Instances
data CertSecretKey Source
Instances