• Adam Langley's avatar
    asn1: Fixes and additions to marshalling · 95e08bde
    Adam Langley authored
    Marshalling:
    * Fixes several silly bugs.
    * Support the RawContents type.
    * Support the RawValue type.
    * Recurse into nested interface{}.
    
    Both directions:
    * Better handling of SETs. You can now tag an element in a
      structure with "set" to get the correct tag for serialisation.
    * For types that aren't in a structure, you can now name them
      with "SET" on the end.
    * SETs are no longer implicitly treated as SEQUENCEs.
    
    R=rsc
    CC=golang-dev
    https://golang.org/cl/201049
    95e08bde
Name
Last commit
Last update
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
misc Loading commit data...
pkg Loading commit data...
src Loading commit data...
test Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
README Loading commit data...
favicon.ico Loading commit data...