<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cryptography.git/docs/development/custom-vectors, branch 2.3.1</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>Update URLs for new pypi! (#4194)</title>
<updated>2018-04-15T23:41:11+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2018-04-15T23:41:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=3414f5c8854cf78ed748f4075aee3933d026cf2d'/>
<id>3414f5c8854cf78ed748f4075aee3933d026cf2d</id>
<content type='text'>
* Update URLs for new pypi!

* trailing slash

* grump
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Update URLs for new pypi!

* trailing slash

* grump
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed import path in go script (#4075)</title>
<updated>2018-01-07T00:39:57+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2018-01-07T00:39:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=15cc998c1f60880b6177c506d89f3349201d765b'/>
<id>15cc998c1f60880b6177c506d89f3349201d765b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add 1200 byte HKDF test vector and a generator/verifier for it (#4074)</title>
<updated>2018-01-06T21:00:28+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2018-01-06T21:00:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=323f2ad66befb13ec3b31b5ab99c9448b9a6b067'/>
<id>323f2ad66befb13ec3b31b5ab99c9448b9a6b067</id>
<content type='text'>
* add 1200 byte HKDF test vector and a generator/verifier for it

* exit non-zero when failing

* ugh
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* add 1200 byte HKDF test vector and a generator/verifier for it

* exit non-zero when failing

* ugh
</pre>
</div>
</content>
</entry>
<entry>
<title>Random flake8 cleanups for the latest release (#3242)</title>
<updated>2016-11-15T04:27:31+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2016-11-15T04:27:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=7ff4c8fe2400244a2e6e2a86bc015b2025907b5a'/>
<id>7ff4c8fe2400244a2e6e2a86bc015b2025907b5a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Last pass over fixing the links (#3224)</title>
<updated>2016-11-06T15:13:35+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2016-11-06T15:13:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=e51236d7c0b5432f3e79fc025de6c9c8eb28f210'/>
<id>e51236d7c0b5432f3e79fc025de6c9c8eb28f210</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add RSA OAEP SHA2 vectors via custom vector creation (#2829)</title>
<updated>2016-06-02T22:11:03+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2016-06-02T22:11:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=3079299eab48366de44b103125335ece4016dd8e'/>
<id>3079299eab48366de44b103125335ece4016dd8e</id>
<content type='text'>
* add RSA OAEP SHA2 vectors via custom vector creation

* update the docs

* retab

* remove sha2 oaep support (it will be added again in another PR)

* add header to each vector file

* Add Java 8 Bouncy Castle based verification of RSA-OAEP SHA-2 test vectors (#4)

* Update Java verifier to skip past test vector file header if present (#5)

* Update Java verifier to skip past test vector file header if present

* Fix tabs vs. space whitespace

* generate sha1 oaep permutations as well + verify support in java

* address review feedback
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* add RSA OAEP SHA2 vectors via custom vector creation

* update the docs

* retab

* remove sha2 oaep support (it will be added again in another PR)

* add header to each vector file

* Add Java 8 Bouncy Castle based verification of RSA-OAEP SHA-2 test vectors (#4)

* Update Java verifier to skip past test vector file header if present (#5)

* Update Java verifier to skip past test vector file header if present

* Fix tabs vs. space whitespace

* generate sha1 oaep permutations as well + verify support in java

* address review feedback
</pre>
</div>
</content>
</entry>
<entry>
<title>use the non-deprecated name for this function</title>
<updated>2015-12-19T17:44:36+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2015-12-19T17:44:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=d242ebbfd73a5b0aeb085e903cadbe4f13b5d63d'/>
<id>d242ebbfd73a5b0aeb085e903cadbe4f13b5d63d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix pep8 lint errors</title>
<updated>2015-11-28T10:48:24+00:00</updated>
<author>
<name>Ehren Kret</name>
<email>ehren.kret@gmail.com</email>
</author>
<published>2015-11-28T10:48:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=48f180173e947c128b625b9264f66720060e4585'/>
<id>48f180173e947c128b625b9264f66720060e4585</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for 160 bit ARC4 keys</title>
<updated>2015-11-28T10:22:19+00:00</updated>
<author>
<name>Ehren Kret</name>
<email>ehren.kret@gmail.com</email>
</author>
<published>2015-11-28T10:16:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=d01c20fb29dc3a6ba53accd3bd561c05715f62c9'/>
<id>d01c20fb29dc3a6ba53accd3bd561c05715f62c9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Docs for custom secp256k1 vectors</title>
<updated>2015-05-03T17:14:50+00:00</updated>
<author>
<name>Alex Stapleton</name>
<email>alexs@prol.etari.at</email>
</author>
<published>2015-05-03T10:38:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=e54478f5194474ea1be4f4a3e3ca2dde9b3df2ed'/>
<id>e54478f5194474ea1be4f4a3e3ca2dde9b3df2ed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
