projects
/
platform
/
upstream
/
libtasn1.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
138b907
)
change asn1_create_element interface
author
Fabio Fiorina
<fiorinaf@gnutls.org>
Mon, 3 Feb 2003 22:03:55 +0000
(22:03 +0000)
committer
Fabio Fiorina
<fiorinaf@gnutls.org>
Mon, 3 Feb 2003 22:03:55 +0000
(22:03 +0000)
tests/Test_tree.asn
patch
|
blob
|
history
diff --git
a/tests/Test_tree.asn
b/tests/Test_tree.asn
index
1026dff
..
657090c
100644
(file)
--- a/
tests/Test_tree.asn
+++ b/
tests/Test_tree.asn
@@
-10,10
+10,20
@@
DEFINITIONS IMPLICIT TAGS ::=
BEGIN
Sequence1 ::= SEQUENCE{
- int1 INTEGER DEFAULT -5,
- int2 INTEGER
+ int1 [0] INTEGER DEFAULT -5,
+ int2 INTEGER,
+ seq SET OF INTEGER,
+ id OBJECT IDENTIFIER,
+ oct OCTET STRING
}
+id-octetTest1 OBJECT IDENTIFIER ::= {1 2 3 4}
+
+Sequence_octetTest1 ::= SEQUENCE{
+ int INTEGER
+}
+
+
SequenceTestAny ::= SEQUENCE{
i INTEGER,
subjectPublicKeyInfo SubjectPublicKeyInfo