1. 24 Sep, 2010 1 commit
  2. 20 Sep, 2010 1 commit
    • Adam Langley's avatar
      Fix certificate validation. · 6989f6e3
      Adam Langley authored
      asn1: add support for T61String because this is the string type which
          several www.google.com certificates are now using for fields like
          CommonName
      tls: force a handshake in Dial so that certificates are ready
          afterwards.
      
      Fixes #1114.
      
      R=rsc
      CC=golang-dev
      https://golang.org/cl/2216043
      6989f6e3
  3. 19 Jul, 2010 1 commit
  4. 20 Jun, 2010 1 commit
  5. 10 Jun, 2010 1 commit
  6. 05 Feb, 2010 1 commit
    • 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
  7. 12 Jan, 2010 1 commit
  8. 15 Dec, 2009 1 commit
    • Robert Griesemer's avatar
      1) Change default gofmt default settings for · 5a1d3323
      Robert Griesemer authored
                        parsing and printing to new syntax.
      
                        Use -oldparser to parse the old syntax,
                        use -oldprinter to print the old syntax.
      
                     2) Change default gofmt formatting settings
                        to use tabs for indentation only and to use
                        spaces for alignment. This will make the code
                        alignment insensitive to an editor's tabwidth.
      
                        Use -spaces=false to use tabs for alignment.
      
                     3) Manually changed src/exp/parser/parser_test.go
                        so that it doesn't try to parse the parser's
                        source files using the old syntax (they have
                        new syntax now).
      
                     4) gofmt -w src misc test/bench
      
      	       1st set of files.
      
      R=rsc
      CC=agl, golang-dev, iant, ken2, r
      https://golang.org/cl/180047
      5a1d3323
  9. 20 Nov, 2009 1 commit
  10. 19 Nov, 2009 1 commit
  11. 18 Nov, 2009 1 commit
    • Adam Langley's avatar
      asn1: · 80b7f6a8
      Adam Langley authored
        * add Marshal
        * add BitString.RightAlign
        * change to using a *time.Time (from time.Time) since that's what
          the time package uses.
        * return the unparsed data from Unmarshal.
      
      R=rsc
      CC=golang-dev
      https://golang.org/cl/156047
      80b7f6a8
  12. 10 Nov, 2009 2 commits
  13. 09 Nov, 2009 1 commit
  14. 07 Nov, 2009 1 commit
  15. 06 Nov, 2009 1 commit
  16. 05 Nov, 2009 1 commit
  17. 13 Oct, 2009 1 commit
    • Adam Langley's avatar
      Add ASN.1 parser. · c071da4a
      Adam Langley authored
      R=rsc
      APPROVED=rsc
      DELTA=1459  (1459 added, 0 deleted, 0 changed)
      OCL=35389
      CL=35681
      c071da4a