package tls

  1. Overview
  2. Docs
On This Page
  1. Cipher selection
Legend:
Library
Module
Module type
Parameter
Class
Class type

Cipher selection

Cipher selection related utilities.

Cipher selection

val default : Ciphersuite.ciphersuite list

default is a list of ciphersuites this library uses by default.

val supported : Ciphersuite.ciphersuite list

supported is a list of ciphersuites this library supports (larger than default).

fs is a list of ciphersuites which provide forward secrecy (sublist of default).

fs_of ciphers selects all ciphersuites which provide forward secrecy from ciphers.

OCaml

Innovation. Community. Security.