Downgrade Attack on TLS 1.3 and Vulnerabilities in Major TLS Libraries
1–10 of 69 posts
Re: Downgrade Attack on TLS 1.3 and Vulnerabilities in Major TLS Libraries
#2Some kind of award has to go to this sentence, that has to be the most convoluted way to simply say "aren't vulnerable."
In context you can only just barely follow it, and it literally involves counting the vulnerable + un-vulnerable libraries to check they all add up to 9...
Re: Downgrade Attack on TLS 1.3 and Vulnerabilities in Major TLS Libraries
#3RSA PKCS#1 v1.5: https://tools.ietf.org/html/rfc2313
Title: PKCS #1: RSA Encryption version 1.5
tl;dr: deprecate RSA encryption as a whole?! Did I read this right?
Re: Downgrade Attack on TLS 1.3 and Vulnerabilities in Major TLS Libraries
#4Re: Downgrade Attack on TLS 1.3 and Vulnerabilities in Major TLS Libraries
#5> The last 20 years of attacks that have been re-discovering Bleichenbacher's seminal work in 1998 clearly show that it is close to impossible to correclty implement the RSA PKCS#1 v1.5 encryption scheme. While our paper recommends a series of mitigations, it is time for RSA PKCS#1 v1.5 to be deprecated and replaced by more modern schemes like OAEP and ECEIS for asymmetric encryption or Elliptic Curve Diffie-Hellman…
However, note that much of the problem with implementing RSA correctly is the padding. The specific recommendation here is to only use RSA OAEP, and preferably to abandon RSA altogether for more modern (elliptic curve) constructions.
So no, they're not saying to deprecate RSA in its entirety (though I have high confidence all of the authors would strongly suggest that to anyone who asked). Rather, they're saying you should only use RSA with one very specific form of padding, if you absolutely insist on using RSA in 2019 (and you shouldn't unless you know you have to).
Re: Downgrade Attack on TLS 1.3 and Vulnerabilities in Major TLS Libraries
#6Is LibreSSL affected?
Nevertheless, it is likely that LibreSSL has not replaced yet this part of complex code inherited from OpenSSL. In that case, LibreSSL would also be vulnerable.
Re: Downgrade Attack on TLS 1.3 and Vulnerabilities in Major TLS Libraries
#7Is LibreSSL affected?
Re: Downgrade Attack on TLS 1.3 and Vulnerabilities in Major TLS Libraries
#8Is LibreSSL affected?