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

Issue 5753060: code review 5753060: deps: allow crypto/x509 cgo and io/ioutil. (Closed)

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

Description

deps: allow crypto/x509 cgo and io/ioutil. In order to land 5700087 (which moves the knowledge of how to get the root certificates for the system from crypto/tls to crypto/x509), we need to relax the restrictions on crypto/x509. Afterwards, we can probably tighten them up in crypto/tls.

Patch Set 1 #

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

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

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

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

Messages

Total messages: 4
agl1
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 2 months ago (2012-03-06 18:09:19 UTC) #1
rsc
LGTM
13 years, 2 months ago (2012-03-06 18:19:18 UTC) #2
mkrautz
LGTM
13 years, 2 months ago (2012-03-06 19:28:41 UTC) #3
agl1
13 years, 2 months ago (2012-03-06 22:18:16 UTC) #4
*** Submitted as http://code.google.com/p/go/source/detail?r=3d22f43c0b98 ***

deps: allow crypto/x509 cgo and io/ioutil.

In order to land 5700087 (which moves the knowledge of how to get the
root certificates for the system from crypto/tls to crypto/x509), we
need to relax the restrictions on crypto/x509. Afterwards, we can
probably tighten them up in crypto/tls.

R=golang-dev, rsc, krautz
CC=golang-dev
http://codereview.appspot.com/5753060
Sign in to reply to this message.

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