Skip to content

Commit 714f1b1

Browse files
committed
Clarify that ASN.1 structures should be DER-encoded
1 parent 1592746 commit 714f1b1

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

spec/Overview.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4475,7 +4475,7 @@ <h4>Operations</h4>
44754475
</li>
44764476
<li>
44774477
<p>
4478-
Let |result| be set to |data|.
4478+
Let |result| be the result of DER-encoding |data|.
44794479
</p>
44804480
</li>
44814481
</ol>
@@ -4541,7 +4541,7 @@ <h4>Operations</h4>
45414541
</li>
45424542
<li>
45434543
<p>
4544-
Let |result| be set to |data|.
4544+
Let |result| be the result of DER-encoding |data|.
45454545
</p>
45464546
</li>
45474547
</ol>
@@ -5498,7 +5498,7 @@ <h4>Operations</h4>
54985498
</li>
54995499
<li>
55005500
<p>
5501-
Let |result| be set to |data|.
5501+
Let |result| be the result of DER-encoding |data|.
55025502
</p>
55035503
</li>
55045504
</ol>
@@ -5564,7 +5564,7 @@ <h4>Operations</h4>
55645564
</li>
55655565
<li>
55665566
<p>
5567-
Let |result| be set to |data|.
5567+
Let |result| be the result of DER-encoding |data|.
55685568
</p>
55695569
</li>
55705570
</ol>
@@ -6524,7 +6524,7 @@ <h4>Operations</h4>
65246524
</li>
65256525
<li>
65266526
<p>
6527-
Let |result| be set to |data|.
6527+
Let |result| be the result of DER-encoding |data|.
65286528
</p>
65296529
</li>
65306530
</ol>
@@ -6590,7 +6590,7 @@ <h4>Operations</h4>
65906590
</li>
65916591
<li>
65926592
<p>
6593-
Let |result| be set to |data|.
6593+
Let |result| be the result of DER-encoding |data|.
65946594
</p>
65956595
</li>
65966596
</ol>
@@ -8147,7 +8147,7 @@ <h4>Operations</h4>
81478147
</li>
81488148
<li>
81498149
<p>
8150-
Let |result| be set to |data|.
8150+
Let |result| be the result of DER-encoding |data|.
81518151
</p>
81528152
</li>
81538153
</ol>
@@ -8302,7 +8302,7 @@ <h4>Operations</h4>
83028302
</li>
83038303
<li>
83048304
<p>
8305-
Let |result| be set to |data|.
8305+
Let |result| be the result of DER-encoding |data|.
83068306
</p>
83078307
</li>
83088308
</ol>
@@ -10772,7 +10772,7 @@ <h4>Operations</h4>
1077210772
</li>
1077310773
<li>
1077410774
<p>
10775-
Let |result| be set to |data|.
10775+
Let |result| be the result of DER-encoding |data|.
1077610776
</p>
1077710777
</li>
1077810778
</ol>
@@ -10825,7 +10825,7 @@ <h4>Operations</h4>
1082510825
</li>
1082610826
<li>
1082710827
<p>
10828-
Let |result| be set to |data|.
10828+
Let |result| be the result of DER-encoding |data|.
1082910829
</p>
1083010830
</li>
1083110831
</ol>
@@ -11612,7 +11612,7 @@ <h4>Operations</h4>
1161211612
</li>
1161311613
<li>
1161411614
<p>
11615-
Let |result| be set to |data|.
11615+
Let |result| be the result of DER-encoding |data|.
1161611616
</p>
1161711617
</li>
1161811618
</ol>
@@ -11665,7 +11665,7 @@ <h4>Operations</h4>
1166511665
</li>
1166611666
<li>
1166711667
<p>
11668-
Let |result| be set to |data|.
11668+
Let |result| be the result of DER-encoding |data|.
1166911669
</p>
1167011670
</li>
1167111671
</ol>

0 commit comments

Comments
 (0)