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

Issue 5453067: code review 5453067: crypto/x509: if a parent cert has a raw subject, use it. (Closed)

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

Description

crypto/x509: if a parent cert has a raw subject, use it. This avoids a problem when creating certificates with parents that were produce by other code: the Go structures don't contain all the information about the various ASN.1 string types etc and so that information would otherwise be lost.

Patch Set 1 #

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -3 lines) Patch
M src/pkg/crypto/x509/x509.go View 1 1 chunk +8 lines, -3 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/
13 years, 4 months ago (2011-12-06 21:35:46 UTC) #1
rsc
LGTM
13 years, 4 months ago (2011-12-06 21:37:55 UTC) #2
agl1
13 years, 4 months ago (2011-12-06 21:43:28 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=ad6231845b03 ***

crypto/x509: if a parent cert has a raw subject, use it.

This avoids a problem when creating certificates with parents that
were produce by other code: the Go structures don't contain all the
information about the various ASN.1 string types etc and so that
information would otherwise be lost.

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

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