Wireshark-commits: [Wireshark-commits] master-2.0 419c55e: ssl-utils: add versions to ssl debug log
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=419c55ef1f300acd9193e27d365259367c967988
Submitter: Peter Wu (peter@xxxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark
Commits:
419c55e by Peter Wu (peter@xxxxxxxxxxxxx):
ssl-utils: add versions to ssl debug log
Add Wireshark/GnuTLS/Libgcrypt versions to the debug log file. Remove
ssl_lib_init since it didn't do anything useful (the debug file was not
open yet so it would write... nothing).
Match more (EC)DH(E) cipher suites and try to improve the message.
Add the human-readable name besides numeric cipher suite IDs.
Change-Id: I84a33d270f91e90efc55371475b231b483fd24c9
Reviewed-on: https://code.wireshark.org/review/11403
Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
Reviewed-by: Graham Bloice <graham.bloice@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
(cherry picked from commit 07ceb2c6dc5167bc2fe8f1f000c3a3d64571396e)
Reviewed-on: https://code.wireshark.org/review/11865
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
Actions performed:
from 976d60c Revert "Override optimization and other flags for make based generators."
adds 419c55e ssl-utils: add versions to ssl debug log
Summary of changes:
epan/dissectors/packet-dtls.c | 1 -
epan/dissectors/packet-ssl-utils.c | 40 ++++++++++++++++++++----------------
epan/dissectors/packet-ssl-utils.h | 5 +----
epan/dissectors/packet-ssl.c | 1 -
4 files changed, 23 insertions(+), 24 deletions(-)