|
|
9 лет назад | |
|---|---|---|
| asn1tools | 9 лет назад | |
| client | 9 лет назад | |
| config | 9 лет назад | |
| crypto | 9 лет назад | |
| keytab | 9 лет назад | |
| messages | 9 лет назад | |
| testdata | 9 лет назад | |
| testenv | 9 лет назад | |
| types | 9 лет назад | |
| .gitignore | 9 лет назад | |
| LICENSE | 9 лет назад | |
| README.md | 9 лет назад | |
| debug.go | 9 лет назад |
This is work in progress and does not yet work...
| Issue | Worked around? | References |
|---|---|---|
| Cannot unmarshal into slice of asn1.RawValue | Yes | https://github.com/golang/go/issues/17321 |
| Cannot marshal into a GeneralString | Yes - using https://github.com/jcmturner/asn1 | https://github.com/golang/go/issues/18832 |
| Cannot marshal into slice of strings and pass stringtype parameter tags to members | Yes - using https://github.com/jcmturner/asn1 | https://github.com/golang/go/issues/18834 |
| Cannot marshal with application tags | Yes |