<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cryptography.git/docs, branch universal</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>support parsing bitstring values in DNs (#6629)</title>
<updated>2021-11-28T23:47:44+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2021-11-28T23:47:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=75be92de8e3bce9adcec42ef3967bed0d4500902'/>
<id>75be92de8e3bce9adcec42ef3967bed0d4500902</id>
<content type='text'>
* support bitstring values in DNs

parsing is limited to x500UniqueIdentifier only

* Update src/cryptography/x509/name.py

Co-authored-by: Alex Gaynor &lt;alex.gaynor@gmail.com&gt;

Co-authored-by: Alex Gaynor &lt;alex.gaynor@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* support bitstring values in DNs

parsing is limited to x500UniqueIdentifier only

* Update src/cryptography/x509/name.py

Co-authored-by: Alex Gaynor &lt;alex.gaynor@gmail.com&gt;

Co-authored-by: Alex Gaynor &lt;alex.gaynor@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>closes #6663 -- deprecate openssl 1.1.0 support (#6667)</title>
<updated>2021-11-28T04:12:47+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2021-11-28T04:12:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=bd7e6ad653bdbf928fbb581858d679df5c7cc0fd'/>
<id>bd7e6ad653bdbf928fbb581858d679df5c7cc0fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: fixed confusing typo on DSA docs (#6662)</title>
<updated>2021-11-27T00:15:38+00:00</updated>
<author>
<name>Natalia Maximo</name>
<email>iam@natalia.dev</email>
</author>
<published>2021-11-27T00:15:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=e91d3047e959c6961c8ea1d6bbc84bd76354f7a1'/>
<id>e91d3047e959c6961c8ea1d6bbc84bd76354f7a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>allow parsing of nonstandard country name and jurisdiction country name (#6641)</title>
<updated>2021-11-21T03:16:43+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2021-11-21T03:16:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=5bd0c10d500d57144db9cd0c46b80d3f6bd64dc3'/>
<id>5bd0c10d500d57144db9cd0c46b80d3f6bd64dc3</id>
<content type='text'>
The spec requires both of these to be exactly two characters to
correspond with ISO country codes. Reality is sometimes messier, so this
allows parsing (but not encoding) of this invalid data. Parsing will
raise a UserWarning if incorrect lengths are detected.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The spec requires both of these to be exactly two characters to
correspond with ISO country codes. Reality is sometimes messier, so this
allows parsing (but not encoding) of this invalid data. Parsing will
raise a UserWarning if incorrect lengths are detected.</pre>
</div>
</content>
</entry>
<entry>
<title>Update fernet docs to use latest Django recommendations (#6611)</title>
<updated>2021-11-16T03:44:52+00:00</updated>
<author>
<name>April King</name>
<email>april@pokeinthe.io</email>
</author>
<published>2021-11-16T03:44:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=a9fa8015aea38d76149ae74eafbdc2af4fa41941'/>
<id>a9fa8015aea38d76149ae74eafbdc2af4fa41941</id>
<content type='text'>
* Update fernet docs to use latest Django recommendations

* Err, remember how RST works</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Update fernet docs to use latest Django recommendations

* Err, remember how RST works</pre>
</div>
</content>
</entry>
<entry>
<title>add AES SIV vectors (#6608)</title>
<updated>2021-11-15T12:19:44+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2021-11-15T12:19:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=78c2dd8a04ecf9c18fb3d30987015391b31b55c8'/>
<id>78c2dd8a04ecf9c18fb3d30987015391b31b55c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>OCB3 support (#6607)</title>
<updated>2021-11-15T04:10:06+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2021-11-15T04:10:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=ffb40e622852b94e9e7ce45cd99a08acc1aedaee'/>
<id>ffb40e622852b94e9e7ce45cd99a08acc1aedaee</id>
<content type='text'>
* OCB3 support in aead package

* improve comment</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* OCB3 support in aead package

* improve comment</pre>
</div>
</content>
</entry>
<entry>
<title>add AES OCB3 test vectors (#6606)</title>
<updated>2021-11-15T01:50:13+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2021-11-15T01:50:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=c451c1df4e43361c740ec13da203439e9d5529bd'/>
<id>c451c1df4e43361c740ec13da203439e9d5529bd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>support attributes on csrs with an iterable (#6603)</title>
<updated>2021-11-14T11:20:11+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2021-11-14T11:20:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=b9b95952f59476610edf8e02dbe861797e05cbc7'/>
<id>b9b95952f59476610edf8e02dbe861797e05cbc7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow parsing CSR extensions with the critical bit having an explicitly encoded default (#6600)</title>
<updated>2021-11-13T21:42:10+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2021-11-13T21:42:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=4da2a68118840a6aeb7cdaa9bd880fb5c908a809'/>
<id>4da2a68118840a6aeb7cdaa9bd880fb5c908a809</id>
<content type='text'>
* Allow parsing CSR extensions with the critical bit having an explicitly encoded default

* Poke for zuul</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Allow parsing CSR extensions with the critical bit having an explicitly encoded default

* Poke for zuul</pre>
</div>
</content>
</entry>
</feed>
