• 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
..
cmd Loading commit data...
lib9 Loading commit data...
libbio Loading commit data...
libcgo Loading commit data...
libmach Loading commit data...
pkg Loading commit data...
Make.386 Loading commit data...
Make.amd64 Loading commit data...
Make.arm Loading commit data...
Make.cmd Loading commit data...
Make.conf Loading commit data...
Make.pkg Loading commit data...
all-arm.bash Loading commit data...
all-nacl.bash Loading commit data...
all.bash Loading commit data...
clean.bash Loading commit data...
make.bash Loading commit data...
quietgcc.bash Loading commit data...
run.bash Loading commit data...
sudo.bash Loading commit data...