<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cryptography.git/src/cryptography/hazmat, branch macos-github-actions</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>Fixed error message in AES-CCM data length validation to reflect the error reason more accurately. (#5157)</title>
<updated>2020-03-28T16:41:40+00:00</updated>
<author>
<name>Maciej Jurczak</name>
<email>mjurczak@gmail.com</email>
</author>
<published>2020-03-28T16:41:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=62287ae18383447585606b9d0765c0f1b8a9777c'/>
<id>62287ae18383447585606b9d0765c0f1b8a9777c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use literals for collections and comprehensions. (#5091)</title>
<updated>2020-01-12T22:29:17+00:00</updated>
<author>
<name>Mads Jensen</name>
<email>mje@inducks.org</email>
</author>
<published>2020-01-12T22:29:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=a849f40556bd022c7478a44e935359c5fac83193'/>
<id>a849f40556bd022c7478a44e935359c5fac83193</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes #5065 -- skip serialization tests which use RC2 if OpenSSL doesn't have RC2 (#5072)</title>
<updated>2019-11-24T23:16:14+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2019-11-24T23:16:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=aa7c2992c91ea90dc967e6acc6b2fb190aed0000'/>
<id>aa7c2992c91ea90dc967e6acc6b2fb190aed0000</id>
<content type='text'>
* Refs #5065 -- have a CI job with OpenSSL built with no-rc2

* Fixes #5065 -- skip serialization tests which use RC2 if OpenSSL doesn't have RC2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Refs #5065 -- have a CI job with OpenSSL built with no-rc2

* Fixes #5065 -- skip serialization tests which use RC2 if OpenSSL doesn't have RC2
</pre>
</div>
</content>
</entry>
<entry>
<title>add SSL_CTX_get0_param (#5070)</title>
<updated>2019-11-23T00:24:20+00:00</updated>
<author>
<name>Maximilian Hils</name>
<email>git@maximilianhils.com</email>
</author>
<published>2019-11-23T00:24:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=0538ca640c980f5a8fa75afbc916ad5d9ee793c9'/>
<id>0538ca640c980f5a8fa75afbc916ad5d9ee793c9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Parse single_extensions in OCSP responses (#5059)</title>
<updated>2019-11-11T05:40:11+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2019-11-11T05:40:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=2e86983a77d02a38ef0485ebe7ab05c1c98a7685'/>
<id>2e86983a77d02a38ef0485ebe7ab05c1c98a7685</id>
<content type='text'>
* add single_extensions to OCSPResponse (#4753)

* new vector, updateed docs, more stringent parser, changelog, etc

* simplify PR (no SCT for now)

* add a comment

* finish pulling out the sct stuff so tests might actually run
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* add single_extensions to OCSPResponse (#4753)

* new vector, updateed docs, more stringent parser, changelog, etc

* simplify PR (no SCT for now)

* add a comment

* finish pulling out the sct stuff so tests might actually run
</pre>
</div>
</content>
</entry>
<entry>
<title>Let Oid enforce positive decimal integers (#5053)</title>
<updated>2019-11-10T15:45:30+00:00</updated>
<author>
<name>Noel Remy</name>
<email>mocramis@gmail.com</email>
</author>
<published>2019-11-10T15:45:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=68e49ae4400c0ff68aac2e7c5f95725e7af0de40'/>
<id>68e49ae4400c0ff68aac2e7c5f95725e7af0de40</id>
<content type='text'>
Failing that would lead to an OpenSSL error when calling OBJ_txt2obj at
serialization.

Adds basic tests for oids.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Failing that would lead to an OpenSSL error when calling OBJ_txt2obj at
serialization.

Adds basic tests for oids.</pre>
</div>
</content>
</entry>
<entry>
<title>Deal with the 2.5 deprecations (#5048)</title>
<updated>2019-11-03T05:47:13+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2019-11-03T05:47:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=9668b000326585339267a42176facd9ff81481ee'/>
<id>9668b000326585339267a42176facd9ff81481ee</id>
<content type='text'>
* Deal with the 2.5 deprecations

* pep8 + test fixes

* docs typo

* Why did I do this?

* typo
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Deal with the 2.5 deprecations

* pep8 + test fixes

* docs typo

* Why did I do this?

* typo
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't bother computing y coefficient in _modinv (#5037)</title>
<updated>2019-10-29T12:19:34+00:00</updated>
<author>
<name>Clayton Smith</name>
<email>argilo@gmail.com</email>
</author>
<published>2019-10-29T12:19:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=fdd594cd5d0024f67e51694687e290c3b6f58460'/>
<id>fdd594cd5d0024f67e51694687e290c3b6f58460</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes #5018 -- break users on OpenSSL 1.0.1 (#5022)</title>
<updated>2019-10-18T12:47:15+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2019-10-18T12:47:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=1c186772f6fd64180bd3387de2e1ef1a6d1ba58e'/>
<id>1c186772f6fd64180bd3387de2e1ef1a6d1ba58e</id>
<content type='text'>
* Fixes #5018 -- break users on OpenSSL 1.0.1

* Grammar

* Syntax error

* Missing import

* Missing import
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fixes #5018 -- break users on OpenSSL 1.0.1

* Grammar

* Syntax error

* Missing import

* Missing import
</pre>
</div>
</content>
</entry>
<entry>
<title>UniversalString needs to be encoded as UCS-4 (#5000)</title>
<updated>2019-10-17T01:07:56+00:00</updated>
<author>
<name>Marko Kreen</name>
<email>markokr@gmail.com</email>
</author>
<published>2019-10-17T01:07:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=16d3ae1b8e96b4c112c0f17911b5d14f0ed20385'/>
<id>16d3ae1b8e96b4c112c0f17911b5d14f0ed20385</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
