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

Issue 1917044: code review 1917044: crypto/x509: unwrap Subject Key Identifier (Closed)

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

Description

crypto/x509: unwrap Subject Key Identifier RFC 5280, 4.2.1.2 says: SubjectKeyIdentifier ::= KeyIdentifier KeyIdentifier ::= OCTET STRING Previously, we were failing to unwrap the second level of OCTET STRING encoding. Fixes issue 993.

Patch Set 1 #

Patch Set 2 : code review 1917044: crypto/x509: unwrap Subject Key Identifier #

Patch Set 3 : code review 1917044: crypto/x509: unwrap Subject Key Identifier #

Patch Set 4 : code review 1917044: crypto/x509: unwrap Subject Key Identifier #

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

Messages

Total messages: 4
agl1
15 years ago (2010-08-03 15:55:32 UTC) #1
rsc
LGTM thanks
15 years ago (2010-08-03 16:03:11 UTC) #2
agl1
Hello rsc (cc: golang-dev@googlegroups.com), I'd like you to review this change.
15 years ago (2010-08-03 16:26:47 UTC) #3
agl1
15 years ago (2010-08-03 16:26:53 UTC) #4
*** Submitted as http://code.google.com/p/go/source/detail?r=302e6a62c1b7 ***

crypto/x509: unwrap Subject Key Identifier

RFC 5280, 4.2.1.2 says:
  SubjectKeyIdentifier ::= KeyIdentifier
  KeyIdentifier ::= OCTET STRING

Previously, we were failing to unwrap the second level of OCTET STRING
encoding.

Fixes issue 993.

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

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