Enum SSLVersion

The enum base type is int .

Enum members

Name Description
any Accept SSLv3 or TLSv1.0 and greater
dtls1 Use DTLSv1.0
ssl23 Deprecated compatibility alias
ssl3 Accept only SSLv3
tls1 Accept only TLSv1.0

Authors

Sönke Ludwig

Copyright

© 2012-2014 RejectedSoftware e.K.

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.