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

Issue 22130044: Migrate X509 time representation

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 5 months ago by ekasper
Modified:
10 years, 5 months ago
Reviewers:
Eran
CC:
ctlog-opensource-review_google.com
Visibility:
Public.

Description

Migrate X509 time representation

Patch Set 1 #

Patch Set 2 : revert unwanted change #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -40 lines) Patch
M src/python/Makefile View 1 chunk +1 line, -0 lines 0 comments Download
M src/python/ct/crypto/my_asn1/types.py View 1 chunk +0 lines, -12 lines 0 comments Download
M src/python/ct/crypto/my_asn1/x509.py View 2 chunks +3 lines, -2 lines 0 comments Download
A + src/python/ct/crypto/my_asn1/x509_time.py View 5 chunks +19 lines, -25 lines 2 comments Download
A + src/python/ct/crypto/my_asn1/x509_time_test.py View 2 chunks +2 lines, -1 line 0 comments Download

Messages

Total messages: 3
ekasper
More straightforward migration.
10 years, 5 months ago (2013-11-07 15:07:54 UTC) #1
Eran
LGTM, one minor comment below. https://codereview.appspot.com/22130044/diff/20001/src/python/ct/crypto/my_asn1/x509_time.py File src/python/ct/crypto/my_asn1/x509_time.py (right): https://codereview.appspot.com/22130044/diff/20001/src/python/ct/crypto/my_asn1/x509_time.py#newcode10 src/python/ct/crypto/my_asn1/x509_time.py:10: class BaseTime(types.ASN1String): Why does ...
10 years, 5 months ago (2013-11-07 16:07:43 UTC) #2
ekasper
10 years, 5 months ago (2013-11-07 16:19:37 UTC) #3
https://codereview.appspot.com/22130044/diff/20001/src/python/ct/crypto/my_as...
File src/python/ct/crypto/my_asn1/x509_time.py (right):

https://codereview.appspot.com/22130044/diff/20001/src/python/ct/crypto/my_as...
src/python/ct/crypto/my_asn1/x509_time.py:10: class BaseTime(types.ASN1String):
On 2013/11/07 16:07:43, Eran wrote:
> Why does it extend an ASN.1 String?

Because time, in ASN.1, is a string.
http://www.obj-sys.com/asn1tutorial/node14.html

(This is carry-over from types.py).
Sign in to reply to this message.

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