<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/aagbsn/torflow, branch 4271-integrity-checking</title>
<subtitle>Aaron's torflow repository</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/aagbsn/torflow.git/'/>
<entry>
<title>4271 integrity checking</title>
<updated>2011-10-22T04:44:49+00:00</updated>
<author>
<name>aagbsn</name>
<email>aagbsn@extc.org</email>
</author>
<published>2011-10-22T04:42:55+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/aagbsn/torflow.git/commit/?id=de4ae238be787abd0eb4a60b4817dcc57732cecf'/>
<id>de4ae238be787abd0eb4a60b4817dcc57732cecf</id>
<content type='text'>
Add logging when SSL verification fails, and discard the download

TODO: determine if we should make more noise
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add logging when SSL verification fails, and discard the download

TODO: determine if we should make more noise
</pre>
</div>
</content>
</entry>
<entry>
<title>4271 integrity checking</title>
<updated>2011-10-22T00:15:00+00:00</updated>
<author>
<name>aagbsn</name>
<email>aagbsn@extc.org</email>
</author>
<published>2011-10-22T00:15:00+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/aagbsn/torflow.git/commit/?id=db6e38b412d817e8e831a7ba0f236a4a24ebc451'/>
<id>db6e38b412d817e8e831a7ba0f236a4a24ebc451</id>
<content type='text'>
add import ssl...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
add import ssl...
</pre>
</div>
</content>
</entry>
<entry>
<title>4271 integrity checking</title>
<updated>2011-10-21T23:29:17+00:00</updated>
<author>
<name>aagbsn</name>
<email>aagbsn@extc.org</email>
</author>
<published>2011-10-21T23:29:17+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/aagbsn/torflow.git/commit/?id=2edb54e73e333cd3492a4e0951d668276b2cbe21'/>
<id>2edb54e73e333cd3492a4e0951d668276b2cbe21</id>
<content type='text'>
It turns out that a self-signed cert will work just fine if it is
in the ca_certs file.

TODO: find some way of verifying this is the right cert :-)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It turns out that a self-signed cert will work just fine if it is
in the ca_certs file.

TODO: find some way of verifying this is the right cert :-)
</pre>
</div>
</content>
</entry>
<entry>
<title>4271 integrity checking</title>
<updated>2011-10-21T23:26:35+00:00</updated>
<author>
<name>aagbsn</name>
<email>aagbsn@extc.org</email>
</author>
<published>2011-10-21T23:26:35+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/aagbsn/torflow.git/commit/?id=9777894756cbc074711c52b26103d33d1e7ded48'/>
<id>9777894756cbc074711c52b26103d33d1e7ded48</id>
<content type='text'>
Place the opener registration call somewhere after the class definition.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Place the opener registration call somewhere after the class definition.
</pre>
</div>
</content>
</entry>
<entry>
<title>4271 - add https integrity checking</title>
<updated>2011-10-20T07:48:49+00:00</updated>
<author>
<name>aagbsn</name>
<email>aagbsn@extc.org</email>
</author>
<published>2011-10-20T07:48:49+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/aagbsn/torflow.git/commit/?id=7c8618affdab03eb6b0639c8b4fa10639f069a6f'/>
<id>7c8618affdab03eb6b0639c8b4fa10639f069a6f</id>
<content type='text'>
The blog post at:
http://thejosephturner.com/blog/2011/03/19/\
https-certificate-verification-in-python-with-urllib2/

describes how to do HTTPS certificate verification with urllib2

Note: it seems that the self-signed cert used does not have a CA; we
will need to resolve this.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The blog post at:
http://thejosephturner.com/blog/2011/03/19/\
https-certificate-verification-in-python-with-urllib2/

describes how to do HTTPS certificate verification with urllib2

Note: it seems that the self-signed cert used does not have a CA; we
will need to resolve this.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add --help option for snakeinspector.py</title>
<updated>2011-10-15T18:04:32+00:00</updated>
<author>
<name>Sathyanarayanan Gunasekaran</name>
<email>gsathya.ceg@gmail.com</email>
</author>
<published>2011-10-15T18:04:32+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/aagbsn/torflow.git/commit/?id=fe8acab9265870133bd76b2da9b52c1788461b10'/>
<id>fe8acab9265870133bd76b2da9b52c1788461b10</id>
<content type='text'>
Use --help to view usage.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use --help to view usage.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add --help Option</title>
<updated>2011-10-15T17:45:23+00:00</updated>
<author>
<name>Sathyanarayanan Gunasekaran</name>
<email>gsathya.ceg@gmail.com</email>
</author>
<published>2011-10-15T17:45:23+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/aagbsn/torflow.git/commit/?id=28a9c344d69a571ad5c5205a43f7314781617e47'/>
<id>28a9c344d69a571ad5c5205a43f7314781617e47</id>
<content type='text'>
Using --help gives the list of
options required for SoaT.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using --help gives the list of
options required for SoaT.
</pre>
</div>
</content>
</entry>
<entry>
<title>Check cmdline arguments</title>
<updated>2011-10-15T17:30:05+00:00</updated>
<author>
<name>Sathyanarayanan Gunasekaran</name>
<email>gsathya.ceg@gmail.com</email>
</author>
<published>2011-10-09T12:38:55+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/aagbsn/torflow.git/commit/?id=b5e88e2785aadbbfe50aae87521a436e8e1a4b32'/>
<id>b5e88e2785aadbbfe50aae87521a436e8e1a4b32</id>
<content type='text'>
Make sure the commandline arguments are correct
before proceding. If not, show error message and
correct usage.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make sure the commandline arguments are correct
before proceding. If not, show error message and
correct usage.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added usage() function</title>
<updated>2011-10-15T17:30:05+00:00</updated>
<author>
<name>Sathyanarayanan Gunasekaran</name>
<email>gsathya.ceg@gmail.com</email>
</author>
<published>2011-10-09T10:42:50+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/aagbsn/torflow.git/commit/?id=059298f7cf0d3a96a74b966552ebe06992e8dfee'/>
<id>059298f7cf0d3a96a74b966552ebe06992e8dfee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Submodule...</title>
<updated>2011-10-01T00:23:48+00:00</updated>
<author>
<name>Mike Perry</name>
<email>mikeperry-git@fscked.org</email>
</author>
<published>2011-10-01T00:23:48+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/aagbsn/torflow.git/commit/?id=87ac7f972a4dc603046538b6ada6456e64057a65'/>
<id>87ac7f972a4dc603046538b6ada6456e64057a65</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
