<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cryptography.git/docs/x509, branch goddamnit</title>
<subtitle>github.com: pyca/cryptography.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/'/>
<entry>
<title>Fix typo (#4829)</title>
<updated>2019-04-03T01:02:17+00:00</updated>
<author>
<name>Ofek Lev</name>
<email>ofekmeister@gmail.com</email>
</author>
<published>2019-04-03T01:02:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=8be924fa68ca6dd360d5f3df4206817b953290fc'/>
<id>8be924fa68ca6dd360d5f3df4206817b953290fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>full state or province name (#4758)</title>
<updated>2019-02-20T10:33:48+00:00</updated>
<author>
<name>itinerarium</name>
<email>itinerarium@users.noreply.github.com</email>
</author>
<published>2019-02-20T10:33:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=ffae50797e09d19563f1ece884e8c139e6f55013'/>
<id>ffae50797e09d19563f1ece884e8c139e6f55013</id>
<content type='text'>
CA -&gt; California

6.3.5 of ITU-T X.520 (10/2016) provides a spelled out sample state. In other contexts, hints generally suggest the "full name" of a state or province.

A spelled out state in the sample code might be more consistent with general usage.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CA -&gt; California

6.3.5 of ITU-T X.520 (10/2016) provides a spelled out sample state. In other contexts, hints generally suggest the "full name" of a state or province.

A spelled out state in the sample code might be more consistent with general usage.</pre>
</div>
</content>
</entry>
<entry>
<title>consistently linky RFC in the docs (#4716)</title>
<updated>2019-01-18T21:19:34+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2019-01-18T21:19:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=e5463ccb335149da72e455473af920b1dea453cf'/>
<id>e5463ccb335149da72e455473af920b1dea453cf</id>
<content type='text'>
* consistently linky RFC in the docs

* oops
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* consistently linky RFC in the docs

* oops
</pre>
</div>
</content>
</entry>
<entry>
<title>add signature_hash_algorithm to OCSPResponse (#4681)</title>
<updated>2019-01-10T23:37:03+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2019-01-10T23:37:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=60f264b0f293bfded7a0b4395715669d355a6185'/>
<id>60f264b0f293bfded7a0b4395715669d355a6185</id>
<content type='text'>
* add signature_hash_algorithm to OCSPResponse

* fix pointless asserts
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* add signature_hash_algorithm to OCSPResponse

* fix pointless asserts
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove spaces from RFC 4514 strings for better compliance (#4643) (#4646)</title>
<updated>2018-12-17T23:26:40+00:00</updated>
<author>
<name>Marti Raudsepp</name>
<email>marti@juffo.org</email>
</author>
<published>2018-12-17T23:26:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=824155743fe3087bb2b2116ad3a8a363f550f9ab'/>
<id>824155743fe3087bb2b2116ad3a8a363f550f9ab</id>
<content type='text'>
RFC 4514 does not explicitly allow whitespace between separators:
https://tools.ietf.org/html/rfc4514

Reported-by: David Arnold &lt;dar@xoe.solutions&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
RFC 4514 does not explicitly allow whitespace between separators:
https://tools.ietf.org/html/rfc4514

Reported-by: David Arnold &lt;dar@xoe.solutions&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Add RFC 4514 Distinguished Name formatting for Name, RDN and NameAttribute (#4304)</title>
<updated>2018-12-08T01:26:07+00:00</updated>
<author>
<name>Marti Raudsepp</name>
<email>marti@juffo.org</email>
</author>
<published>2018-12-08T01:26:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=c3d38b5d80a955aee4b160bb97464a20c4992da7'/>
<id>c3d38b5d80a955aee4b160bb97464a20c4992da7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>IssuingDistributionPoint support (parse only) (#4552)</title>
<updated>2018-12-01T04:15:20+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2018-12-01T04:15:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=eb3e2e0d73c86d876d48aa6bde9fcf01c761c98f'/>
<id>eb3e2e0d73c86d876d48aa6bde9fcf01c761c98f</id>
<content type='text'>
* IssuingDistributionPoint support

h/t to Irina Renteria for the initial work here

* python 2 unfortunately still exists

* py2 repr

* typo caught by flake8

* add docs

* review feedback

* reorder args, other fixes

* use the alex name

* add changelog
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* IssuingDistributionPoint support

h/t to Irina Renteria for the initial work here

* python 2 unfortunately still exists

* py2 repr

* typo caught by flake8

* add docs

* review feedback

* reorder args, other fixes

* use the alex name

* add changelog
</pre>
</div>
</content>
</entry>
<entry>
<title>OCSP response builder (#4485)</title>
<updated>2018-10-28T21:36:34+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2018-10-28T21:36:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=e617c5a047b60204ab049a1ffe432310bb406055'/>
<id>e617c5a047b60204ab049a1ffe432310bb406055</id>
<content type='text'>
* ocsp response builder

* better prose

* review changes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ocsp response builder

* better prose

* review changes
</pre>
</div>
</content>
</entry>
<entry>
<title>add IDP OID and docs (#4533)</title>
<updated>2018-10-28T18:07:40+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2018-10-28T18:07:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=6e756aec9c91a8350208050b0a3775ea63891cfd'/>
<id>6e756aec9c91a8350208050b0a3775ea63891cfd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>simplify some language (#4495)</title>
<updated>2018-10-10T04:02:55+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2018-10-10T04:02:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=838bc4a95cd2d027fc5c165c07e8ac1039dd7192'/>
<id>838bc4a95cd2d027fc5c165c07e8ac1039dd7192</id>
<content type='text'>
* simplify some language

* Update reference.rst

* wrap

* remove trailing whitespace

the github web editor is bad and should feel bad
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* simplify some language

* Update reference.rst

* wrap

* remove trailing whitespace

the github web editor is bad and should feel bad
</pre>
</div>
</content>
</entry>
</feed>
