Bug 1250568 - Adding TLS 1.3 to nsISSLStatus, r=keeler
MozReview-Commit-ID: 4mLdtsdFoKN
This commit is contained in:
@@ -675,7 +675,7 @@ ServerSocketConnection.prototype = {
|
||||
* cipher negotiation to work correctly. The server already allows only
|
||||
* Gecko's normal set of cipher suites.
|
||||
*/
|
||||
if (clientStatus.tlsVersionUsed != Ci.nsITLSClientStatus.TLS_VERSION_1_2) {
|
||||
if (clientStatus.tlsVersionUsed < Ci.nsITLSClientStatus.TLS_VERSION_1_2) {
|
||||
this._handshakeDeferred.reject(Cr.NS_ERROR_CONNECTION_REFUSED);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user