<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cryptography.git/tests, branch 0.2.x</title>
<subtitle>github.com: pyca/cryptography.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/'/>
<entry>
<title>remove trailing newline that snuck in</title>
<updated>2014-02-22T18:17:22+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2014-02-22T18:17:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=593262fad0a16000ef8a9155f4938d6ddb917480'/>
<id>593262fad0a16000ef8a9155f4938d6ddb917480</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add_osrandom_engine should be safe to call multiple times</title>
<updated>2014-02-22T18:04:38+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2014-02-22T17:59:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=bee60012bf6ab7c67648595e4c316c259882bfbb'/>
<id>bee60012bf6ab7c67648595e4c316c259882bfbb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #644 from reaperhulk/bytes-pkcs-loader</title>
<updated>2014-02-20T15:39:28+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2014-02-20T15:39:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=337779b6f214c3e72fdae8e96465e772491bcb8f'/>
<id>337779b6f214c3e72fdae8e96465e772491bcb8f</id>
<content type='text'>
Change PKCS1 loader to load bytes for examples</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change PKCS1 loader to load bytes for examples</pre>
</div>
</content>
</entry>
<entry>
<title>these examples should be bytes to be consistent with other loaders</title>
<updated>2014-02-19T22:32:31+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2014-02-19T22:32:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=26811800a7ef162b7e868ca50856fb1a243d5ed6'/>
<id>26811800a7ef162b7e868ca50856fb1a243d5ed6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add OpenSSL PEM vector docs</title>
<updated>2014-02-19T20:53:21+00:00</updated>
<author>
<name>Alex Stapleton</name>
<email>alexs@prol.etari.at</email>
</author>
<published>2014-02-15T21:33:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=52e40488aa434453a04c6545a472d4bf3918311a'/>
<id>52e40488aa434453a04c6545a472d4bf3918311a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add GnuTLS OpenSSL compatibility test keys</title>
<updated>2014-02-19T20:50:29+00:00</updated>
<author>
<name>Alex Stapleton</name>
<email>alexs@prol.etari.at</email>
</author>
<published>2014-02-15T21:07:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=574ad9aad1c8df7d499f73a7a3f7c12a036b5fbf'/>
<id>574ad9aad1c8df7d499f73a7a3f7c12a036b5fbf</id>
<content type='text'>
key1.pem is encrypted with the password `123456`

key2.pem is encrypted with the password `a123456`

From commit GnuTLS commit f16ef39ef0303b02d7fa590a37820440c466ce8d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
key1.pem is encrypted with the password `123456`

key2.pem is encrypted with the password `a123456`

From commit GnuTLS commit f16ef39ef0303b02d7fa590a37820440c466ce8d
</pre>
</div>
</content>
</entry>
<entry>
<title>Add testrsa.pem from the OpenSSL repo</title>
<updated>2014-02-19T20:50:29+00:00</updated>
<author>
<name>Alex Stapleton</name>
<email>alexs@prol.etari.at</email>
</author>
<published>2014-02-15T20:18:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=e06b67718ce3402030dfcdae87a981a572d7982e'/>
<id>e06b67718ce3402030dfcdae87a981a572d7982e</id>
<content type='text'>
Found in test/testrsa.pem. Has been around since the SSLeay fork.

testrsa-encrypted.pem was encrypted with AES128 using OpenSSL
1.0.1e-3ubuntu1.1 under the password `password`.

The command used was:

openssl rsa -in testrsa.pem -out testrsa-encrypted.pem -aes128
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Found in test/testrsa.pem. Has been around since the SSLeay fork.

testrsa-encrypted.pem was encrypted with AES128 using OpenSSL
1.0.1e-3ubuntu1.1 under the password `password`.

The command used was:

openssl rsa -in testrsa.pem -out testrsa-encrypted.pem -aes128
</pre>
</div>
</content>
</entry>
<entry>
<title>Explicitly pass the key parameters instead of using **kwargs.  Now we don't have to pop some stuff.</title>
<updated>2014-02-19T17:57:16+00:00</updated>
<author>
<name>David Reid</name>
<email>dreid@dreid.org</email>
</author>
<published>2014-02-19T17:57:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=9318a1436f25ac31dacde04b5c783c5f652d62ab'/>
<id>9318a1436f25ac31dacde04b5c783c5f652d62ab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #636 from reaperhulk/rsa-signature-loader</title>
<updated>2014-02-19T17:33:49+00:00</updated>
<author>
<name>David Reid</name>
<email>dreid@dreid.org</email>
</author>
<published>2014-02-19T17:33:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=d750e9b3ded1bdae43a3bbd99b1f463c75317a2b'/>
<id>d750e9b3ded1bdae43a3bbd99b1f463c75317a2b</id>
<content type='text'>
Expand PKCS1 loader to load PKCS1 v1.5 and PSS signature examples</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Expand PKCS1 loader to load PKCS1 v1.5 and PSS signature examples</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed TOTP test vectors.</title>
<updated>2014-02-18T15:26:11+00:00</updated>
<author>
<name>Ayrx</name>
<email>terrycwk1994@gmail.com</email>
</author>
<published>2014-02-18T15:26:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=933dd686855b32928b34d4fbeb8b55ba48d0a1ce'/>
<id>933dd686855b32928b34d4fbeb8b55ba48d0a1ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
