SslProtocols

cc.otavia.handler.ssl.SslProtocols
object SslProtocols

SSL/TLS protocols

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete fields

val TLS_v1_2: String

TLS v1.2

TLS v1.2

Attributes

val TLS_v1_3: String

TLS v1.3

TLS v1.3

Attributes

Deprecated fields

val SSL_v2: String

SSL v2

SSL v2

Attributes

Deprecated

SLv2 is no longer secure. Consider using TLS_v1_2 or TLS_v1_3

val SSL_v2_HELLO: String

SSL v2 Hello

SSL v2 Hello

Attributes

Deprecated

SSLv2Hello is no longer secure. Consider using TLS_v1_2 or TLS_v1_3

val SSL_v3: String

SSLv3

SSLv3

Attributes

Deprecated

SSLv3 is no longer secure. Consider using TLS_v1_2 or TLS_v1_3

val TLS_v1: String

TLS v1

TLS v1

Attributes

Deprecated

TLSv1 is no longer secure. Consider using TLS_v1_2 or TLS_v1_3

val TLS_v1_1: String

TLS v1.1

TLS v1.1

Attributes

Deprecated

TLSv1.1 is no longer secure. Consider using TLS_v1_2 or TLS_v1_3