ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master 5af5f16: fix the SSL decryption using the master secr

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 11 Mar 2014 20:51:18 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5af5f1699cb26f6ac198374189aba87abe626e0d
Submitter: Martin Kaiser (wireshark@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

5af5f16 by Martin Kaiser (martin@xxxxxxxxxxxxxxxx):

    fix the SSL decryption using the master secret
    this was broken in 21aa7168c7565445ee544ee78fb6c836a63cd4ed
    
    to be on the safe side, we assue that return value >= 0 means success,
    < 0 means failure
    
    Change-Id: I1d03000e6b6d70fac6bef8766d28990d953c8e27
    Reviewed-on: https://code.wireshark.org/review/609
    Reviewed-by: Martin Kaiser <wireshark@xxxxxxxxx>
    

Actions performed:

    from  0f73f79   GTK_STOCK_PRINT_ERROR was missing in GTK+ < 2.14, too
    adds  5af5f16   fix the SSL decryption using the master secret this was broken in 21aa7168c7565445ee544ee78fb6c836a63cd4ed


Summary of changes:
 epan/dissectors/packet-ssl-utils.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)