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 e5a3992: Move DigestInfo from pkcs12 to cms

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 27 Dec 2016 13:00:25 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e5a39920f9883133945b088c85c8fbf4737a6ecd
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

e5a3992 by Роман Донченко (dpb@xxxxxxxxxxxxxx):

    Move DigestInfo from pkcs12 to cms
    
    This type is originally from PKCS #7, the predecessor of CMS, so it makes
    more sense for it to be there.
    
    Change-Id: I3a146f1d000a3bcbcd0d8f1cfe2fc27ed80cc69d
    Reviewed-on: https://code.wireshark.org/review/19335
    Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  9d47bf9   InterfaceList: Add check for remote interface
    adds  e5a3992   Move DigestInfo from pkcs12 to cms


Summary of changes:
 .../asn1/cms/CryptographicMessageSyntax.asn        |    6 +++
 epan/dissectors/asn1/cms/cms.cnf                   |    1 +
 epan/dissectors/asn1/pkcs12/pkcs12.asn             |    8 +---
 epan/dissectors/packet-cms.c                       |   47 +++++++++++++-------
 epan/dissectors/packet-cms.h                       |    1 +
 epan/dissectors/packet-pkcs12.c                    |   29 +-----------
 6 files changed, 42 insertions(+), 50 deletions(-)