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

Issue 34770043: Remove old ASN.1 code

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:
cltog-opensource-review_google.com
Visibility:
Public.

Description

Remove old ASN.1 code

Patch Set 1 #

Patch Set 2 : add missing files #

Total comments: 9

Patch Set 3 : add todo #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2333 lines, -4233 lines) Patch
M src/python/Makefile View 1 2 2 chunks +2 lines, -6 lines 0 comments Download
M src/python/README View 1 chunk +0 lines, -1 line 0 comments Download
M src/python/ct/crypto/asn1/oid.py View 6 chunks +147 lines, -82 lines 0 comments Download
M src/python/ct/crypto/asn1/oid_test.py View 1 chunk +67 lines, -14 lines 0 comments Download
A + src/python/ct/crypto/asn1/tag.py View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/python/ct/crypto/asn1/tag_test.py View 1 1 chunk +1 line, -1 line 0 comments Download
A + src/python/ct/crypto/asn1/type_test_base.py View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M src/python/ct/crypto/asn1/types.py View 4 chunks +1241 lines, -206 lines 0 comments Download
M src/python/ct/crypto/asn1/types_test.py View 1 chunk +627 lines, -89 lines 0 comments Download
M src/python/ct/crypto/asn1/x509.py View 2 chunks +48 lines, -95 lines 0 comments Download
M src/python/ct/crypto/asn1/x509_extension.py View 1 chunk +30 lines, -97 lines 0 comments Download
D src/python/ct/crypto/asn1/x509_extension_test.py View 1 chunk +0 lines, -45 lines 0 comments Download
M src/python/ct/crypto/asn1/x509_name.py View 2 chunks +107 lines, -355 lines 0 comments Download
D src/python/ct/crypto/asn1/x509_name_test.py View 1 chunk +0 lines, -22 lines 0 comments Download
M src/python/ct/crypto/asn1/x509_time.py View 4 chunks +50 lines, -43 lines 0 comments Download
M src/python/ct/crypto/asn1/x509_time_test.py View 2 chunks +13 lines, -8 lines 0 comments Download
M src/python/ct/crypto/cert.py View 1 chunk +2 lines, -2 lines 0 comments Download
D src/python/ct/crypto/my_asn1/__init__.py View 0 chunks +-1 lines, --1 lines 0 comments Download
D src/python/ct/crypto/my_asn1/oid.py View 1 chunk +0 lines, -304 lines 0 comments Download
D src/python/ct/crypto/my_asn1/oid_test.py View 1 chunk +0 lines, -79 lines 0 comments Download
D src/python/ct/crypto/my_asn1/tag.py View 1 chunk +0 lines, -107 lines 0 comments Download
D src/python/ct/crypto/my_asn1/tag_test.py View 1 chunk +0 lines, -56 lines 0 comments Download
D src/python/ct/crypto/my_asn1/type_test_base.py View 1 chunk +0 lines, -96 lines 0 comments Download
D src/python/ct/crypto/my_asn1/types.py View 1 chunk +0 lines, -1378 lines 0 comments Download
D src/python/ct/crypto/my_asn1/types_test.py View 1 chunk +0 lines, -668 lines 0 comments Download
D src/python/ct/crypto/my_asn1/x509.py View 1 chunk +0 lines, -74 lines 0 comments Download
D src/python/ct/crypto/my_asn1/x509_extension.py View 1 chunk +0 lines, -48 lines 0 comments Download
D src/python/ct/crypto/my_asn1/x509_name.py View 1 chunk +0 lines, -150 lines 0 comments Download
D src/python/ct/crypto/my_asn1/x509_time.py View 1 chunk +0 lines, -152 lines 0 comments Download
D src/python/ct/crypto/my_asn1/x509_time_test.py View 1 chunk +0 lines, -57 lines 0 comments Download
M src/python/ct/crypto/name.py View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 5
ekasper
Nothing to see here, really, just getting rid of old, unused code. Note that x509_name_test.py ...
10 years, 5 months ago (2013-11-28 13:57:51 UTC) #1
Eran
I'm a bit confused: Are the files in ct/crypto/asn1/ being moved to ct/crypto/my_asn1 ? For ...
10 years, 5 months ago (2013-11-28 16:47:40 UTC) #2
ekasper
On 2013/11/28 16:47:40, Eran wrote: > I'm a bit confused: Are the files in ct/crypto/asn1/ ...
10 years, 5 months ago (2013-11-28 17:45:15 UTC) #3
ekasper
https://codereview.appspot.com/34770043/diff/20001/src/python/Makefile File src/python/Makefile (right): https://codereview.appspot.com/34770043/diff/20001/src/python/Makefile#newcode14 src/python/Makefile:14: PYTHONPATH=$(PYTHONPATH):. ./ct/crypto/asn1/tag_test.py On 2013/11/28 16:47:40, Eran wrote: > We ...
10 years, 5 months ago (2013-11-28 17:46:46 UTC) #4
Eran
10 years, 5 months ago (2013-11-28 20:45:00 UTC) #5
Please do send out two separate patches for review - you could still commit them
as one change moving files around. It's rather confusing otherwise.
Sign in to reply to this message.

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