Commit c3b3b32
Make digestAlgorithm parameters optional
Make `digestAlgorithm.parameters` optional per modern specs.
https://datatracker.ietf.org/doc/html/rfc5280#section-4.1.1.2
```
AlgorithmIdentifier ::= SEQUENCE {
algorithm OBJECT IDENTIFIER,
parameters ANY DEFINED BY algorithm OPTIONAL
}
```1 parent 6f70043 commit c3b3b32
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
| 171 | + | |
171 | 172 | | |
172 | 173 | | |
173 | 174 | | |
| |||
0 commit comments