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

Issue 4119057: code review 4119057: crypto/tls: load a chain of certificates from a file. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 1 month ago by agl1
Modified:
14 years, 1 month ago
Reviewers:
CC:
golang-dev, r2
Visibility:
Public.

Description

crypto/tls: load a chain of certificates from a file. Many recently issued certificates are chained: there's one or more intermediate certificates between the host certificate and the root CA certificate. This change causes the code to load any number of certificates from the certificate file. This matches the behaviour of common webservers, and the output of OpenSSL's command line tools.

Patch Set 1 #

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

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

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

Patch Set 5 : diff -r 5b014ff57c09 https://go.googlecode.com/hg/ #

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

Messages

Total messages: 3
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/
14 years, 1 month ago (2011-02-05 15:36:14 UTC) #1
r2
LGTM
14 years, 1 month ago (2011-02-05 17:32:18 UTC) #2
agl1
14 years, 1 month ago (2011-02-05 18:54:37 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=ab944f788448 ***

crypto/tls: load a chain of certificates from a file.

Many recently issued certificates are chained: there's one or more
intermediate certificates between the host certificate and the root CA
certificate. This change causes the code to load any number of
certificates from the certificate file. This matches the behaviour of
common webservers, and the output of OpenSSL's command line tools.

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

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