Hauke Mehrtens
changed
bug 9499
What |
Removed |
Added |
Attachment #12240 Flags |
|
review_for_checkin?
|
Comment # 19
on bug 9499
from Hauke Mehrtens
Created attachment 12240 [details]
dlts: add cipher version for OpenSSL pre 0.9.8f
OpenSSL pre 0.9.8f uses the TLS version 0x0100 and is not completely
compatible with DTLS 1.0 or 1.2. One difference is that the encrypted
pre master from TLS 1.0 does not have an own length, which is needed by
TLS and DTLS 1.0, this makes decrypting impossible. This patch makes it
possible for the code to distinguish between this OpenSSL version and
real DTLS 1.0, because they are not using the same code any more. This
is needed to fix the snakeoil-dtls test.
You are receiving this mail because:
- You are watching all bug changes.