aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/pkix1explicit
AgeCommit message (Collapse)AuthorFilesLines
2006-04-06Add two missing *-exp.cnf filesAnders Broman1-0/+24
tcap.asn - whitespace changes svn path=/trunk/; revision=17828
2006-02-23Add parsertab.pyc in clean targetAnders Broman1-3/+3
svn path=/trunk/; revision=17387
2005-11-14 - dissect_ber_object_identifier() returns value as tvbTomas Kukosa2-7/+5
- new dissect_ber_object_identifier_str() function - BER dissectors adapted and regenerated svn path=/trunk/; revision=16501
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-07-09Fix up a bunch of arguments to "dissect_ber_identifier()" to match itsGuy Harris1-2/+2
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-01-16When using Cygwin's python asn2eth.pyLars Roland1-5/+23
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 Certificate and CertificateList from pkix1explicitRonnie Sahlberg3-0/+18
svn path=/trunk/; revision=12826
2004-12-12updates from tomas and andersRonnie Sahlberg1-0/+5
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-29export some more sympols from PKIX1EXPLICITRonnie Sahlberg5-28/+71
svn path=/trunk/; revision=12617
2004-11-21add a new oid Ronnie Sahlberg1-0/+1
svn path=/trunk/; revision=12560
2004-11-21add dissection of AuthorityInfoAccessSyntaxRonnie Sahlberg3-1/+7
svn path=/trunk/; revision=12552
2004-11-01Add support for the dhpublicnumber OID.Gerald Combs3-14/+18
svn path=/trunk/; revision=12465
2004-10-05Set svn:keywords to Id to expand RCS IDs, and set svn:eol-style toGuy Harris4-45/+45
native to canonicalize line endings. svn path=/trunk/; revision=12203
2004-09-17get rid of some more compiler warningsRonnie Sahlberg4-2/+9
svn path=/trunk/; revision=12034
2004-09-16new protocol PKIX1EXPLICITRonnie Sahlberg5-0/+1040
svn path=/trunk/; revision=12013