s4:torture: Adapt KDC canon test to Heimdal upstream changes
[samba.git] / source4 / heimdal / lib / asn1 / canthandle.asn1
1 -- $Id$ --
2
3 CANTHANDLE DEFINITIONS ::= BEGIN
4
5 --  Currently the compiler handles SET { ... } types, but does NOT sort
6 --  their members as should be done in the case of conforming DER encoders.
7 --  The workaround is to sort the members of such types manually in their
8 --  definitions.  See X.690, section 10.3, and X.680, section 8.6 for details.
9
10 --  Can't handle primitives in SET OF, causing the compiler to crash
11 --  Workaround is to define a type that is only an integer and use that
12
13 Baz ::= SET OF INTEGER
14
15 END