Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master bd3cb64: tls-utils: use GnuTLS for RSA decryption

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 29 Nov 2018 22:11:46 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=bd3cb6437ffec4d07e47957f2327cda0942c31d5
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

bd3cb64 by Peter Wu (peter@xxxxxxxxxxxxx):

    tls-utils: use GnuTLS for RSA decryption
    
    Switch from RSA decryption using Libgcrypt to GnuTLS. This prepares for
    decryption using a PKCS#11 token. Requires GnuTLS 3.0.2 (or newer).
    
    Change-Id: Ic42d84c825488e1f45b443a3e56d01600dd594c9
    Reviewed-on: https://code.wireshark.org/review/30833
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  bcd32b0   Drop support for GnuTLS 2.12.x, require GnuTLS 3.2 or newer
     add  bd3cb64   tls-utils: use GnuTLS for RSA decryption


Summary of changes:
 epan/dissectors/packet-tls-utils.c | 95 ++++++++++++++++++++++----------------
 1 file changed, 54 insertions(+), 41 deletions(-)