<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cryptography.git/src/cryptography/hazmat/primitives/padding.py, branch 2.0</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>Raise padding block_size limit to what is allowed by the specs. (#3108)</title>
<updated>2016-11-15T01:56:02+00:00</updated>
<author>
<name>Terry Chia</name>
<email>terrycwk1994@gmail.com</email>
</author>
<published>2016-11-15T01:56:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=e9b87d5de47008ddf6fcc6e07deb662cbe376c64'/>
<id>e9b87d5de47008ddf6fcc6e07deb662cbe376c64</id>
<content type='text'>
* Raize padding block_size limit to what is allowed by the specs.

* Add tests for raising padding limits.

* Amend C code for padding check to use uint16_t instead of uint8_t.

* Fix test to work in Python 3.

* Fix typo.

* Fix another typo.

* Fix return type of the padding checks.

* Change hypothesis test on padding.

* Update comment.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Raize padding block_size limit to what is allowed by the specs.

* Add tests for raising padding limits.

* Amend C code for padding check to use uint16_t instead of uint8_t.

* Fix test to work in Python 3.

* Fix typo.

* Fix another typo.

* Fix return type of the padding checks.

* Change hypothesis test on padding.

* Update comment.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't use subclass</title>
<updated>2016-03-13T23:54:58+00:00</updated>
<author>
<name>Cédric Krier</name>
<email>ced@b2ck.com</email>
</author>
<published>2016-03-13T23:54:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=288027ee43494eff37ee2c558b3683ea94c769ff'/>
<id>288027ee43494eff37ee2c558b3683ea94c769ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make _padding and _check_padding abstractmethod</title>
<updated>2016-02-27T22:45:46+00:00</updated>
<author>
<name>Cédric Krier</name>
<email>ced@b2ck.com</email>
</author>
<published>2016-02-27T14:09:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=89d47907f112be41a9ea4e684af24d5a74c14336'/>
<id>89d47907f112be41a9ea4e684af24d5a74c14336</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add padding check for ANSI X.923</title>
<updated>2016-02-27T18:24:42+00:00</updated>
<author>
<name>Cédric Krier</name>
<email>ced@b2ck.com</email>
</author>
<published>2016-02-26T23:28:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=94f9ea25b50a3dd2592abfc63385989955e60e68'/>
<id>94f9ea25b50a3dd2592abfc63385989955e60e68</id>
<content type='text'>
All padding bytes must be 0.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All padding bytes must be 0.
</pre>
</div>
</content>
</entry>
<entry>
<title>Factorize out common byte padding</title>
<updated>2016-02-27T18:24:41+00:00</updated>
<author>
<name>Cédric Krier</name>
<email>ced@b2ck.com</email>
</author>
<published>2016-02-26T22:35:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=f8c230d1ab16905c64baa88322aa0bb4e8f094bd'/>
<id>f8c230d1ab16905c64baa88322aa0bb4e8f094bd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added support for padding ANSI X.923</title>
<updated>2016-02-27T18:24:40+00:00</updated>
<author>
<name>Cédric Krier</name>
<email>ced@b2ck.com</email>
</author>
<published>2016-02-26T17:40:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=bf0f464ab62d2e69ebfacd80fad2de46e862fcbc'/>
<id>bf0f464ab62d2e69ebfacd80fad2de46e862fcbc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>convert to cffi 1.0 precompile system</title>
<updated>2015-06-08T04:27:54+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2015-05-19T20:05:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=68b3b1ea8661b98c7afc3243e84c998601b70f18'/>
<id>68b3b1ea8661b98c7afc3243e84c998601b70f18</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move padding code into .c and .h files.</title>
<updated>2015-03-03T13:25:15+00:00</updated>
<author>
<name>Terry Chia</name>
<email>terrycwk1994@gmail.com</email>
</author>
<published>2015-03-03T13:25:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=695d140ae2effd17ace1eeaefe2f5bc204a9b391'/>
<id>695d140ae2effd17ace1eeaefe2f5bc204a9b391</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>move padding</title>
<updated>2015-02-13T18:27:07+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2015-02-13T15:06:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=4ab6059293fba1f60d0f6316dab2c64a7847e584'/>
<id>4ab6059293fba1f60d0f6316dab2c64a7847e584</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update the license header for every source file, as well as the documentation.</title>
<updated>2014-11-16T17:08:42+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2014-11-16T17:08:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=5951f46be60095a74546b318432417e51bfe0aab'/>
<id>5951f46be60095a74546b318432417e51bfe0aab</id>
<content type='text'>
Fixes #1209
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #1209
</pre>
</div>
</content>
</entry>
</feed>
