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

Issue 4291075: code review 4291075: asn1: extensions needed for parsing Kerberos (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, rsc1, r
Visibility:
Public.

Description

asn1: extensions needed for parsing Kerberos * Adds support for GENERAL STRING * Adds support for APPLICATION tagged values. * Add UnmarshalWithParams to set parameters for the top-level structure

Patch Set 1 #

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

Total comments: 2

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+42 lines, -5 lines) Patch
M src/pkg/asn1/asn1.go View 1 2 6 chunks +32 lines, -2 lines 0 comments Download
M src/pkg/asn1/asn1_test.go View 1 1 chunk +2 lines, -1 line 0 comments Download
M src/pkg/asn1/common.go View 1 4 chunks +8 lines, -2 lines 0 comments Download

Messages

Total messages: 5
agl1
14 years, 1 month ago (2011-03-28 21:08:13 UTC) #1
rsc1
LGTM
14 years, 1 month ago (2011-03-28 21:10:12 UTC) #2
r
LGTM http://codereview.appspot.com/4291075/diff/2001/src/pkg/asn1/asn1.go File src/pkg/asn1/asn1.go (right): http://codereview.appspot.com/4291075/diff/2001/src/pkg/asn1/asn1.go#newcode725 src/pkg/asn1/asn1.go:725: // which allow the encoding to change midstring ...
14 years, 1 month ago (2011-03-28 21:10:50 UTC) #3
agl1
Hello golang-dev@googlegroups.com, rsc1, r (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-03-29 14:32:55 UTC) #4
agl1
14 years, 1 month ago (2011-03-29 14:33:55 UTC) #5
*** Submitted as http://code.google.com/p/go/source/detail?r=d76a9f7be92a ***

asn1: extensions needed for parsing Kerberos

* Adds support for GENERAL STRING
* Adds support for APPLICATION tagged values.
* Add UnmarshalWithParams to set parameters for the top-level
  structure

R=golang-dev, rsc1, r
CC=golang-dev
http://codereview.appspot.com/4291075

http://codereview.appspot.com/4291075/diff/2001/src/pkg/asn1/asn1.go
File src/pkg/asn1/asn1.go (right):

http://codereview.appspot.com/4291075/diff/2001/src/pkg/asn1/asn1.go#newcode725
src/pkg/asn1/asn1.go:725: // which allow the encoding to change midstring and
On 2011/03/28 21:10:50, r wrote:
> s/which/that/

Done.
Sign in to reply to this message.

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