blob: 78fc7788d376ddefb831c2779b7211dda4f2918a [file] [log] [blame] [view] [edit]
These files contain the binary DER encoding of the *values* of some
ASN.1 [`AlgorithmIdentifier`]s, without the outer `SEQUENCE` tag or the outer
length component.
These files were encoded with the help of [der-ascii]. They can be decoded
using:
```sh
go get github.com/google/der-ascii/cmd/der2ascii
der2ascii -i <filename> -o <filename>.ascii
```
New or modified der-ascii files can be encoded using:
```sh
go get github.com/google/der-ascii/cmd/ascii2der
ascii2der i <filename>.ascii -o <filename>
```
[`AlgorithmIdentifier`]: https://tools.ietf.org/html/rfc5280#section-4.1.1.2]
[der-ascii]: https://github.com/google/der-ascii