tls-0.1.1: TLS protocol for Server and Client sides

Portabilityunknown
Stabilityexperimental
MaintainerVincent Hanquez <vincent@snarc.org>

Network.TLS.Struct

Description

the Struct module contains all definitions and values of the TLS protocol

Documentation

data Version Source

Constructors

SSL2 
SSL3 
TLS10 
TLS11 
TLS12 

data ServerDHParams Source

Constructors

ServerDHParams 

Fields

dh_p :: Integer

prime modulus

dh_g :: Integer

generator

dh_Ys :: Integer

public value (g^X mod p)

newtype Session Source

Constructors

Session (Maybe [Word8]) 

Instances