Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(922)

Issue 5307060: code review 5307060: crypto/rsa: change public exponent from 3 to 65537 (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 5 months ago by agl1
Modified:
13 years, 5 months ago
Reviewers:
CC:
bradfitz, rsc, golang-dev
Visibility:
Public.

Description

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.

Patch Set 1 #

Patch Set 2 : diff -r e645ee53ce25 https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r e645ee53ce25 https://go.googlecode.com/hg/ #

Patch Set 4 : diff -r e645ee53ce25 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -9 lines) Patch
M src/pkg/crypto/rsa/rsa.go View 1 1 chunk +1 line, -9 lines 0 comments Download

Messages

Total messages: 4
agl1
Hello bradfitz@golang.org (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 5 months ago (2011-10-26 14:09:22 UTC) #1
rsc
LGTM
13 years, 5 months ago (2011-10-26 14:30:50 UTC) #2
bradfitz
LGTM On Wed, Oct 26, 2011 at 7:09 AM, <agl@golang.org> wrote: > Reviewers: bradfitz, > ...
13 years, 5 months ago (2011-10-26 14:34:21 UTC) #3
agl1
13 years, 5 months ago (2011-10-26 14:41:57 UTC) #4
*** Submitted as http://code.google.com/p/go/source/detail?r=3fe4f3f34e9b ***

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
http://codereview.appspot.com/5307060
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b