summaryrefslogtreecommitdiff
path: root/asn1/x509if
AgeCommit message (Collapse)AuthorFilesLines
2005-08-02Fix more "no previous declaration" warnings - the forgotten filesJörg Mayer1-0/+1
svn path=/trunk/; revision=15170
2005-07-21change the symbol dissect_ber_CHOICE back into dissect_ber_choiceRonnie Sahlberg1-4/+4
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-7/+7
takes a implicit_tag parameter svn path=/trunk/; revision=13479
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-13remove some asn2eth warningsRonnie Sahlberg2-1/+30
svn path=/trunk/; revision=12744
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-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 Sahlberg2-1/+3
updates to cms to accomodate the new protocol add author to some files svn path=/trunk/; revision=12573
2004-11-21SelectedAttributeTypes are now almost completely implemented also here i ↵Ronnie Sahlberg2-2/+2
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 Sahlberg2-0/+5
small makefile since i am tired of typing that long command line every time svn path=/trunk/; revision=12555
2004-11-21Add a whole bunch of dissector to X509IF and export them.Ronnie Sahlberg3-236/+374
X509if is now almost complete. svn path=/trunk/; revision=12553
2004-11-14Since we can now handle SEQUENCE OF ANY uncomment this "difficult" field fromRonnie Sahlberg2-9/+6
the Attribute SEQUENCE to make it more complete. svn path=/trunk/; revision=12527
2004-11-06declare the types for DistinguishedName and RDNSequenceRonnie Sahlberg1-0/+2
svn path=/trunk/; revision=12495
2004-11-06export RDNSequence from x509ifRonnie Sahlberg1-0/+1
svn path=/trunk/; revision=12494
2004-11-06export DistinguishedName from x509ifRonnie Sahlberg1-0/+1
svn path=/trunk/; revision=12493
2004-11-06make x509if use the new ANY type and get rid of the workaroundRonnie Sahlberg3-21/+12
svn path=/trunk/; revision=12492
2004-10-29more updates of x509ifRonnie Sahlberg4-40/+22
svn path=/trunk/; revision=12433
2004-10-29Update to x509if use a workaround to emulate the type ANY and remove stuff ↵Ronnie Sahlberg4-43/+29
from teh template svn path=/trunk/; revision=12431
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-26/+26
native to canonicalize line endings. svn path=/trunk/; revision=12203
2004-07-26update tox509ce virtually all of x509ce now implemented (but there are ↵Ronnie Sahlberg2-0/+3
still bugs) svn path=/trunk/; revision=11524
2004-07-22"dissect_x509if_AttributeTypeAndDistinguishedValue()" is static - don'tGuy Harris1-1/+0
declare it as non-static in the header file. svn path=/trunk/; revision=11473
2004-07-22add the countryname attributeRonnie Sahlberg1-0/+7
svn path=/trunk/; revision=11470
2004-07-22start dissecting AttributeTypeAnddistinguishedValueRonnie Sahlberg4-1/+36
(which must be implemented by hand inside themplate) svn path=/trunk/; revision=11469
2004-07-22dissect the x509if/Name all the way down to the ↵Ronnie Sahlberg1-5/+11
AttributeTypeAndDistinguishedValue structure but not the structure itself. we are getting there, slow but steady svn path=/trunk/; revision=11468
2004-07-22minor updateRonnie Sahlberg1-1/+0
GeneralNames is defined in x509ce and not x509if svn path=/trunk/; revision=11467
2004-07-22minor updateRonnie Sahlberg1-1/+0
UniqueIdentifier is imported from x509sat and not x509if svn path=/trunk/; revision=11466
2004-07-19Work in progressRonnie Sahlberg5-0/+1029
New protocol X.509 Information framework this new protocol is not yet linked with ethereal and needs extra massage before it can be used. svn path=/trunk/; revision=11430