1. 10 Jan, 2014 8 commits
  2. 09 Jan, 2014 13 commits
  3. 08 Jan, 2014 8 commits
  4. 07 Jan, 2014 10 commits
  5. 06 Jan, 2014 1 commit
    • Adam Langley's avatar
      crypto/rsa: support unpadded signatures. · 78c16c9b
      Adam Langley authored
      Usually when a message is signed it's first hashed because RSA has low
      limits on the size of messages that it can sign. However, some
      protocols sign short messages directly. This isn't a great idea because
      the messages that can be signed suddenly depend on the size of the RSA
      key, but several people on golang-nuts have requested support for
      this and it's very easy to do.
      
      R=golang-codereviews, rsc
      CC=golang-codereviews
      https://golang.org/cl/44400043
      78c16c9b