 | tls-0.3.1: TLS/SSL protocol native implementation (Server and Client) | Contents | Index |
|
Network.TLS.Cipher | Portability | unknown | Stability | experimental | Maintainer | Vincent Hanquez <vincent@snarc.org> |
|
|
|
|
|
Description |
|
|
Synopsis |
|
|
|
Documentation |
|
data CipherTypeFunctions |
|
|
data CipherKeyExchangeType |
Constructors | CipherKeyExchangeRSA | | CipherKeyExchangeDHE_RSA | | CipherKeyExchangeECDHE_RSA | | CipherKeyExchangeDHE_DSS | | CipherKeyExchangeDH_DSS | | CipherKeyExchangeDH_RSA | | CipherKeyExchangeECDH_ECDSA | | CipherKeyExchangeECDH_RSA | | CipherKeyExchangeECDHE_ECDSA | |
|
|
|
data Cipher |
Constructors | | Instances | |
|
|
cipherExchangeNeedMoreData :: CipherKeyExchangeType -> Bool |
|
builtin ciphers for ease of use, might move later to a tls-ciphers library
|
|
cipher_null_null :: Cipher |
|
cipher_RC4_128_MD5 :: Cipher |
|
cipher_RC4_128_SHA1 :: Cipher |
|
cipher_AES128_SHA1 :: Cipher |
|
cipher_AES256_SHA1 :: Cipher |
|
cipher_AES128_SHA256 :: Cipher |
|
cipher_AES256_SHA256 :: Cipher |
|
Produced by Haddock version 2.7.2 |