<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cryptography.git/docs/x509, branch 2.0.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>Fixes #3745 -- add the any EKU EKU (#3750)</title>
<updated>2017-07-03T14:07:02+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2017-07-03T14:07:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=b7912eea2ab25a16f77cd60889d8529d9f5aafa2'/>
<id>b7912eea2ab25a16f77cd60889d8529d9f5aafa2</id>
<content type='text'>
* Fixes #3745 -- add the any EKU EKU

* docs

* whitespace

* versionadded
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fixes #3745 -- add the any EKU EKU

* docs

* whitespace

* versionadded
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #3461 -- parse SCTs from x.509 extension (#3480)</title>
<updated>2017-06-04T17:36:58+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2017-06-04T17:36:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=6a0718faddbc7b6b57f86417f6daa468c18ea248'/>
<id>6a0718faddbc7b6b57f86417f6daa468c18ea248</id>
<content type='text'>
* Stub API for SCTs, feedback wanted

* grr, flake8

* finish up the __init__

* Initial implementation and tests

* write a test. it fails because computer

* get the tests passing and fix some TODOs

* changelog entry

* This can go now

* Put a skip in this test

* grump

* Removed unreachable code

* moved changelog to the correct section

* Use the deocrator for expressing requirements

* This needs f for the right entry_type

* coverage

* syntax error

* tests for coverage

* better sct eq tests

* docs

* technically correct, the most useless kind of correct

* typo and more details

* bug

* drop __eq__
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Stub API for SCTs, feedback wanted

* grr, flake8

* finish up the __init__

* Initial implementation and tests

* write a test. it fails because computer

* get the tests passing and fix some TODOs

* changelog entry

* This can go now

* Put a skip in this test

* grump

* Removed unreachable code

* moved changelog to the correct section

* Use the deocrator for expressing requirements

* This needs f for the right entry_type

* coverage

* syntax error

* tests for coverage

* better sct eq tests

* docs

* technically correct, the most useless kind of correct

* typo and more details

* bug

