aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/pkcs12
AgeCommit message (Collapse)AuthorFilesLines
2009-08-21Use <gcrypt.h> instead of 'gcrypt.h'Kovarththanan Rajaratnam1-1/+1
svn path=/trunk/; revision=29501
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier1-1/+0
svn path=/trunk/; revision=27390
2008-07-23Get rid of some unused code warnings and fix an Id marking and some ↵Anders Broman1-1/+1
indentation changes. svn path=/trunk/; revision=25803
2008-05-11g_string_sprintf --> g_string_printf and g_string_sprintfa --> ↵Bill Meier1-1/+1
g_string_append_printf svn path=/trunk/; revision=25276
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-3/+3
svn path=/trunk/; revision=24002
2007-12-19asn1/*/Makefile.nmake were not part of the source package.Jörg Mayer1-1/+2
Spotted by Tomas Kukosa. svn path=/trunk/; revision=23921
2007-12-10ANSI TCAP regenerated and tested with -T -X asn2wrs optionsTomas Kukosa1-1/+1
asn2wrs has -T (tagged types support) and -X (new BER sttructures) default behavior remove all -T and -X usage svn path=/trunk/; revision=23823
2007-11-01Change:Anders Broman1-2/+2
get_oid_str_name() -> oid_resolved_from_string() get_oid_name() -> oid_resolved_from_encoded() svn path=/trunk/; revision=23331
2007-10-29Include winposixtype.h only if building with GNUTLS; Bug #1949: Part 1 of fixBill Meier1-3/+4
[asn1 template plu generated .c file] svn path=/trunk/; revision=23301
2007-10-16- Fix svn:ignore for all directoriesJörg Mayer1-3/+3
- gsmmap: uncomment -s option in gsmmap.cnf - Fix cyclic dependencies: + Remove EXPORT_CNF from dependencies for cnf files + Replace all INCLUDE ...-exp.cnf with IMPORT ...-exp.cnf svn path=/trunk/; revision=23202
2007-10-10Add missing dependencies and update syntax of existing ones.Jörg Mayer1-5/+5
svn path=/trunk/; revision=23143
2007-10-10- Change Makefiles to include preincJörg Mayer2-1/+3
- Add missing new directories to asn1/Makefile.nmake svn path=/trunk/; revision=23141
2007-10-09More Makefile conversionsJörg Mayer4-56/+108
svn path=/trunk/; revision=23116
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.cLuis Ontanon1-1/+1
svn path=/trunk/; revision=22651
2007-08-24get_ber_length doesn't need the tree argument, get rid of it.Jörg Mayer1-1/+1
Rebuild asn1 dissectors. svn path=/trunk/; revision=22627
2007-08-17Further tidy up for preference.Graeme Lunt1-1/+1
svn path=/trunk/; revision=22539
2007-08-17Fix for OSX gremlin in PKCS12 template.Graeme Lunt1-1/+0
svn path=/trunk/; revision=22537
2007-08-17Support for decrypting of PKCS#12 bag contents.Graeme Lunt5-33/+391
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-06-05not allow #.FN_HDR/FTR for Wireshark types but only for ASN.1 typesTomas Kukosa2-13/+35
it makes interconnection between .cnf file and ASN.1 source more readable (changes for #.FN_BODY will follow) svn path=/trunk/; revision=22043
2007-05-14- support of constraint unionsTomas Kukosa1-3/+3
- support of FN_VARIANT parameter for OpenType - many small changes svn path=/trunk/; revision=21758
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman2-12/+16
svn path=/trunk/; revision=21753
2007-05-06Start introducing actx to ber functions.Anders Broman2-1/+2
svn path=/trunk/; revision=21705
2007-02-19Get rid of an unused variable.Guy Harris1-1/+0
svn path=/trunk/; revision=20845
2007-01-13New protocol dissector for PKCS#12 - Personal Information Exchange Syntax.Graeme Lunt6-0/+645
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