1. 09 Dec, 2011 1 commit
  2. 08 Dec, 2011 12 commits
  3. 07 Dec, 2011 25 commits
  4. 06 Dec, 2011 2 commits
    • Adam Langley's avatar
      crypto: allocate less. · 554ac036
      Adam Langley authored
      The code in hash functions themselves could write directly into the
      output buffer for a savings of about 50ns. But it's a little ugly so I
      wasted a copy.
      
      R=bradfitz
      CC=golang-dev
      https://golang.org/cl/5440111
      554ac036
    • Dave Cheney's avatar
      exp/ssh: cleanup client auth tests · bf59f081
      Dave Cheney authored
      This CL cleans up the client auth tests, making the
      individual test body more manageable.
      
      Also, adds tests for rsa and dsa key negotiation.
      
      Finally, remove the package level use of the variable
      strings, which avoids conflicting with the strings pkg.
      
      R=gustav.paul, agl, n13m3y3r, rsc
      CC=golang-dev
      https://golang.org/cl/5447049
      bf59f081