<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cryptography.git/docs, branch 2.3</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>min_tag_length is an int (#4351)</title>
<updated>2018-07-17T16:15:55+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2018-07-17T16:15:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=c563b576b3bba4a93f8f47272759b29f182dea13'/>
<id>c563b576b3bba4a93f8f47272759b29f182dea13</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>raise ValueError on zero length GCM IV (#4348)</title>
<updated>2018-07-17T14:56:12+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2018-07-17T14:56:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=12a1cacb6ae6de51a003dcc884e769854a1345a8'/>
<id>12a1cacb6ae6de51a003dcc884e769854a1345a8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>disallow implicit tag truncation with finalize_with_tag (#4342)</title>
<updated>2018-07-17T13:49:03+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2018-07-17T13:49:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=d4378e42937b56f473ddade2667f919ce32208cb'/>
<id>d4378e42937b56f473ddade2667f919ce32208cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add crl.get_revoked_certificate method (#4331)</title>
<updated>2018-07-16T15:19:51+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2018-07-16T15:19:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=5d187402775bcb7bc8b0da1d972d36bf9ad9dbff'/>
<id>5d187402775bcb7bc8b0da1d972d36bf9ad9dbff</id>
<content type='text'>
* add crl.get_revoked_certificate method

* lexicographic is the best ographic

* rename
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* add crl.get_revoked_certificate method

* lexicographic is the best ographic

* rename
</pre>
</div>
</content>
</entry>
<entry>
<title>document one shot AEAD length restrictions (#4322)</title>
<updated>2018-07-15T03:45:16+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2018-07-15T03:45:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=bb23c6c7cbb3f62f1b1b2480f9dc07c6beba3398'/>
<id>bb23c6c7cbb3f62f1b1b2480f9dc07c6beba3398</id>
<content type='text'>
* document one shot AEAD length restrictions

* write a test that won't consume infinity ram

continue to raise OverflowError since that's what cffi did.

* this applies to associated_data too

* remove unneeded arg

* review feedback on docs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* document one shot AEAD length restrictions

* write a test that won't consume infinity ram

continue to raise OverflowError since that's what cffi did.

* this applies to associated_data too

* remove unneeded arg

* review feedback on docs
</pre>
</div>
</content>
</entry>
<entry>
<title>document that an ECPublicNumbers object has some unexpected properties (#4319)</title>
<updated>2018-07-09T14:43:01+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2018-07-09T14:43:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=01c9dac7c0ac33fb3dd73ab32322f7fc1699c059'/>
<id>01c9dac7c0ac33fb3dd73ab32322f7fc1699c059</id>
<content type='text'>
* document that an ECPublicNumbers object has some unexpected properties

It is not guaranteed to be a valid point on the curve as that is not
checked until you convert it to a PublicKey object.

* different language

* move the text, make it a warning, alter the language

* new language
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* document that an ECPublicNumbers object has some unexpected properties

It is not guaranteed to be a valid point on the curve as that is not
checked until you convert it to a PublicKey object.

* different language

* move the text, make it a warning, alter the language

* new language
</pre>
</div>
</content>
</entry>
<entry>
<title>Make RelativeDistinguishedName preserve attribtue order (#4306)</title>
<updated>2018-07-09T13:11:18+00:00</updated>
<author>
<name>Marti Raudsepp</name>
<email>marti@juffo.org</email>
</author>
<published>2018-07-09T13:11:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=9e1873af35a2b530e71e1579b2d62c233b75ba26'/>
<id>9e1873af35a2b530e71e1579b2d62c233b75ba26</id>
<content type='text'>
Duplicate attributes now raise an error instead of silently discarding
duplicates.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Duplicate attributes now raise an error instead of silently discarding
duplicates.</pre>
</div>
</content>
</entry>
<entry>
<title>Make the docs clearer on why truncated tags are a bad idea (#4312)</title>
<updated>2018-07-06T03:04:46+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2018-07-06T03:04:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=d6256094b26d4563ec9969f2a301dcf671c0f24d'/>
<id>d6256094b26d4563ec9969f2a301dcf671c0f24d</id>
<content type='text'>
* Make the docs clearer on why truncated tags are a bad idea

* clarify
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Make the docs clearer on why truncated tags are a bad idea

* clarify
</pre>
</div>
</content>
</entry>
<entry>
<title>Add OID for RSASSA-PSS X.509 signature algorithm (RFC 4055) (#4294)</title>
<updated>2018-06-29T23:27:28+00:00</updated>
<author>
<name>Marti Raudsepp</name>
<email>marti@juffo.org</email>
</author>
<published>2018-06-29T23:27:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=3367806cd464fac96abd1b8416700ad174e8b64d'/>
<id>3367806cd464fac96abd1b8416700ad174e8b64d</id>
<content type='text'>
In 2005, IETF devised a more secure padding scheme to replace PKCS #1
v1.5. To make sure that nobody can easily support or use it, they
mandated lots of complicated parameters in the certificate, unlike any
other X.509 signature scheme.

https://tools.ietf.org/html/rfc4055

`_SIG_OIDS_TO_HASH` and `Certificate.signature_hash_algorithm` cannot be
supported as-is, because the hash algorithm is defined in the signature
algorithm parameters, not by the OID itself.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In 2005, IETF devised a more secure padding scheme to replace PKCS #1
v1.5. To make sure that nobody can easily support or use it, they
mandated lots of complicated parameters in the certificate, unlike any
other X.509 signature scheme.

https://tools.ietf.org/html/rfc4055

`_SIG_OIDS_TO_HASH` and `Certificate.signature_hash_algorithm` cannot be
supported as-is, because the hash algorithm is defined in the signature
algorithm parameters, not by the OID itself.</pre>
</div>
</content>
</entry>
<entry>
<title>Add py37 (#4298)</title>
<updated>2018-06-28T03:07:14+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2018-06-28T03:07:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=4ee1cb949767a882d56053cde922f260874f00c6'/>
<id>4ee1cb949767a882d56053cde922f260874f00c6</id>
<content type='text'>
* test against python 3.7 for windows

* update docs to say we test on 3.7

* more succinct

* maybe make this actually work.

* link properly

* moar changes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* test against python 3.7 for windows

* update docs to say we test on 3.7

* more succinct

* maybe make this actually work.

* link properly

* moar changes
</pre>
</div>
</content>
</entry>
</feed>
