URL: 
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=97dbdc3ac9ae55ed0932d42dca73e07ee0aa3ffd
Submitter: "Anders Broman <a.broma...@gmail.com>"
Changed: branch: master
Repository: wireshark

Commits:

97dbdc3 by Peter Wu (pe...@lekensteyn.nl):

    TLS: really delay key lookup until it is necessary
    
    Even if the certificate has a RSA public key, be sure to lookup the key
    only if it is an actual RSA key exchange. Move the hashtable to the
    secrets module to enable reuse.
    
    Change-Id: I39010831079d3b65d5d4368ec97d02491c1615a5
    Reviewed-on: https://code.wireshark.org/review/30854
    Petri-Dish: Peter Wu <pe...@lekensteyn.nl>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broma...@gmail.com>
    

Actions performed:

    from  0ceead5   CMake: Avoid link_directories()
     add  97dbdc3   TLS: really delay key lookup until it is necessary


Summary of changes:
 epan/dissectors/packet-dtls.c      |  4 +--
 epan/dissectors/packet-tls-utils.c | 61 ++++++++++++--------------------------
 epan/dissectors/packet-tls-utils.h | 17 ++---------
 epan/dissectors/packet-tls.c       |  3 +-
 epan/secrets.c                     | 36 ++++++++++++++++++++++
 epan/secrets.h                     | 15 ++++++++++
 6 files changed, 76 insertions(+), 60 deletions(-)
___________________________________________________________________________
Sent via:    Wireshark-commits mailing list <wireshark-commits@wireshark.org>
Archives:    https://www.wireshark.org/lists/wireshark-commits
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-commits
             mailto:wireshark-commits-requ...@wireshark.org?subject=unsubscribe

Reply via email to