Module riak_core_ssl_util

Various ssl functions for the Riak Core Connection Manager.

Description

Various ssl functions for the Riak Core Connection Manager

Function Index

get_common_name/1
load_certs/1
maybe_use_ssl/1
parse_ciphers/1
print_ciphers/1
upgrade_client_to_ssl/2
upgrade_server_to_ssl/2
validate_ssl_config/1

Function Details

get_common_name/1

get_common_name(OTPCert) -> any()

load_certs/1

load_certs(CertDirOrFile) -> any()

maybe_use_ssl/1

maybe_use_ssl(App) -> any()

parse_ciphers/1

parse_ciphers(CipherList) -> any()

print_ciphers/1

print_ciphers(CipherList) -> any()

upgrade_client_to_ssl/2

upgrade_client_to_ssl(Socket, App) -> any()

upgrade_server_to_ssl/2

upgrade_server_to_ssl(Socket, App) -> any()

validate_ssl_config/1

validate_ssl_config(Opts) -> any()


Generated by EDoc