|
|
před 9 roky | |
|---|---|---|
| asn1tools | před 9 roky | |
| client | před 9 roky | |
| config | před 9 roky | |
| credentials | před 9 roky | |
| crypto | před 9 roky | |
| iana | před 9 roky | |
| keytab | před 9 roky | |
| messages | před 9 roky | |
| testdata | před 9 roky | |
| testenv | před 9 roky | |
| types | před 9 roky | |
| .gitignore | před 9 roky | |
| LICENSE | před 9 roky | |
| README.md | před 9 roky | |
| debug.go | před 9 roky |
This is work in progress and does not yet work...
Go version 1.8+ is needed.
| Issue | Worked around? | References |
|---|---|---|
| Golang's ASN1 package cannot unmarshal into slice of asn1.RawValue | Yes | https://github.com/golang/go/issues/17321 |
| Golang's ASN1 package cannot marshal into a GeneralString | Yes - using https://github.com/jcmturner/asn1 | https://github.com/golang/go/issues/18832 |
| Golang's ASN1 package 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 |
| Golang's ASN1 package cannot marshal with application tags | Yes |