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

Issue 87670045: code review 87670045: crypto/x509: support SHA-512 by default. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years ago by agl1
Modified:
10 years ago
Reviewers:
gobot, bradfitz
CC:
golang-codereviews, bradfitz
Visibility:
Public.

Description

crypto/x509: support SHA-512 by default. Comodo are now using a SHA-384 signed intermediate. The crypto/x509 package seeks to import hash functions needed for typical operation without needing to import every hash function possible. Since a SHA-384 certificate is being used by Comodo, crypto/sha512 now appears to fall into the scope of "typical operation". R=bradfitz

Patch Set 1 #

Patch Set 2 : diff -r 7021258fb723 https://code.google.com/p/go #

Patch Set 3 : diff -r 7021258fb723 https://code.google.com/p/go #

Patch Set 4 : diff -r d76edbf70414 https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+124 lines, -0 lines) Patch
M src/pkg/crypto/x509/verify_test.go View 1 2 chunks +123 lines, -0 lines 0 comments Download
M src/pkg/crypto/x509/x509.go View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 6
agl1
Hello golang-codereviews@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go
10 years ago (2014-04-14 19:06:51 UTC) #1
bradfitz
LGTM On Mon, Apr 14, 2014 at 12:06 PM, <agl@golang.org> wrote: > Reviewers: golang-codereviews, > ...
10 years ago (2014-04-14 19:09:11 UTC) #2
agl1
*** Submitted as https://code.google.com/p/go/source/detail?r=8aad251d4bd1 *** crypto/x509: support SHA-512 by default. Comodo are now using a ...
10 years ago (2014-04-14 19:12:12 UTC) #3
gobot
This CL appears to have broken the windows-amd64 builder. See http://build.golang.org/log/b1e7559dd847e3ebaa3e0f0a50dcb6de780870d4
10 years ago (2014-04-14 19:44:58 UTC) #4
bradfitz
Broke both Windows builders. Looks real. On Mon, Apr 14, 2014 at 12:44 PM, <gobot@golang.org> ...
10 years ago (2014-04-14 19:46:51 UTC) #5
agl1
10 years ago (2014-04-14 20:05:44 UTC) #6
On Mon, Apr 14, 2014 at 12:46 PM, Brad Fitzpatrick <bradfitz@golang.org> wrote:
> Broke both Windows builders. Looks real.

Fixing. Just a question of chain truncation.


Cheers

AGL
Sign in to reply to this message.

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