Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(71)

Issue 242136: Refactor ASN1 parsing/serializationg (Closed)

Created:
11 years, 2 months ago by rafaelw
Modified:
9 years, 7 months ago
Reviewers:
Aaron Boodman, wtc
CC:
chromium-reviews_googlegroups.com, Chris Evans
Visibility:
Public.

Description

Refactor ASN1 parsing/serialization Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=28223

Patch Set 1 #

Total comments: 29

Patch Set 2 : cr changes #

Total comments: 6

Patch Set 3 : more cr changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+574 lines, -633 lines) Patch
M base/base.gyp View 1 1 chunk +1 line, -0 lines 0 comments Download
M base/crypto/rsa_private_key.h View 1 2 1 chunk +127 lines, -0 lines 0 comments Download
A base/crypto/rsa_private_key.cc View 1 1 chunk +375 lines, -0 lines 0 comments Download
M base/crypto/rsa_private_key_mac.cc View 1 2 chunks +6 lines, -230 lines 0 comments Download
M base/crypto/rsa_private_key_nss.cc View 1 2 3 chunks +19 lines, -104 lines 0 comments Download
M base/crypto/rsa_private_key_win.cc View 1 2 4 chunks +45 lines, -299 lines 0 comments Download
M base/crypto/signature_creator_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
rafaelw
11 years, 2 months ago (2009-10-03 00:18:02 UTC) #1
rafaelw
+wtc (cc)
11 years, 2 months ago (2009-10-03 00:25:12 UTC) #2
rafaelw
+cevans (also cc)
11 years, 2 months ago (2009-10-03 00:28:56 UTC) #3
Aaron Boodman
http://codereview.chromium.org/242136/diff/1/4 File base/crypto/rsa_private_key.h (right): http://codereview.chromium.org/242136/diff/1/4#newcode27 Line 27: // Used internally by RSAPrivateKeyInfo for serializing and ...
11 years, 2 months ago (2009-10-03 00:44:09 UTC) #4
wtc
Rafael, Since Aaron did a detailed review, I did a cursory review. I have some ...
11 years, 2 months ago (2009-10-05 18:59:08 UTC) #5
rafaelw
Based on Aaron's comment about simply reversing the order of component integers for the windows ...
11 years, 2 months ago (2009-10-06 21:57:47 UTC) #6
Aaron Boodman
Nice work. http://codereview.chromium.org/242136/diff/2004/2007 File base/crypto/rsa_private_key.h (right): http://codereview.chromium.org/242136/diff/2004/2007#newcode43 Line 43: bool Export(std::vector<uint8>* output); Put some comments ...
11 years, 2 months ago (2009-10-06 23:36:26 UTC) #7
Aaron Boodman
http://codereview.chromium.org/242136/diff/2004/2007 File base/crypto/rsa_private_key.h (right): http://codereview.chromium.org/242136/diff/2004/2007#newcode42 Line 42: explicit PrivateKeyInfoCodec(bool big_endian) : big_endian_(big_endian) {} On this ...
11 years, 2 months ago (2009-10-06 23:42:02 UTC) #8
rafaelw
http://codereview.chromium.org/242136/diff/2004/2007 File base/crypto/rsa_private_key.h (right): http://codereview.chromium.org/242136/diff/2004/2007#newcode42 Line 42: explicit PrivateKeyInfoCodec(bool big_endian) : big_endian_(big_endian) {} On 2009/10/06 ...
11 years, 2 months ago (2009-10-07 00:50:32 UTC) #9
Aaron Boodman
Cool. LGTM.
11 years, 2 months ago (2009-10-07 00:59:35 UTC) #10
wtc
11 years, 2 months ago (2009-10-07 02:38:27 UTC) #11
Rafael,

I don't have time to review this CL again, so please
feel free to ignore any of my suggested changes.

Powered by Google App Engine
This is Rietveld 408576698