Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 85658 Details for
Bug 131558
https broken for some sites in Konqueror 3.5.2, patch attached
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Patch for kdelibs-3.5.2 to re-enable 3DES-EDE-CBC SSL cipher
kdelibs-3.5.2-kssl-DES-CBC3-SHA-fix.diff (text/x-patch), 646 bytes, created by
Rick Harris
on 2006-04-28 05:10:15 UTC
(
hide
)
Description:
Patch for kdelibs-3.5.2 to re-enable 3DES-EDE-CBC SSL cipher
Filename:
MIME Type:
Creator:
Rick Harris
Created:
2006-04-28 05:10:15 UTC
Size:
646 bytes
patch
obsolete
>--- kdelibs-3.5.2/kio/kssl/ksslsettings.cc.old 2006-04-05 23:20:42.000000000 +0930 >+++ kdelibs-3.5.2/kio/kssl/ksslsettings.cc 2006-04-05 23:21:27.000000000 +0930 >@@ -179,11 +179,10 @@ > } > > // Remove any ADH ciphers as per RFC2246 >- // Also remove NULL ciphers and 168bit ciphers > for (unsigned int i = 0; i < cipherSort.count(); i++) { > CipherNode *j = 0L; > while ((j = cipherSort.at(i)) != 0L) { >- if (j->name.contains("ADH-") || j->name.contains("NULL-") || j->name.contains("DES-CBC3-SHA") || j->name.contains("FZA")) { >+ if (j->name.contains("ADH-")) { > cipherSort.remove(j); > } else { > break;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 131558
: 85658