Module otpbp_ssl

Function Index

cipher_suites/0
cipher_suites/1
handshake/1
handshake/2
handshake/3
prf/5
ssl_accept/1
ssl_accept/2
ssl_accept/3

Function Details

cipher_suites/0

cipher_suites() -> any()

cipher_suites/1

cipher_suites(X1) -> any()

handshake/1

handshake(Socket) -> any()

handshake/2

handshake(Socket, SslOptionsOrTimeout) -> any()

handshake/3

handshake(Socket, SslOptions, Timeout) -> any()

prf/5

prf(Sslsocket, Secret, Label, Context, WantedLength) -> any()

ssl_accept/1

ssl_accept(Socket) -> any()

ssl_accept/2

ssl_accept(Socket, SslOptionsOrTimeout) -> any()

ssl_accept/3

ssl_accept(Socket, SslOptions, Timeout) -> any()


Generated by EDoc