aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pkcs12.h
AgeCommit message (Collapse)AuthorFilesLines
2009-05-16Regenerate all asn2wrs generated dissectors.stig1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28379 f5534014-38df-0310-8fa8-9805f1628bb7
2008-11-01Regenerate all asn2wrs generated dissectorsetxrab1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26670 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-16- Removed some unused variables in asn1 dissectorsstig1-1/+1
- Fixed last parameter to cry_cipher_open() in pkcs12 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24116 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-03get rid of get_ber_last_created_item()kukosa1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24002 f5534014-38df-0310-8fa8-9805f1628bb7
2007-11-01Change:etxrab1-1/+1
get_oid_str_name() -> oid_resolved_from_string() get_oid_name() -> oid_resolved_from_encoded() git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23331 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-17Support for decrypting of PKCS#12 bag contents.gal1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22534 f5534014-38df-0310-8fa8-9805f1628bb7
2007-05-06Start introducing actx to ber functions.etxrab1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21705 f5534014-38df-0310-8fa8-9805f1628bb7
2007-01-13New protocol dissector for PKCS#12 - Personal Information Exchange Syntax.gal1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20416 f5534014-38df-0310-8fa8-9805f1628bb7