Bug 1168635 - Add an XPCOM interface to allow RC4. r=keeler

This commit is contained in:
Masatoshi Kimura
2015-10-15 05:48:27 +09:00
parent 3d596d21af
commit 2bc320d8ca
12 changed files with 556 additions and 42 deletions

View File

@@ -1239,6 +1239,9 @@ void HandshakeCallback(PRFileDesc* fd, void* client_data) {
} else {
state = nsIWebProgressListener::STATE_IS_SECURE |
nsIWebProgressListener::STATE_SECURE_HIGH;
// we know this site no longer requires a weak cipher
ioLayerHelpers.removeInsecureFallbackSite(infoObject->GetHostName(),
infoObject->GetPort());
}
infoObject->SetSecurityState(state);