aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
AgeCommit message (Collapse)AuthorFilesLines
2004-10-13get rid of some compiler warnings for cmsRonnie Sahlberg1-0/+2
svn path=/trunk/; revision=12290
2004-10-13get rid of some compiler warnings for X509AFRonnie Sahlberg1-1/+3
svn path=/trunk/; revision=12289
2004-10-13final massaging to get rid of the last remaining compiler warnings for megacoRonnie Sahlberg1-7/+11
svn path=/trunk/; revision=12288
2004-10-12get rid of some more compiler warningsRonnie Sahlberg1-2/+1
svn path=/trunk/; revision=12287
2004-10-12massage the h248 files so that it compiles with asn2eth without warningsRonnie Sahlberg2-25/+61
svn path=/trunk/; revision=12286
2004-10-12Pretify EventName and SignalNameAnders Broman3-9/+100
svn path=/trunk/; revision=12270
2004-10-08Make the ber_sequence tables "const".Guy Harris3-6/+6
svn path=/trunk/; revision=12245
2004-10-07Get rid off h248-package-pcpAnders Broman4-157/+0
svn path=/trunk/; revision=12230
2004-10-07Handle dissection of some packagees Property ID:s, get rid of ↵Anders Broman1-10/+103
h248-package-bcp as there is only one parameter in this package. svn path=/trunk/; revision=12227
2004-10-05Add example template for how to add h248 extension packages to the megaco ↵Ronnie Sahlberg5-2/+193
dissector svn path=/trunk/; revision=12206
2004-10-05minor update preparations to have a dissector table for property identifiersRonnie Sahlberg3-2/+12
svn path=/trunk/; revision=12205
2004-10-05Set svn:keywords to Id to expand RCS IDs, and set svn:eol-style toGuy Harris40-682/+682
native to canonicalize line endings. svn path=/trunk/; revision=12203
2004-10-04Fix some editing misstakes from this morningAnders Broman1-153/+153
svn path=/trunk/; revision=12197
2004-10-04Updated packetname value string.Anders Broman1-1/+153
svn path=/trunk/; revision=12194
2004-10-03stub prettification of PackageNameRonnie Sahlberg3-1/+39
to be filled in by telco people svn path=/trunk/; revision=12193
2004-10-03prettify mtpAddressRonnie Sahlberg3-2/+46
svn path=/trunk/; revision=12188
2004-10-03new protocol : h248 Megaco v2Ronnie Sahlberg4-0/+1137
binary encoding svn path=/trunk/; revision=12186
2004-09-17add pkinit repliesRonnie Sahlberg3-8/+15
svn path=/trunk/; revision=12036
2004-09-17get rid of some more compiler warningsRonnie Sahlberg4-2/+9
svn path=/trunk/; revision=12034
2004-09-17squelch a compiler warning for UserNoticeRonnie Sahlberg3-1/+5
svn path=/trunk/; revision=12032
2004-09-17get rid of some compiler warnings for pkinitRonnie Sahlberg1-0/+2
svn path=/trunk/; revision=12024
2004-09-16new protocol PKIX1EXPLICITRonnie Sahlberg5-0/+1040
svn path=/trunk/; revision=12013
2004-09-16add new protocol PKIX1IMPLICITRonnie Sahlberg5-0/+544
svn path=/trunk/; revision=12012
2004-09-16add PKINIT protocolRonnie Sahlberg5-0/+301
svn path=/trunk/; revision=12011
2004-09-16update to X509AF to prepare for PKINITRonnie Sahlberg2-0/+3
svn path=/trunk/; revision=12010
2004-09-16Update to CMD to prepare for PKINIT supportRonnie Sahlberg5-3/+71
svn path=/trunk/; revision=12009
2004-09-13update x509af to use machinegenerated _PDU() dissectorsRonnie Sahlberg2-84/+13
svn path=/trunk/; revision=11990
2004-09-13use autogenerated _PDU functionsRonnie Sahlberg2-95/+18
svn path=/trunk/; revision=11988
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 Sahlberg5-10/+14
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-08-16From Ronnie Sahlberg: add dissection of the Teletext string type to theGuy Harris2-11/+16
DirectoryString choice in SelectedAttributeTypes. svn path=/trunk/; revision=11751
2004-08-15From Ronnie Sahlberg: Netscape certificate extensions.Gerald Combs4-0/+250
svn path=/trunk/; revision=11743
2004-07-29New protocol: PKCS#1 (rfc2313 pplus some extra oid's)Ronnie Sahlberg4-0/+206
svn path=/trunk/; revision=11566
2004-07-29add some algorithm oid's to x509af(for the time being)Ronnie Sahlberg1-0/+26
(only those that take no parameters for the time being) create a dummy ber oid callback for callbacks that are NULL svn path=/trunk/; revision=11565
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 Sahlberg5-195/+445
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-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 Sahlberg4-103/+192
most of cms is now implemented svn path=/trunk/; revision=11518
2004-07-24get rid of the remaining compiler warnings.Ronnie Sahlberg1-1/+4
x509af is now virtually complete (the attribute userPassword still needs an attribute dissector but after that, x509af is complete) svn path=/trunk/; revision=11510
2004-07-24Add a lot of missing attribute dissectorsRonnie Sahlberg3-6/+67
svn path=/trunk/; revision=11509
2004-07-24added the userCertificate and cAcertificate attributesRonnie Sahlberg2-2/+25
svn path=/trunk/; revision=11508
2004-07-24add dissection of the structure : ExtensionRonnie Sahlberg3-5/+60
svn path=/trunk/; revision=11507
2004-07-23telex and telephone number attributesRonnie Sahlberg2-22/+71
svn path=/trunk/; revision=11484
2004-07-23Remove a compiler warning for a parameter that is not usedRonnie Sahlberg1-1/+1
in the DirectoryString dissector svn path=/trunk/; revision=11483
2004-07-23add all the other (quite a lot of them) attributes that were of the type ↵Ronnie Sahlberg2-81/+419
DirectoryString (see how good it is to put markers for emacs macros in the files, it was pretty quick, wasnt it? i even tested the resulting code.) svn path=/trunk/; revision=11481
2004-07-23add dissection of DirectoryString, this unfortunately had to be done ↵Ronnie Sahlberg2-9/+83
manually inside the template. Also implement the attribute organizationName which is of this type. (Add magic comments so emacs-macros will be happy.) svn path=/trunk/; revision=11479
2004-07-23register ber oid functions through a special function in packet-ber.c which ↵Ronnie Sahlberg2-9/+2
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-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