<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cryptography.git/docs/hazmat/primitives/padding.rst, branch dependabot/github_actions/actions/setup-python-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>Fix typo: ANSI X.923 to ANSI X9.23 (#5989)</title>
<updated>2021-04-20T11:31:31+00:00</updated>
<author>
<name>Yang Yang</name>
<email>wdscxsj@gmail.com</email>
</author>
<published>2021-04-20T11:31:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=0c4caa295e28aec37b4d76702f9779451ec7927d'/>
<id>0c4caa295e28aec37b4d76702f9779451ec7927d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>allow bytes-like for padding (#5462)</title>
<updated>2020-09-14T00:04:18+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2020-09-14T00:04:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=1a9e2e1ad7d4c7aadbad24d447896e74177f6fd7'/>
<id>1a9e2e1ad7d4c7aadbad24d447896e74177f6fd7</id>
<content type='text'>
this doesn't improve efficiency in any way (copies galore!), but it does
make it consistent between a cipher context and a padding context</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this doesn't improve efficiency in any way (copies galore!), but it does
make it consistent between a cipher context and a padding context</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed anchor for URL (#4670)</title>
<updated>2019-01-02T01:46:13+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2019-01-02T01:46:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=e6f8d79ba4000e33cb022725e26762264654018b'/>
<id>e6f8d79ba4000e33cb022725e26762264654018b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>switch to py3 on docs job (#4230)</title>
<updated>2018-05-12T19:17:06+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2018-05-12T19:17:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=056c9ddc412fb23b81d3192f9f4e2403982ef09a'/>
<id>056c9ddc412fb23b81d3192f9f4e2403982ef09a</id>
<content type='text'>
* switch to py3 on docs job

* somehow unicode isn't a word
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* switch to py3 on docs job

* somehow unicode isn't a word
</pre>
</div>
</content>
</entry>
<entry>
<title>let's talk about bits baby (#3956)</title>
<updated>2017-10-11T11:49:57+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2017-10-11T11:49:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=1aac78c4d036d20e8892f3861ea947cadf6ab739'/>
<id>1aac78c4d036d20e8892f3861ea947cadf6ab739</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>reorder the primitives list and improve a few titles (#3640)</title>
<updated>2017-05-29T22:09:05+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2017-05-29T22:09:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=0db218e7d89dfb07c01c5891bea91aa5c8a4ae15'/>
<id>0db218e7d89dfb07c01c5891bea91aa5c8a4ae15</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>Fix docs to clarify the less than 256 limit for Padding(). (#3099)</title>
<updated>2016-08-24T13:02:11+00:00</updated>
<author>
<name>Terry Chia</name>
<email>terrycwk1994@gmail.com</email>
</author>
<published>2016-08-24T13:02:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=9db255d031431b2259cc86a6ba91b3ff3e89ef94'/>
<id>9db255d031431b2259cc86a6ba91b3ff3e89ef94</id>
<content type='text'>
* Fix docs to clarify the less than 256 limit.

* Add "inclusive".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix docs to clarify the less than 256 limit.

* Add "inclusive".
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove provider language from docs (#3072)</title>
<updated>2016-07-31T13:49:59+00:00</updated>
<author>
<name>Gabriel Orisaka</name>
<email>orisaka@gmail.com</email>
</author>
<published>2016-07-31T13:49:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=617fe4b487485d993def60e9e35175c8e4d229ac'/>
<id>617fe4b487485d993def60e9e35175c8e4d229ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add version in the doc</title>
<updated>2016-03-15T13:35:19+00:00</updated>
<author>
<name>Cédric Krier</name>
<email>ced@b2ck.com</email>
</author>
<published>2016-03-15T13:35:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=6cfd9192b7c76dce2979e72f77fae2d653d58ebe'/>
<id>6cfd9192b7c76dce2979e72f77fae2d653d58ebe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
