<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cryptography.git/src/cryptography/hazmat/_oid.py, branch alex-patch-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 for #8854 (#8855)</title>
<updated>2023-05-03T21:34:54+00:00</updated>
<author>
<name>Harmin Parra Rueda</name>
<email>harmin.rueda@gmail.com</email>
</author>
<published>2023-05-03T21:34:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=bbea31b68d12a3f4cc43b4f6ca9f6fa5ea751d25'/>
<id>bbea31b68d12a3f4cc43b4f6ca9f6fa5ea751d25</id>
<content type='text'>
* Fix for #8854

Fix for issue #8854

* Fix for issue #8854

Fix for issue #8854

* versionadded

---------

Co-authored-by: Paul Kehrer &lt;paul.l.kehrer@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix for #8854

Fix for issue #8854

* Fix for issue #8854

Fix for issue #8854

* versionadded

---------

Co-authored-by: Paul Kehrer &lt;paul.l.kehrer@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Support msCertificateTemplate extension (#8695)</title>
<updated>2023-04-10T03:10:41+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2023-04-10T03:10:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=f724c9b2fd424c6ac318951fb348a6a2d667b385'/>
<id>f724c9b2fd424c6ac318951fb348a6a2d667b385</id>
<content type='text'>
* support ms certificate template

* contortions for rust coverage

* review feedback</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* support ms certificate template

* contortions for rust coverage

* review feedback</pre>
</div>
</content>
</entry>
<entry>
<title>Use from __future__ import annotations everywhere (#8643)</title>
<updated>2023-03-30T21:46:16+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2023-03-30T21:46:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=394ae30408f4286bddac211afe67cbdcb545dcac'/>
<id>394ae30408f4286bddac211afe67cbdcb545dcac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added support for OCSP AcceptableResponses extension (#8617)</title>
<updated>2023-03-27T00:51:04+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2023-03-27T00:51:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=89228a9deb9a0901c87329414b4d8a062bd38bae'/>
<id>89228a9deb9a0901c87329414b4d8a062bd38bae</id>
<content type='text'>
fixes #8589</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes #8589</pre>
</div>
</content>
</entry>
<entry>
<title>Add *_SHA3 signature algorithms to OID &lt;-&gt; hash map  (#7819)</title>
<updated>2022-11-17T23:12:51+00:00</updated>
<author>
<name>jeanluc</name>
<email>2163936+lkubb@users.noreply.github.com</email>
</author>
<published>2022-11-17T23:12:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=7e01d58438165a8158da0a5258f8c2bad9770b44'/>
<id>7e01d58438165a8158da0a5258f8c2bad9770b44</id>
<content type='text'>
* Add test for issue 7818

* Add *_SHA3 signature algorithms to OID &lt;-&gt; hash map

* Use type instead of __class__</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add test for issue 7818

* Add *_SHA3 signature algorithms to OID &lt;-&gt; hash map

* Use type instead of __class__</pre>
</div>
</content>
</entry>
<entry>
<title>X.509/Certificate: Add `tbs_precertificate_bytes` property (#7279)</title>
<updated>2022-05-31T22:51:32+00:00</updated>
<author>
<name>William Woodruff</name>
<email>william@trailofbits.com</email>
</author>
<published>2022-05-31T22:51:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=c1b7307a3e4ef9cd246feae88178afba7389405c'/>
<id>c1b7307a3e4ef9cd246feae88178afba7389405c</id>
<content type='text'>
* Add `tbs_precertificate_bytes` property

* docs/x509: document `tbs_precertificate_bytes`

Signed-off-by: William Woodruff &lt;william@trailofbits.com&gt;

* tests/x509: add two trivial tests

Signed-off-by: William Woodruff &lt;william@trailofbits.com&gt;

* x509/base: fix lint

Signed-off-by: William Woodruff &lt;william@trailofbits.com&gt;

* oid: add CERTIFICATE_TRANSPARENCY (1.3.6.1.4.1.11129.2.4.4)

Signed-off-by: William Woodruff &lt;william@trailofbits.com&gt;

* hazmat/oid: rehome CERTIFICATE_TRANSPARENCY under ExtendedKeyUsageOID

Signed-off-by: William Woodruff &lt;william@trailofbits.com&gt;

* docs/x509: fix link, help the spellchecker

Signed-off-by: William Woodruff &lt;william@trailofbits.com&gt;

* x509: Raise ValueError when we can't filter SCT list extension

* tests: Expect a `ValueError` when accessing `tbs_precertificate_bytes`
in default example

* tests, vectors: Add TBS precert vector for test comparison

* docs/x509: document the `CERTIFICATE_TRANSPARENCY` OID

Signed-off-by: William Woodruff &lt;william@trailofbits.com&gt;

* docs/x509: elaborate `tbs_precertificate_bytes`

Signed-off-by: William Woodruff &lt;william@trailofbits.com&gt;

* rust/x509: remove unused OID

Signed-off-by: William Woodruff &lt;william@trailofbits.com&gt;

* x509/certificate: tweak error

Signed-off-by: William Woodruff &lt;william@trailofbits.com&gt;

* tests/x509: reorganize

Signed-off-by: William Woodruff &lt;william@trailofbits.com&gt;

* Update src/rust/src/x509/certificate.rs

Co-authored-by: Alex Gaynor &lt;alex.gaynor@gmail.com&gt;

* tests/x509: more reorg, rename

Signed-off-by: William Woodruff &lt;william@trailofbits.com&gt;

* docs: document new testvector

Signed-off-by: William Woodruff &lt;william@trailofbits.com&gt;

* docs: coax the spellchecker

Signed-off-by: William Woodruff &lt;william@trailofbits.com&gt;

* tests/x509: use a cert that doesn't require SHA-1

Signed-off-by: William Woodruff &lt;william@trailofbits.com&gt;

* tests/x509: test for no extensions at all

Signed-off-by: William Woodruff &lt;william@trailofbits.com&gt;

Co-authored-by: Alex Cameron &lt;asc@tetsuo.sh&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>
* Add `tbs_precertificate_bytes` property

* docs/x509: document `tbs_precertificate_bytes`

Signed-off-by: William Woodruff &lt;william@trailofbits.com&gt;

* tests/x509: add two trivial tests

Signed-off-by: William Woodruff &lt;william@trailofbits.com&gt;

* x509/base: fix lint

Signed-off-by: William Woodruff &lt;william@trailofbits.com&gt;

* oid: add CERTIFICATE_TRANSPARENCY (1.3.6.1.4.1.11129.2.4.4)

Signed-off-by: William Woodruff &lt;william@trailofbits.com&gt;

* hazmat/oid: rehome CERTIFICATE_TRANSPARENCY under ExtendedKeyUsageOID

Signed-off-by: William Woodruff &lt;william@trailofbits.com&gt;

* docs/x509: fix link, help the spellchecker

Signed-off-by: William Woodruff &lt;william@trailofbits.com&gt;

* x509: Raise ValueError when we can't filter SCT list extension

* tests: Expect a `ValueError` when accessing `tbs_precertificate_bytes`
in default example

* tests, vectors: Add TBS precert vector for test comparison

* docs/x509: document the `CERTIFICATE_TRANSPARENCY` OID

Signed-off-by: William Woodruff &lt;william@trailofbits.com&gt;

* docs/x509: elaborate `tbs_precertificate_bytes`

Signed-off-by: William Woodruff &lt;william@trailofbits.com&gt;

* rust/x509: remove unused OID

Signed-off-by: William Woodruff &lt;william@trailofbits.com&gt;

* x509/certificate: tweak error

Signed-off-by: William Woodruff &lt;william@trailofbits.com&gt;

* tests/x509: reorganize

Signed-off-by: William Woodruff &lt;william@trailofbits.com&gt;

* Update src/rust/src/x509/certificate.rs

Co-authored-by: Alex Gaynor &lt;alex.gaynor@gmail.com&gt;

* tests/x509: more reorg, rename

Signed-off-by: William Woodruff &lt;william@trailofbits.com&gt;

* docs: document new testvector

Signed-off-by: William Woodruff &lt;william@trailofbits.com&gt;

* docs: coax the spellchecker

Signed-off-by: William Woodruff &lt;william@trailofbits.com&gt;

* tests/x509: use a cert that doesn't require SHA-1

Signed-off-by: William Woodruff &lt;william@trailofbits.com&gt;

* tests/x509: test for no extensions at all

Signed-off-by: William Woodruff &lt;william@trailofbits.com&gt;

Co-authored-by: Alex Cameron &lt;asc@tetsuo.sh&gt;
Co-authored-by: Alex Gaynor &lt;alex.gaynor@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Migrate ObjectIdentifier to Rust (#7153)</title>
<updated>2022-04-30T15:43:47+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2022-04-30T15:43:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=032d5377e4c60a03419326dd242cb9dd5ca955cc'/>
<id>032d5377e4c60a03419326dd242cb9dd5ca955cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert some old-style formatting to f strings (#6945)</title>
<updated>2022-03-12T21:21:02+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2022-03-12T21:21:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=ccfef6f1076c9581e7641d52664ce90de0fd7e0a'/>
<id>ccfef6f1076c9581e7641d52664ce90de0fd7e0a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added OID for #6920 (#6925)</title>
<updated>2022-03-03T07:11:46+00:00</updated>
<author>
<name>sanchayanghosh</name>
<email>86283153+sanchayanghosh@users.noreply.github.com</email>
</author>
<published>2022-03-03T07:11:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=9790f943df9ab063bcf6472faca7398566034b14'/>
<id>9790f943df9ab063bcf6472faca7398566034b14</id>
<content type='text'>
* Added OID

* Added to docuemntation for IPSec SAs

* Update docs/x509/reference.rst to correct the version change.

Co-authored-by: Paul Kehrer &lt;paul.l.kehrer@gmail.com&gt;

Co-authored-by: Paul Kehrer &lt;paul.l.kehrer@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Added OID

* Added to docuemntation for IPSec SAs

* Update docs/x509/reference.rst to correct the version change.

Co-authored-by: Paul Kehrer &lt;paul.l.kehrer@gmail.com&gt;

Co-authored-by: Paul Kehrer &lt;paul.l.kehrer@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Don't explicitly define __ne__ any longer (#6908)</title>
<updated>2022-02-26T23:01:58+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2022-02-26T23:01:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=c66032f01a6a6b5959fa7a37b4adaf028ce41c83'/>
<id>c66032f01a6a6b5959fa7a37b4adaf028ce41c83</id>
<content type='text'>
At some point it gained a default that was the same as what we were implementing.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
At some point it gained a default that was the same as what we were implementing.</pre>
</div>
</content>
</entry>
</feed>
