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

Issue 149770044: code review 149770044: crypto/x509: accept CRLs without an expiry. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 7 months ago by agl1
Modified:
9 years, 7 months ago
Reviewers:
CC:
bradfitz, golang-codereviews
Visibility:
Public.

Description

crypto/x509: accept CRLs without an expiry. RFC5280 says that the nextUpdate field is optional. Fixes issue 8085.

Patch Set 1 #

Patch Set 2 : diff -r ab3588ba2386c8f1275eba5466236494f6e3bd47 https://code.google.com/p/go #

Patch Set 3 : diff -r ab3588ba2386c8f1275eba5466236494f6e3bd47 https://code.google.com/p/go #

Patch Set 4 : diff -r ab3588ba2386c8f1275eba5466236494f6e3bd47 https://code.google.com/p/go #

Patch Set 5 : diff -r 502bc645846ac98aa2c51f2eba930e045aa7b0e9 https://code.google.com/p/go #

Patch Set 6 : diff -r 598ab781a39edb6bf9dd4167800c3463943e8b05 https://code.google.com/p/go #

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

Messages

Total messages: 5
agl1
Hello bradfitz@golang.org (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
9 years, 7 months ago (2014-09-19 22:28:51 UTC) #1
bradfitz
What's with the Raw addition? We're in the Go 1.4 freeze now. Does this fix ...
9 years, 7 months ago (2014-09-21 02:17:27 UTC) #2
agl1
On 2014/09/21 02:17:27, bradfitz wrote: > What's with the Raw addition? Gah, thanks. A leftover ...
9 years, 7 months ago (2014-09-22 22:02:18 UTC) #3
bradfitz
I think this is fine if it fixes a bug and the Raw addition was ...
9 years, 7 months ago (2014-09-22 22:15:45 UTC) #4
agl1
9 years, 7 months ago (2014-09-29 19:26:58 UTC) #5
*** Submitted as https://code.google.com/p/go/source/detail?r=2080ff7fb64e ***

crypto/x509: accept CRLs without an expiry.

RFC5280 says that the nextUpdate field is optional.

Fixes issue 8085.

R=bradfitz
CC=golang-codereviews
https://codereview.appspot.com/149770044
Sign in to reply to this message.

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