]> Cypherpunks repositories - gostls13.git/commit
crypto/rsa: change public exponent from 3 to 65537
authorAdam Langley <agl@golang.org>
Wed, 26 Oct 2011 14:41:24 +0000 (10:41 -0400)
committerAdam Langley <agl@golang.org>
Wed, 26 Oct 2011 14:41:24 +0000 (10:41 -0400)
commit4403e6b6d871fdae0e0bf108fd659bd6fa4b84e2
treeedb29651f1483c91671e7e3fc97f649ba5ddc409
parentc3733b29d494995859bb6d6241797f67ece4c53d
crypto/rsa: change public exponent from 3 to 65537

Although there's still no concrete security reason not to use 3, I
think Bleichenbacher has convinced me that it's a useful defense and
it's what everyone else does.

R=bradfitz, rsc
CC=golang-dev
https://golang.org/cl/5307060
src/pkg/crypto/rsa/rsa.go