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.
...but intuit. Ya...
If those folks were forced out of business tomorrow, I'd be just as happy.
Mod me down with all of your hatred and your journey towards the dark side will be complete!
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
Judges merely pattern-match against statutes and case law, and logic is absolutely not allowed to override either of the latter. In that specific sense, yes, judges indeed cannot act intelligently, because any intelligence they may possess must be suppressed to remain within the M.O. of their profession.
No judge could ever pass the Turing Test under such mental shackles. The normal M.O. of law is a disaster for humanity, an otherwise semi-rational species.
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.
I honestly wonder if any of these are legitimate claims or just "Trolls" as they are labeled.
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.
> RC4 is math. It's either broken or not-broken. You can't go half way.
Security isn't binary. Cryptography, being targeted for practical application, is different than theoretical mathematical statements, which we all know can be discovered to be either correct or incorre... hang on, Godel is calling me from the afterlife...
(heard from distance) What? Really! Mind-blowing, man. Yes, I know your name has those two funky dots, but Dice thinks "pretty" is more important than "functional", so it might be a while before Slashdot can actually display them...
Your signature contains the name of a fifth dimensional being.
Support my political activism on Patreon.
All this judge did was say the defendant did not do what this patent covered, as defined by the claim. It does not invalidate software patents. It does not declare the plaintiff to be a "patent troll". It does not declare this patent to be invalid. Whoever submitted this story must be desperate: like throwing a handful of party snaps into the air at a gun show...
My point is, it's not black and white like you were saying.
Remind me to hire Intuit's law firm instead of Newegg's if I am ever in this situation.