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

Issue 7970044: initial insanity::pkix code

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 1 month ago by Brian Smith
Modified:
10 years, 11 months ago
Reviewers:
cviecco, Ryan Sleevi
CC:
dkeeler, wtc
Base URL:
https://hg.mozilla.org/users/bsmith_mozilla.com/insanity
Visibility:
Public.

Description

initial insanity::pkix code

Patch Set 1 #

Patch Set 2 : Import NSS's cmd/vfychain/vfychain.c #

Patch Set 3 : Convert vfychain.c to C++ and get it to build without warnings or errors #

Total comments: 3

Patch Set 4 : Add key extraction and signature verification #

Total comments: 3

Patch Set 5 : Add TrustDomain #

Total comments: 4

Patch Set 6 : add basic building and verification #

Total comments: 4

Patch Set 7 : basic constraints #

Patch Set 8 : key usage #

Patch Set 9 : extended key usage #

Total comments: 2

Patch Set 10 : Import NSS's ocsp.c and ocsp.h #

Patch Set 11 : Improve OCSP reseponse verification and request generation #

Total comments: 2

Patch Set 12 : OCSP #

Total comments: 1

Patch Set 13 : name constraints #

Patch Set 14 : Expose ExtractPublicKey #

Patch Set 15 : certificate policies #

Patch Set 16 : policy constraints #

Patch Set 17 : inhibit anyPolicy #

Unified diffs Side-by-side diffs Delta from patch set Stats (+58 lines, -0 lines) Patch
M lib/pkixbuild.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -0 lines 0 comments Download
M lib/pkixcheck.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +55 lines, -0 lines 0 comments Download
M lib/pkixutil.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 6
dkeeler
https://codereview.appspot.com/7970044/diff/4007/lib/pkixbuild.cpp File lib/pkixbuild.cpp (right): https://codereview.appspot.com/7970044/diff/4007/lib/pkixbuild.cpp#newcode55 lib/pkixbuild.cpp:55: switch (SECOidTag tag = SECOID_FindOIDTag(&ext->id)) { gcc-4.6.3 gives me ...
11 years, 1 month ago (2013-03-27 18:53:58 UTC) #1
Ryan Sleevi
Ah, unfortunately it appears that upload.py is only taking the delta from the previous patchset, ...
11 years ago (2013-04-05 02:21:36 UTC) #2
Brian Smith
On 2013/04/05 02:21:36, Ryan Sleevi wrote: > If you're using upload.py (and it seems you ...
11 years ago (2013-04-11 19:07:59 UTC) #3
cviecco
Looks good. One general comment: should optional arguments come with default values? https://codereview.appspot.com/7970044/diff/10001/test/pkixvfychain.cpp File test/pkixvfychain.cpp ...
11 years ago (2013-04-29 21:16:19 UTC) #4
cviecco
PLArena are prefrerred, correct? we should use int64_t or PRInt64 types instead of int64. https://codereview.appspot.com/7970044/diff/7003/lib/pkixocsp.cpp ...
10 years, 12 months ago (2013-05-01 18:34:44 UTC) #5
cviecco
10 years, 11 months ago (2013-05-06 20:20:58 UTC) #6
https://codereview.appspot.com/7970044/diff/19007/lib/pkixbuild.cpp
File lib/pkixbuild.cpp (right):

https://codereview.appspot.com/7970044/diff/19007/lib/pkixbuild.cpp#newcode40
lib/pkixbuild.cpp:40: case 37: out = &encodedExtendedKeyUsage; continue;
BUG!!!! is break not a continue.
Sign in to reply to this message.

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