aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pkcs12.h
AgeCommit message (Collapse)AuthorFilesLines
2009-05-16Regenerate all asn2wrs generated dissectors.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=28379
2008-11-01Regenerate all asn2wrs generated dissectorsAnders Broman1-1/+1
svn path=/trunk/; revision=26670
2008-01-16- Removed some unused variables in asn1 dissectorsStig Bjørlykke1-1/+1
- Fixed last parameter to cry_cipher_open() in pkcs12 svn path=/trunk/; revision=24116
2008-01-03get rid of get_ber_last_created_item()Tomas Kukosa1-1/+1
svn path=/trunk/; revision=24002
2007-11-01Change:Anders Broman1-1/+1
get_oid_str_name() -> oid_resolved_from_string() get_oid_name() -> oid_resolved_from_encoded() svn path=/trunk/; revision=23331
2007-08-17Support for decrypting of PKCS#12 bag contents.Graeme Lunt1-2/+5
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. svn path=/trunk/; revision=22534
2007-05-06Start introducing actx to ber functions.Anders Broman1-1/+1
svn path=/trunk/; revision=21705
2007-01-13New protocol dissector for PKCS#12 - Personal Information Exchange Syntax.Graeme Lunt1-0/+38
Generally found within a file (.p12 or .pfx) or as a directory attribute (userPKCS12 from iNetOrgPerson). Wiki page and sample file to follow. svn path=/trunk/; revision=20416