<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cryptography.git/src/_cffi_src/openssl/pem.py, 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>Funcs macros gone (#3695)</title>
<updated>2017-06-27T21:15:37+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2017-06-27T21:15:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=491fd7cc5aefff8064039d073331b41a2f606a63'/>
<id>491fd7cc5aefff8064039d073331b41a2f606a63</id>
<content type='text'>
* No more FUNCS/MACROS distinction

* change the docs to not talk about MACROS since they're gone

* remove out of date comment
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* No more FUNCS/MACROS distinction

* change the docs to not talk about MACROS since they're gone

* remove out of date comment
</pre>
</div>
</content>
</entry>
<entry>
<title>Add PEM_write_bio_DHxparams, d2i_DHxparams_bio, i2d_DHxparams_bio (#3485)</title>
<updated>2017-05-19T22:24:17+00:00</updated>
<author>
<name>Aviv Palivoda</name>
<email>palaviv@gmail.com</email>
</author>
<published>2017-05-19T22:24:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=0d92ff8a1680911019dab64deeb4f7ea67224492'/>
<id>0d92ff8a1680911019dab64deeb4f7ea67224492</id>
<content type='text'>
* Add PEM_write_bio_DHxparams

* Define PEM_write_bio_DHxparams only if EVP_PKEY_DHX defined.
Both added in commit afb14cda in openssl

* Add d2i_DHxparams_bio and i2d_DHxparams_bio bindings

* Fix bindings addition

* change condtional bindings to be after 1.1.0f

* Change i2d_DHxparams_bio return type

* define Cryptography_d2i_DHxparams_bio and Cryptography_i2d_DHxparams_bio

* Remove d2i_DHxparams_bio, i2d_DHxparams_bio bindings

* Add declarations for Cryptography_d2i_DHxparams_bio and Cryptography_i2d_DHxparams_bio

* Move Cryptography_d2i_DHxparams_bio and Cryptography_i2d_DHxparams_bio declaration to MACROS

* Add Cryptography_d2i_DHxparams_bio, Cryptography_i2d_DHxparams_bio and PEM_write_bio_DHxparams to _coditionals.py

* Make sure we did not define EVP_PKEY_DHX
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add PEM_write_bio_DHxparams

* Define PEM_write_bio_DHxparams only if EVP_PKEY_DHX defined.
Both added in commit afb14cda in openssl

* Add d2i_DHxparams_bio and i2d_DHxparams_bio bindings

* Fix bindings addition

* change condtional bindings to be after 1.1.0f

* Change i2d_DHxparams_bio return type

* define Cryptography_d2i_DHxparams_bio and Cryptography_i2d_DHxparams_bio

* Remove d2i_DHxparams_bio, i2d_DHxparams_bio bindings

* Add declarations for Cryptography_d2i_DHxparams_bio and Cryptography_i2d_DHxparams_bio

* Move Cryptography_d2i_DHxparams_bio and Cryptography_i2d_DHxparams_bio declaration to MACROS

* Add Cryptography_d2i_DHxparams_bio, Cryptography_i2d_DHxparams_bio and PEM_write_bio_DHxparams to _coditionals.py

* Make sure we did not define EVP_PKEY_DHX
</pre>
</div>
</content>
</entry>
<entry>
<title>Ec is a thing (#3453)</title>
<updated>2017-03-15T20:56:39+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2017-03-15T20:56:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=5b8914a0524d4dc3539265f8ccf9909d053787b7'/>
<id>5b8914a0524d4dc3539265f8ccf9909d053787b7</id>
<content type='text'>
* We always have EC

* We always have ECDH

* We always have ECDSA

* We always have EC codes

* This can go as well

* And this

* unused import
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* We always have EC

* We always have ECDH

* We always have ECDSA

* We always have EC codes

* This can go as well

* And this

* unused import
</pre>
</div>
</content>
</entry>
<entry>
<title>Add more bindings to OpenSSL, to be used by the Python _ssl module. (#2868)</title>
<updated>2016-04-08T21:19:22+00:00</updated>
<author>
<name>Amaury Forgeot d'Arc</name>
<email>amauryfa@gmail.com</email>
</author>
<published>2016-04-08T21:19:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=97511e5b8d8169096b48ff73ecce7d973129cf87'/>
<id>97511e5b8d8169096b48ff73ecce7d973129cf87</id>
<content type='text'>
* Add more bindings to OpenSSL, all are used by the Python _ssl module.

* Add a conditional: SSL_CTX_clear_options() does not exist before 0.9.8m

* 80 cols

* Condionally define the TLSEXT error codes.

* Address review comments

* Remove all parameter names
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add more bindings to OpenSSL, all are used by the Python _ssl module.

* Add a conditional: SSL_CTX_clear_options() does not exist before 0.9.8m

* 80 cols

* Condionally define the TLSEXT error codes.

* Address review comments

* Remove all parameter names
</pre>
</div>
</content>
</entry>
<entry>
<title>Add PEM_write_bio_DHparams binding</title>
<updated>2015-12-24T19:21:52+00:00</updated>
<author>
<name>evilaliv3</name>
<email>giovanni.pellerano@evilaliv3.org</email>
</author>
<published>2015-12-24T09:15:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=4361aabaa2e9304688507b12f570e01964c99ac9'/>
<id>4361aabaa2e9304688507b12f570e01964c99ac9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove openssl CONDITIONAL_NAMES</title>
<updated>2015-08-03T15:18:58+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2015-08-03T15:18:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=a41a20e1f667c810d2789beae726764aac4d1c61'/>
<id>a41a20e1f667c810d2789beae726764aac4d1c61</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>convert to cffi 1.0 precompile system</title>
<updated>2015-06-08T04:27:54+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2015-05-19T20:05:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=68b3b1ea8661b98c7afc3243e84c998601b70f18'/>
<id>68b3b1ea8661b98c7afc3243e84c998601b70f18</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
