Intuit Beats SSL Patent Troll That Defeated Newegg
Last fall, Newegg lost a case against patent troll TQP for using SSL with RC4, despite arguments from Diffie of Diffie-Hellman key exchange. Intuit was also targeted by a lawsuit for infringing the same patent, and they were found not to be infringing. mpicpp (3454017) sends this excerpt from Ars: U.S. Circuit Judge William Bryson, sitting "by designation" in the Eastern District of Texas, has found in a summary judgment ruling (PDF) that the patent, owned by TQP Development, is not infringed by the two defendants remaining in the case, Intuit Corp. and Hertz Corp. In a separate ruling (PDF), Bryson rejected Intuit's arguments that the patent was invalid.
Not a complete victory (a clearly bogus patent is still not invalidated), but it's a start.
Modern browsers workaround the limitations or have TLS 1.1 or better. If you may be faced with clients that implement neither the workaround or TLS 1.1, rc4 can be better by virtue of being a stream cipher since TLS 1.0 flubbed the IV
Q: "How do you know so much about key exchange?"
A: "I invented it in the 70s."
Q: "Fail, you lose."
-vs-
Q: "How can you prove this is prior art?"
A: "Blah-biddy blah blah legal legal blah."
Q: "Seems legit. Intuit wins."
I want to delete my account but Slashdot doesn't allow it.
it's the patents that are bogus. Judges need to invalidate more patents, they need to invalidate all software patents.
no, I don't have a sig
"In addition to the disagreement between the parties as to the meaning of the agreed-upon claim construction"
I don't fully speak legalese, but the ruling had me literally LOL'ing. The threw everything from grammar naziism to stare decisis.
It is not of high quality.
http://en.wikipedia.org/wiki/RC4#Security
http://threatpost.com/attack-exploits-weakness-rc4-cipher-decrypt-user-sessions-031413/77628
http://blogs.technet.com/b/srd/archive/2013/11/12/security-advisory-2868725-recommendation-to-disable-rc4.aspx
https://www.schneier.com/blog/archives/2013/03/new_rc4_attack.html
http://www.networkworld.com/article/2164421/security/potential-weakness-in-ssl-tls-security-downplayed-by-certificate-group.html
Can someone please explain why the original patent is "clearly bogus"? Just because it's being wrongly applied to situations it was never meant to cover doesn't make the patent itself wrong.
If Swingline uses stapler patents to sue Mozilla over pinning browser tabs, that doesn't invalidate the stapler patents themselves. (Does it?)
Just like the Leaning Tower of Pisa has never fallen down!
Yes you can. There are many types of cryptographic weakness (Eg: an attack that reduces the effective key space) but specifically regarding RC4, there are weaknesses which make it difficult to use properly in common scenarios.
You only need to avoid 256 IVs for that key scheduling algorithm weakness. The layout is very well-known, and it's only important for repeated use of the same key: SSL doesn't suffer from this, as it generates a random key for each session; WEP does, as it uses a permanent pre-shared key for all sessions, initialized with each packet.
By contrast, AES lets you eliminate 2 bits from its cryptographic brute force space just by being AES. It's also vulnerable to other attacks in fewer rounds implementations, but those attacks are not relevant because AES specifies 9 rounds at 128 bit and 14 at 256 bit. You can crack Rijindael 256-bit with 5 rounds, but that's not AES.
Support my political activism on Patreon.