Skip to content

Commit

Permalink
Changed type of AttestStatement.value to ANY
Browse files Browse the repository at this point in the history
  • Loading branch information
ounsworth committed Jul 8, 2023
1 parent 0773e9f commit 413c31b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CSR-ATTESTATION-2023.asn
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ attestCertsAttribute ATTRIBUTE ::= {
AttestStatement ::= SEQUENCE
{
type OBJECT IDENTIFIER,
value OCTET STRING
value ANY
}

END
2 changes: 1 addition & 1 deletion draft-ounsworth-csr-attestation.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ definition.
~~~
AttestStatement ::= SEQUENCE {
type OBJECT IDENTIFIER,
value OCTET STRING
value ANY
}
~~~

Expand Down

0 comments on commit 413c31b

Please sign in to comment.