831c5585c7d2b4c4442e3c1255332f1c23b6a983

This CL adds an API to SSL stream adapters to set the maximum allowed protocol version and with that implements support for DTLS 1.2. With DTLS 1.2 the default cipher changes in the unittests as follows. BoringSSL TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA -> TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 NSS TLS_RSA_WITH_AES_128_CBC_SHA -> TLS_RSA_WITH_AES_128_GCM_SHA256 BUG=chromium:428343 R=juberti@google.com Review URL: https://webrtc-codereview.appspot.com/50989004 Cr-Commit-Position: refs/heads/master@{#9232}
Description
No description provided
Languages
C++
88.6%
C
3.3%
Java
3%
Objective-C++
1.9%
Python
1.9%
Other
1%