aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/cms
AgeCommit message (Collapse)AuthorFilesLines
2005-11-16From Graeme Lunt:Anders Broman3-6/+116
Here are a number of small patches for asn1 based dissectors: acse: release request/response column information (many X.400/X.500 unbinds are empty) "standardised" PNAME to "ISO 8650-1 OSI Association Control Service" fix for crash when using EXTERNAL dissector rtse: column information when attempting a resume x509if: generation of LDAP-style DNs from RDNSequences new function x509if_get_last_dn() to get the last DN generated. x509af: DSS parameters certificate extension naming subject naming of certificate x509sat: Guide syntax (as SET now supported) PDU exports. cms: verification of message digest attribute (SHA-1 and MD5) ess: enumerated/restrictive/permissive/informative security categories x411: generation of string encoding of X.400 addresses, trace information and message identifiers. s4406: separate types for primary and copy precedence to allow better filtering (e.g. primary precedence = flash) priority-level-qualifier svn path=/trunk/; revision=16508
2005-11-14 - dissect_ber_object_identifier() returns value as tvbTomas Kukosa2-12/+9
- new dissect_ber_object_identifier_str() function - BER dissectors adapted and regenerated svn path=/trunk/; revision=16501
2005-10-03From Graeme LuntAnders Broman2-10/+24
X420 - incorrect ExtendedBodyPart handling ACSE - support for implicitly tagged EXTERNALs and dissection based upon direct-reference RTSE - same change for RTSE EXTERNAL handling as above CMS - support for ContentType, MessageDigest, SigningTime and CounterSignature attributes ESS - support for ESSSecurityLabel and EquivalentLabels attributes svn path=/trunk/; revision=16071
2005-10-02From Graeme LuntAnders Broman1-0/+1
allows the dissection of ContentInfo based upon it's OID - something that is used for a secure X.400 messages (Protecting Content Type (PCT)). svn path=/trunk/; revision=16069
2005-09-07Set "COPYCMD=/Y" and remove the "/Y" from each XCOPY command in orderGerald Combs1-2/+2
to fix compilation under Windows NT. This should fix bug 403. The changes were made using "find . -name Makefile.nmake | xargs perl -pi.bak -e 's: /y::i'". They appear to work under XP, but if anything broke I blame Larry Wall. svn path=/trunk/; revision=15710
2005-09-02Regenerate dissectors with the current asn2eth.Guy Harris1-1/+1
svn path=/trunk/; revision=15664
2005-07-21change the symbol dissect_ber_CHOICE back into dissect_ber_choiceRonnie Sahlberg1-4/+4
svn path=/trunk/; revision=14980
2005-07-09Fix up a bunch of arguments to "dissect_ber_identifier()" to match itsGuy Harris1-2/+3
current signature ("class" is a "gint8 *", not a "guint8 *", and "tag" is a "gint32 *", not a "guint32 *"). Re-generate the dissectors from the ASN.1 and the .cnf files in the cases where the arguments were fixed in a .cnf file. Give some dissectors the right svn:keywords and svn:eol-style settings. svn path=/trunk/; revision=14885
2005-04-22Define a maximum OID string length, and use it in a lot of places. Fixes aGerald Combs1-1/+1
buffer overflow found while fuzz testing. svn path=/trunk/; revision=14169
2005-04-20Add a tree parameter to get_ber_length() so thatRonnie Sahlberg1-1/+1
IF the length seems bogus, like longer than the reported tvb_length we add a helpful text item to the tree and generate a [malformed packet] change all callers of get_ber_length to the new signature. svn path=/trunk/; revision=14145
2005-02-23update asn2eth and all generated dissectors to new dissect_ber_boolean that ↵Ronnie Sahlberg1-1/+1
takes a implicit_tag parameter svn path=/trunk/; revision=13479
2005-01-16When using Cygwin's python asn2eth.pyLars Roland1-6/+25
generates dissectors with mixed EOL! SVN doesn't allow you to commit such files. Add a target to all nmake makefiles in asn1 subdirectory which will fix these files. svn path=/trunk/; revision=13077
2005-01-16Supply Makefile.nmake files.Guy Harris1-0/+23
svn path=/trunk/; revision=13072
2005-01-16Make the Makefile look like the h235 Makefiles, with the new rules.Guy Harris1-2/+13
Get rid of their "executable" property, and set svn:keywords to Id and svn:eol-style to native if they're not already set. svn path=/trunk/; revision=13071
2004-12-24export EnvelopedDataRonnie Sahlberg2-0/+3
svn path=/trunk/; revision=12824
2004-12-13update of the asn2eth compiler to use the types ber_[choice|sequence]_t ↵Ronnie Sahlberg4-1/+7
instead of ber_[choice|sequence] regenerated all dissectors fixed the choice/sequence struct to use unsigned entities for class and tag (to reduce some compiler warning and because it should be signed quantities) svn path=/trunk/; revision=12740
2004-12-12updates from tomas and andersRonnie Sahlberg1-4/+4
create some missing makefiles for autogenerated dissectors finish the transition to the new ber integer dissetor helper signature and regenerate all ber dissectors svn path=/trunk/; revision=12724
2004-11-22New protocol: RFC2634 ExtendedSecurityServicesRonnie Sahlberg6-22/+46
updates to cms to accomodate the new protocol add author to some files svn path=/trunk/; revision=12573
2004-11-21cleanup for x509afRonnie Sahlberg1-1/+1
svn path=/trunk/; revision=12558
2004-11-21update to x509if autogenerate the exports conformance file and create a ↵Ronnie Sahlberg1-1/+1
small makefile since i am tired of typing that long command line every time svn path=/trunk/; revision=12555
2004-11-06make CMS use the new ANY type and get rid of the workaroundRonnie Sahlberg3-11/+2
svn path=/trunk/; revision=12491
2004-10-29update to cms to use workaround to lack of ANY and reducing the template ↵Ronnie Sahlberg5-135/+49
significantly svn path=/trunk/; revision=12434
2004-10-28Add support for pkauthdata and pkdhkeydata OIDs.Gerald Combs4-8/+59
svn path=/trunk/; revision=12426
2004-10-27Turn off execute permission on .asn files.Guy Harris1-0/+0
svn path=/trunk/; revision=12418
2004-10-26 use the nice #.REGISTER directive instead of handcoding it in teh templateRonnie Sahlberg2-36/+8
svn path=/trunk/; revision=12394
2004-10-13get rid of some compiler warnings for cmsRonnie Sahlberg1-0/+2
svn path=/trunk/; revision=12290
2004-10-08Make the ber_sequence tables "const".Guy Harris1-2/+2
svn path=/trunk/; revision=12245
2004-10-05Set svn:keywords to Id to expand RCS IDs, and set svn:eol-style toGuy Harris3-29/+29
native to canonicalize line endings. svn path=/trunk/; revision=12203
2004-09-16Update to CMD to prepare for PKINIT supportRonnie Sahlberg5-3/+71
svn path=/trunk/; revision=12009
2004-07-25cms update forgot that Name had been commented out in one of the structure.Ronnie Sahlberg3-1/+4
svn path=/trunk/; revision=11519
2004-07-25 large CMS update.Ronnie Sahlberg3-102/+173
most of cms is now implemented svn path=/trunk/; revision=11518
2004-07-23register ber oid functions through a special function in packet-ber.c which ↵Ronnie Sahlberg1-5/+1
also takes (still unused) the name of the oid so that sometime later it will be easy to add code to add the name of the oid to the dissection. svn path=/trunk/; revision=11478
2004-07-21get rid of the nasty ber specific oid->callback table and reimplement the ↵Ronnie Sahlberg1-5/+8
functionality using a dissector table instead i.e. the proper way. svn path=/trunk/; revision=11457
2004-07-20Add the new protocols CMS, X509AF, X509IF, X509CE and X509SATRonnie Sahlberg1-0/+8
to the ethereal build. The dissections are semi-useful but incomplete. The big problem still remaining is the x509if Name object not being dissected properly thus causing the dissection to get out of sync/fail halfway through the certificate structure. work in progress but already semi-useful. svn path=/trunk/; revision=11440
2004-07-19work in progressRonnie Sahlberg4-0/+479
New protocol CryptogrtaphicMessageSyntax As the X.509xx protocols this protocol is not yet linked with ethereal but a work in progress. Within the next few days the changes needed to packet-kerberos and packet-ber will be added to implement an embryonic pkinit implementation inside packet-kerberos which will in turn call cms and the x509 dissectors. The dissectors are still very incomplete but already relatively useful. svn path=/trunk/; revision=11432