http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=54043
User: alagoutte
Date: 2013/12/13 02:06 PM
Log:
From Hauke Mehrtens via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9499
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.
Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx>
Directory: /trunk/epan/dissectors/
Changes Path Action
+15 -12 packet-dtls.c Modified
+1 -0 packet-ssl-utils.c Modified
+1 -0 packet-ssl-utils.h Modified