URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d4dd4fd8481a2059713619a3e0d28ced7edbdf31
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
d4dd4fd by Bertrand Bonnefoy-Claudet (bertrandbc@xxxxxxxxx):
Fix names of SSLv2 RC2 cipher suites
The previous naming for suite 0x040080 was wrong according to [1] and [2]. It
is an export suite but its name did not reflect that.
This also removes the extra "CBC_" in both RC2 cipher suites as it seems more
consistent with other names, the specification and OpenSSL.
[1] https://github.com/openssl/openssl/blob/OpenSSL_1_0_2-stable/ssl/ssl2.h#L95
[2] http://www-archive.mozilla.org/projects/security/pki/nss/ssl/draft02.html
Change-Id: I4a62463fdd7b0733a9652f8ab601848b26977c28
Reviewed-on: https://code.wireshark.org/review/14197
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 11b058e GTK: make dist fixups
adds d4dd4fd Fix names of SSLv2 RC2 cipher suites
Summary of changes:
epan/dissectors/packet-ssl-utils.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)