Wireshark-commits: [Wireshark-commits] rev 22534: /trunk/ /trunk/epan/dissectors/: packet-pkcs12.c

Date: Fri, 17 Aug 2007 18:52:44 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=22534

User: gal
Date: 2007/08/17 06:52 PM

Log:
 Support for decrypting of PKCS#12 bag contents.
 Supports RC2, RC4 and 3DES with SHA1 Password-based Encryption using libgcrypt functions.
 Password is provided as a preference, as is trying to decode with a empty/NULL password.

Directory: /trunk/epan/dissectors/
  Changes    Path               Action
  +520 -282  packet-pkcs12.c    Modified
  +5 -2      packet-pkcs12.h    Modified

Directory: /trunk/asn1/pkcs12/
  Changes    Path                        Action
  +1 -1      Makefile                    Modified
  +1 -1      Makefile.nmake              Modified
  +353 -28   packet-pkcs12-template.c    Modified
  +3 -0      packet-pkcs12-template.h    Modified
  +33 -3     pkcs12.cnf                  Modified