* drop __eq__
</pre>
</div>
</content>
</entry>
<entry>
<title>add some explicit instructions on determining key type in a cert (#3596)</title>
<updated>2017-05-25T02:24:54+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2017-05-25T02:24:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=136b3242148abc1059661284196c772471ff9ca5'/>
<id>136b3242148abc1059661284196c772471ff9ca5</id>
<content type='text'>
* add some explicit instructions on determining key type in a cert

* can't call it a CSR
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* add some explicit instructions on determining key type in a cert

* can't call it a CSR
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't raise an UnsupportedExtension for critical extensions. (#3550)</title>
<updated>2017-05-20T16:01:54+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2017-05-20T16:01:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=d08ddd5af21de62088c0236bfac1d647a6cb84a2'/>
<id>d08ddd5af21de62088c0236bfac1d647a6cb84a2</id>
<content type='text'>
* Don't raise an UnsupportedExtension for critical extensions.

Fixes #2903
Fixes #2901
Fixes #3325

* Don't link

* Revert "Don't link"

This reverts commit 4fe847f91d9dd45cdc28a4984c4e44aad62a5de6.

* fix

* Revert "Revert "Don't link""

This reverts commit 856031b5a1fbad04ac218fa94ebf37dcd402f3ed.

* fix

* Deprecate this

* Better changelog entry
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Don't raise an UnsupportedExtension for critical extensions.

Fixes #2903
Fixes #2901
Fixes #3325

* Don't link

* Revert "Don't link"

This reverts commit 4fe847f91d9dd45cdc28a4984c4e44aad62a5de6.

* fix

* Revert "Revert "Don't link""

This reverts commit 856031b5a1fbad04ac218fa94ebf37dcd402f3ed.

* fix

* Deprecate this

* Better changelog entry
</pre>
</div>
</content>
</entry>
<entry>
<title>Interfaces for SCTs, feedback wanted (#3467)</title>
<updated>2017-03-22T13:17:20+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2017-03-22T13:17:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=bca951ebd869cb6c911cd6bba52b2d798366b409'/>
<id>bca951ebd869cb6c911cd6bba52b2d798366b409</id>
<content type='text'>
* Stub API for SCTs, feedback wanted

* grr, flake8

* port this to being an ABC

* finish up the __init__

* Two necessary enums

* Roll this back

* Wrote some docs

* spell words correctly

* linky

* more details

* use the words UTC

* coverage

* Define MMD for the kids at some

* linky linky
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Stub API for SCTs, feedback wanted

* grr, flake8

* port this to being an ABC

* finish up the __init__

* Two necessary enums

* Roll this back

* Wrote some docs

* spell words correctly

* linky

* more details

* use the words UTC

* coverage

* Define MMD for the kids at some

* linky linky
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #3461 -- added the OID for the SCT x.509 extension (#3464)</title>
<updated>2017-03-20T13:50:52+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2017-03-20T13:50:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=9bab0edd9cb94825157ce9d491e3474ebb7d6afd'/>
<id>9bab0edd9cb94825157ce9d491e3474ebb7d6afd</id>
<content type='text'>
* Refs #3461 -- added the OID for the SCT x.509 extension

* Version added
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Refs #3461 -- added the OID for the SCT x.509 extension

* Version added
</pre>
</div>
</content>
</entry>
<entry>
<title>Update tutorial.rst (#3394)</title>
<updated>2017-02-13T02:00:19+00:00</updated>
<author>
<name>AlexanderWeyman</name>
<email>alexander.weyman@gmail.com</email>
</author>
<published>2017-02-13T02:00:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=979458830cf59631f36b08e865ff7fe71b08d6ee'/>
<id>979458830cf59631f36b08e865ff7fe71b08d6ee</id>
<content type='text'>
eliminated inconsitency of variable name in sample code</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
eliminated inconsitency of variable name in sample code</pre>
</div>
</content>
</entry>
<entry>
<title>add a SAN to the certificatebuilder example (#3353)</title>
<updated>2017-01-18T05:44:40+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2017-01-18T05:44:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=1bab7bcf7ba08fc9534670c27a91076d2874ec76'/>
<id>1bab7bcf7ba08fc9534670c27a91076d2874ec76</id>
<content type='text'>
Evidently users copy/paste these examples so adding a SAN here will help
people screw up less. Fixes #3314</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Evidently users copy/paste these examples so adding a SAN here will help
people screw up less. Fixes #3314</pre>
</div>
</content>
</entry>
<entry>
<title>add a few more OIDs (#3259)</title>
<updated>2016-11-19T14:05:26+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2016-11-19T14:05:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=36d5cd6a14f01434d829a381eeb85752f8384dbc'/>
<id>36d5cd6a14f01434d829a381eeb85752f8384dbc</id>
<content type='text'>
pulled from #3244</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
pulled from #3244</pre>
</div>
</content>
</entry>
<entry>
<title>Add a bytes method to get the DER ASN.1 encoding of an X509 name. (#3236)</title>
<updated>2016-11-13T22:30:11+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2016-11-13T22:30:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=3a15b03e92c9fdeadff04ddd2ce505028b279b86'/>
<id>3a15b03e92c9fdeadff04ddd2ce505028b279b86</id>
<content type='text'>
* Add a bytes method to get the DER ASN.1 encoding of an X509 name.

This is useful for creating an OpenSSL style subject_name_hash (#3011)

* add to backend interface and update multibackend

* bytes -&gt; public_bytes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add a bytes method to get the DER ASN.1 encoding of an X509 name.

This is useful for creating an OpenSSL style subject_name_hash (#3011)

* add to backend interface and update multibackend

* bytes -&gt; public_bytes
</pre>
</div>
</content>
</entry>
</feed>
