<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cryptography.git/src/_cffi_src, branch 3.2.x</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>PKCS7SignatureBuilder now supports three serializations (#5497)</title>
<updated>2020-10-25T01:17:06+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2020-10-25T01:17:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=95c4f68c1b50b8eb84a0f3268bc6fdbd08e20f08'/>
<id>95c4f68c1b50b8eb84a0f3268bc6fdbd08e20f08</id>
<content type='text'>
* PKCS7SignatureBuilder now supports three serializations

PEM, DER, and SMIME. SMIME embeds the S/MIME headers and has the
detached signature concept.

* thanks libre</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PKCS7SignatureBuilder now supports three serializations

PEM, DER, and SMIME. SMIME embeds the S/MIME headers and has the
detached signature concept.

* thanks libre</pre>
</div>
</content>
</entry>
<entry>
<title>smime signer support (#5465)</title>
<updated>2020-09-19T23:07:26+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2020-09-19T23:07:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=20c0388086b4eec91fdf1f9fd9535f4c741e4851'/>
<id>20c0388086b4eec91fdf1f9fd9535f4c741e4851</id>
<content type='text'>
* smime signer support

* fix ed25519 check

* change some wording

* python 2.7...

* review feedback

* s/secure/signed

* do some verification in the tests

* review feedback

* doc return value</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* smime signer support

* fix ed25519 check

* change some wording

* python 2.7...

* review feedback

* s/secure/signed

* do some verification in the tests

* review feedback

* doc return value</pre>
</div>
</content>
</entry>
<entry>
<title>add pkcs7/smime bindings (#5458)</title>
<updated>2020-09-14T00:20:09+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2020-09-14T00:20:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=6d3644f4e55d491b85bc790f51a989c5edccb9fb'/>
<id>6d3644f4e55d491b85bc790f51a989c5edccb9fb</id>
<content type='text'>
* add pkcs7/smime bindings

* Update src/_cffi_src/openssl/pkcs7.py

Co-authored-by: Alex Gaynor &lt;alex.gaynor@gmail.com&gt;

* Update src/_cffi_src/openssl/pkcs7.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>
* add pkcs7/smime bindings

* Update src/_cffi_src/openssl/pkcs7.py

Co-authored-by: Alex Gaynor &lt;alex.gaynor@gmail.com&gt;

* Update src/_cffi_src/openssl/pkcs7.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>re-add a few engine bindings for advanced users (#5449)</title>
<updated>2020-09-01T20:21:13+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2020-09-01T20:21:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=ad05ebbb32677607344a6c68b37f253ac7e419cc'/>
<id>ad05ebbb32677607344a6c68b37f253ac7e419cc</id>
<content type='text'>
* re-add a few engine bindings for advanced users

For users who are capable of compiling cryptography against custom
openssl and properly using these functions this hopefully allows
PKCS11 usage through OpenSSL engines.

* forgot to save my buffer</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* re-add a few engine bindings for advanced users

For users who are capable of compiling cryptography against custom
openssl and properly using these functions this hopefully allows
PKCS11 usage through OpenSSL engines.

* forgot to save my buffer</pre>
</div>
</content>
</entry>
<entry>
<title>return from void function cannot compile on solaris studio (#5385)</title>
<updated>2020-08-11T16:27:44+00:00</updated>
<author>
<name>stphnlyd</name>
<email>stephanloyd9@gmail.com</email>
</author>
<published>2020-08-11T16:27:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=95a5bac2017e3def8e8efe3b25b46eb9ca2da01a'/>
<id>95a5bac2017e3def8e8efe3b25b46eb9ca2da01a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>define SYS_getrandom on linux arm64 (#5378)</title>
<updated>2020-08-06T02:11:06+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2020-08-06T02:11:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=3a238400ac2708501ec0a2695a2bdb95043eb5de'/>
<id>3a238400ac2708501ec0a2695a2bdb95043eb5de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>support PKCS7 certificate parsing (#5371)</title>
<updated>2020-08-05T03:50:02+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2020-08-05T03:50:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=c898871daac710f00154cb7041e3876fc66c1ef5'/>
<id>c898871daac710f00154cb7041e3876fc66c1ef5</id>
<content type='text'>
* support PKCS7 certificate parsing

* refcounts are different in 1.0.2

* rename the functions

* black

* empty commit

* review feedback</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* support PKCS7 certificate parsing

* refcounts are different in 1.0.2

* rename the functions

* black

* empty commit

* review feedback</pre>
</div>
</content>
</entry>
<entry>
<title>handle unnamed-but-really-named curves in 1.0.2u (#5362)</title>
<updated>2020-07-30T20:03:34+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2020-07-30T20:03:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=241f845071a8747d0986ed60575e28840f096b79'/>
<id>241f845071a8747d0986ed60575e28840f096b79</id>
<content type='text'>
* handle unnamed-but-really-named curves in 1.0.2u

* handle openssl 1.0.2 not supporting better install commands on make

* do what openssl didn't feel was necessary in 1.0.2t/u

I didn't bind the named curve constant, fight me.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* handle unnamed-but-really-named curves in 1.0.2u

* handle openssl 1.0.2 not supporting better install commands on make

* do what openssl didn't feel was necessary in 1.0.2t/u

I didn't bind the named curve constant, fight me.</pre>
</div>
</content>
</entry>
<entry>
<title>remove some more constants we don't need (#5361)</title>
<updated>2020-07-30T14:44:31+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2020-07-30T14:44:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=a13da93e43d2a7e06b345787807a0c689dc3ad85'/>
<id>a13da93e43d2a7e06b345787807a0c689dc3ad85</id>
<content type='text'>
these are gone in 3.0 anyway and were removed in that draft PR</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
these are gone in 3.0 anyway and were removed in that draft PR</pre>
</div>
</content>
</entry>
<entry>
<title>shrink bindings more (#5356)</title>
<updated>2020-07-27T19:24:35+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2020-07-27T19:24:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=84a15eb772d24c805c884f62cabe8fe2becedf74'/>
<id>84a15eb772d24c805c884f62cabe8fe2becedf74</id>
<content type='text'>
* shrink bindings more

* readd a binding we do need

* readd two more bindings we need</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* shrink bindings more

* readd a binding we do need

* readd two more bindings we need</pre>
</div>
</content>
</entry>
</feed>
