Skip to content

Commit 2a853a2

Browse files
committed
Clarify that ASN.1 structures should be DER-encoded
1 parent 762fa4d commit 2a853a2

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
@@ -4477,7 +4477,7 @@ <h4>Operations</h4>
44774477
</li>
44784478
<li>
44794479
<p>
4480-
Let |result| be set to |data|.
4480+
Let |result| be the result of DER-encoding |data|.
44814481
</p>
44824482
</li>
44834483
</ol>
@@ -4543,7 +4543,7 @@ <h4>Operations</h4>
45434543
</li>
45444544
<li>
45454545
<p>
4546-
Let |result| be set to |data|.
4546+
Let |result| be the result of DER-encoding |data|.
45474547
</p>
45484548
</li>
45494549
</ol>
@@ -5500,7 +5500,7 @@ <h4>Operations</h4>
55005500
</li>
55015501
<li>
55025502
<p>
5503-
Let |result| be set to |data|.
5503+
Let |result| be the result of DER-encoding |data|.
55045504
</p>
55055505
</li>
55065506
</ol>
@@ -5566,7 +5566,7 @@ <h4>Operations</h4>
55665566
</li>
55675567
<li>
55685568
<p>
5569-
Let |result| be set to |data|.
5569+
Let |result| be the result of DER-encoding |data|.
55705570
</p>
55715571
</li>
55725572
</ol>
@@ -6526,7 +6526,7 @@ <h4>Operations</h4>
65266526
</li>
65276527
<li>
65286528
<p>
6529-
Let |result| be set to |data|.
6529+
Let |result| be the result of DER-encoding |data|.
65306530
</p>
65316531
</li>
65326532
</ol>
@@ -6592,7 +6592,7 @@ <h4>Operations</h4>
65926592
</li>
65936593
<li>
65946594
<p>
6595-
Let |result| be set to |data|.
6595+
Let |result| be the result of DER-encoding |data|.
65966596
</p>
65976597
</li>
65986598
</ol>
@@ -8149,7 +8149,7 @@ <h4>Operations</h4>
81498149
</li>
81508150
<li>
81518151
<p>
8152-
Let |result| be set to |data|.
8152+
Let |result| be the result of DER-encoding |data|.
81538153
</p>
81548154
</li>
81558155
</ol>
@@ -8304,7 +8304,7 @@ <h4>Operations</h4>
83048304
</li>
83058305
<li>
83068306
<p>
8307-
Let |result| be set to |data|.
8307+
Let |result| be the result of DER-encoding |data|.
83088308
</p>
83098309
</li>
83108310
</ol>
@@ -10774,7 +10774,7 @@ <h4>Operations</h4>
1077410774
</li>
1077510775
<li>
1077610776
<p>
10777-
Let |result| be set to |data|.
10777+
Let |result| be the result of DER-encoding |data|.
1077810778
</p>
1077910779
</li>
1078010780
</ol>
@@ -10827,7 +10827,7 @@ <h4>Operations</h4>
1082710827
</li>
1082810828
<li>
1082910829
<p>
10830-
Let |result| be set to |data|.
10830+
Let |result| be the result of DER-encoding |data|.
1083110831
</p>
1083210832
</li>
1083310833
</ol>
@@ -11614,7 +11614,7 @@ <h4>Operations</h4>
1161411614
</li>
1161511615
<li>
1161611616
<p>
11617-
Let |result| be set to |data|.
11617+
Let |result| be the result of DER-encoding |data|.
1161811618
</p>
1161911619
</li>
1162011620
</ol>
@@ -11667,7 +11667,7 @@ <h4>Operations</h4>
1166711667
</li>
1166811668
<li>
1166911669
<p>
11670-
Let |result| be set to |data|.
11670+
Let |result| be the result of DER-encoding |data|.
1167111671
</p>
1167211672
</li>
1167311673
</ol>

0 commit comments

Comments
 (0)