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

Issue 5532090: code review 5532090: crypto/tls: add FreeBSD root certificate location (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 3 months ago by minux1
Modified:
12 years, 3 months ago
Reviewers:
brainman
CC:
golang-dev, bradfitz
Visibility:
Public.

Description

crypto/tls: add FreeBSD root certificate location Fixes issue 2721.

Patch Set 1 #

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

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

Messages

Total messages: 6
minux1
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
12 years, 3 months ago (2012-01-18 17:40:02 UTC) #1
bradfitz
LGTM On Wed, Jan 18, 2012 at 9:40 AM, <minux.ma@gmail.com> wrote: > Reviewers: golang-dev_googlegroups.com, > ...
12 years, 3 months ago (2012-01-18 17:58:34 UTC) #2
bradfitz
But not sure how much this matters. When you install the ca_root_nss port, it prompts ...
12 years, 3 months ago (2012-01-18 18:01:57 UTC) #3
bradfitz
*** Submitted as http://code.google.com/p/go/source/detail?r=41777f1070e9 *** crypto/tls: add FreeBSD root certificate location Fixes issue 2721. R=golang-dev, ...
12 years, 3 months ago (2012-01-18 18:02:59 UTC) #4
minux1
On Thu, Jan 19, 2012 at 2:01 AM, Brad Fitzpatrick <bradfitz@golang.org>wrote: > But not sure ...
12 years, 3 months ago (2012-01-19 07:01:59 UTC) #5
brainman
12 years, 3 months ago (2012-01-19 23:20:53 UTC) #6
On Thursday, 19 January 2012 18:01:37 UTC+11, minux wrote:
>
>
> I'm also wondering should we added a info/warning to initDefaultRoots() in 
> case that the default ca certs can't be found?
>
>
I share your concerns. Windows version of initDefaultRoots could fail in 
many places for many different reasons. None of it will be known to the 
user, because all errors are ignored.

For example, expired certificates and such might be OK to ignore. But it 
would help user to know that fact when his connection fails with 
"certificate not found" error. "Surely, I had this certificate in my store. 
Somewhere. ..." (looking puzzled <g>).

Alex
Sign in to reply to this message.

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