aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/x509ce
AgeCommit message (Collapse)AuthorFilesLines
2006-05-08FT_STRING => FT_OID where applicableGraeme Lunt1-1/+1
svn path=/trunk/; revision=18107
2006-04-25Add distclean and maintainerclean rules.Guy Harris1-0/+4
svn path=/trunk/; revision=17999
2006-03-25Support for otherName and x400address in a GeneralNameGraeme Lunt4-3/+20
svn path=/trunk/; revision=17728
2006-02-23Add parsertab.pyc in clean targetAnders Broman1-3/+3
svn path=/trunk/; revision=17387
2005-12-08Regenerate with the latest asn2eth, to get FT_OID used, and to add #line.Guy Harris1-2/+2
svn path=/trunk/; revision=16736
2005-11-14 - dissect_ber_object_identifier() returns value as tvbTomas Kukosa2-4/+3
- 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-09-02Regenerate dissectors with the current asn2eth.Guy Harris1-4/+4
svn path=/trunk/; revision=15664
2005-07-21change the symbol dissect_ber_CHOICE back into dissect_ber_choiceRonnie Sahlberg1-10/+10
svn path=/trunk/; revision=14980
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-02-23update asn2eth and all generated dissectors to new dissect_ber_boolean that ↵Ronnie Sahlberg1-6/+6
takes a implicit_tag parameter svn path=/trunk/; revision=13479
2005-01-16When using Cygwin's python asn2eth.pyLars Roland1-5/+24
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-13get rid of some asn2eth warnings for x509ceRonnie Sahlberg2-2/+5
svn path=/trunk/; revision=12745
2004-12-12minor updates, get rid of temporary files during dissectionRonnie Sahlberg1-1/+1
svn path=/trunk/; revision=12725
2004-12-12updates from tomas and andersRonnie Sahlberg1-10/+10
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-25try to print an IPAddress as an ip address and not as a 4 byte octet stringRonnie Sahlberg2-1/+8
svn path=/trunk/; revision=12603
2004-11-22New protocol: RFC2634 ExtendedSecurityServicesRonnie Sahlberg2-0/+2
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-21cleanup for x509ceRonnie Sahlberg6-111/+263
svn path=/trunk/; revision=12557
2004-11-21SelectedAttributeTypes are now almost completely implemented also here i ↵Ronnie Sahlberg1-1/+1
added a small makefile to reduce boring typing on the commandline svn path=/trunk/; revision=12556
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-14export GeneralName from X509CERonnie Sahlberg2-1/+2
svn path=/trunk/; revision=12525
2004-10-05Set svn:keywords to Id to expand RCS IDs, and set svn:eol-style toGuy Harris4-59/+59
native to canonicalize line endings. svn path=/trunk/; revision=12203
2004-09-13make the asn2eth compiler autogenerate the PDU callbacksRonnie Sahlberg2-324/+54
svn path=/trunk/; revision=11986
2004-09-06Update x509SAT to export DirectoryString.Ronnie Sahlberg2-8/+10
Update X509CE to dissect EDIPartyName now that DirectoryString can be dissected svn path=/trunk/; revision=11910
2004-09-06Update to X509 Certificate Extensions. Make it also decode Ronnie Sahlberg1-1/+1
GeneralName.directoryName (since we already implemented the Name type from X509IF already long time ago) svn path=/trunk/; revision=11909
2004-07-28x509ce use implicit tags.Ronnie Sahlberg1-77/+77
the compiler does not yet support this. change the definition file to make the implicit keyword explicit svn path=/trunk/; revision=11550
2004-07-26update tox509ce virtually all of x509ce now implemented (but there are ↵Ronnie Sahlberg3-195/+442
still bugs) svn path=/trunk/; revision=11524
2004-07-25some more extensions and their dissectors defined.Ronnie Sahlberg3-54/+165
svn path=/trunk/; revision=11520
2004-07-22minor updateRonnie Sahlberg1-0/+4
GeneralNames is defined in x509ce and not x509if svn path=/trunk/; revision=11467
2004-07-19Work in progressRonnie Sahlberg4-0/+739
New protocol X.509 Certificate Extensions This new code provides required functionality to the x509af dfissector it is not linked with ethereal yet and needs extra massage bewfore invoked. svn path=/trunk/; revision=11429