<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cryptography.git/src/_cffi_src, branch 2.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>add X509_CRL_dup function (#4127)</title>
<updated>2018-03-05T21:17:17+00:00</updated>
<author>
<name>Dominic Chen</name>
<email>d.c.ddcc@gmail.com</email>
</author>
<published>2018-03-05T21:17:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=aa877e1a6696fd4defbdf97ef114bdb2d4cd8a18'/>
<id>aa877e1a6696fd4defbdf97ef114bdb2d4cd8a18</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove cms bindings we don't use (#4131)</title>
<updated>2018-03-05T18:15:31+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2018-03-05T18:15:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=37c6a80141fb77e5ade79d23e826f1d6c6f3a172'/>
<id>37c6a80141fb77e5ade79d23e826f1d6c6f3a172</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused bindings from asn1.py (#4082)</title>
<updated>2018-03-05T17:02:02+00:00</updated>
<author>
<name>David Benjamin</name>
<email>davidben@davidben.net</email>
</author>
<published>2018-03-05T17:02:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=62303cc9dcc6464900623571a72cca3b3ecc2a44'/>
<id>62303cc9dcc6464900623571a72cca3b3ecc2a44</id>
<content type='text'>
* Remove unused bindings from asn1.py

This also includes a couple removals from x509v3.py which also reference
ASN1_ITEM_EXP.

* re-add int ASN1_STRING_set_default_mask_asc(char *);

* also re-add static const int MBSTRING_UTF8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Remove unused bindings from asn1.py

This also includes a couple removals from x509v3.py which also reference
ASN1_ITEM_EXP.

* re-add int ASN1_STRING_set_default_mask_asc(char *);

* also re-add static const int MBSTRING_UTF8
</pre>
</div>
</content>
</entry>
<entry>
<title>Expose BN_rand and BN_rand_range (#4118)</title>
<updated>2018-02-23T20:57:54+00:00</updated>
<author>
<name>Tux</name>
<email>tuxxy@users.noreply.github.com</email>
</author>
<published>2018-02-23T20:57:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=404496aeb74b13ce438d62712818ab793033de90'/>
<id>404496aeb74b13ce438d62712818ab793033de90</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add binding for SSL_get_certificate (#4100)</title>
<updated>2018-02-06T12:11:03+00:00</updated>
<author>
<name>Jeremy Lainé</name>
<email>jeremy.laine@m4x.org</email>
</author>
<published>2018-02-06T12:11:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=a36579b6e4086ded4c20578bbfbfae083d5e6bce'/>
<id>a36579b6e4086ded4c20578bbfbfae083d5e6bce</id>
<content type='text'>
Currently we only expose SSL_get_peer_certificate, which allows you
to retrieve the remote party's certificate. This adds the symetrical
binding to retrieve the local party's certificate.

The motivation for this additional binding is to make it possible to
query the local certificate regardless of the method which was used to
load the certificate into the SSL connection (from a file, from an
in-memory object). An example where this is useful is when negotiating
a DTLS-SRTP connection, the fingerprint of the local certificate needs
to be communicated to the remote party out-of-band via SDP.

This binding can be exposed in pyopenssl as Connection.get_certificate().</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently we only expose SSL_get_peer_certificate, which allows you
to retrieve the remote party's certificate. This adds the symetrical
binding to retrieve the local party's certificate.

The motivation for this additional binding is to make it possible to
query the local certificate regardless of the method which was used to
load the certificate into the SSL connection (from a file, from an
in-memory object). An example where this is useful is when negotiating
a DTLS-SRTP connection, the fingerprint of the local certificate needs
to be communicated to the remote party out-of-band via SDP.

This binding can be exposed in pyopenssl as Connection.get_certificate().</pre>
</div>
</content>
</entry>
<entry>
<title>Add bindings for SRTP support (#4099)</title>
<updated>2018-02-05T23:37:34+00:00</updated>
<author>
<name>Jeremy Lainé</name>
<email>jeremy.laine@m4x.org</email>
</author>
<published>2018-02-05T23:37:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=c58d01935263e91300c92eb33f58076c21530c59'/>
<id>c58d01935263e91300c92eb33f58076c21530c59</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add bindings for DTLS support (#4089)</title>
<updated>2018-01-23T17:23:53+00:00</updated>
<author>
<name>gesslerpd</name>
<email>gesslerpd@users.noreply.github.com</email>
</author>
<published>2018-01-23T17:23:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=fc2ad04b46129806b8261caff8e7260675a2d33d'/>
<id>fc2ad04b46129806b8261caff8e7260675a2d33d</id>
<content type='text'>
* + more DTLS bindings

* + BIO_CTRL_DGRAM*

* + read ahead functions

* rm BIO_CTRL_DGRAM_SET_PEEK_MODE

* rm BIO_CTRL_DGRAM_SET_DONT_FRAG

* + link mtu conditional logic

* rm some BIO_CTRL_DGRAM* bindings
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* + more DTLS bindings

* + BIO_CTRL_DGRAM*

* + read ahead functions

* rm BIO_CTRL_DGRAM_SET_PEEK_MODE

* rm BIO_CTRL_DGRAM_SET_DONT_FRAG

* + link mtu conditional logic

* rm some BIO_CTRL_DGRAM* bindings
</pre>
</div>
</content>
</entry>
<entry>
<title>Add bindings for PSK (#4084)</title>
<updated>2018-01-18T17:37:47+00:00</updated>
<author>
<name>gesslerpd</name>
<email>gesslerpd@users.noreply.github.com</email>
</author>
<published>2018-01-18T17:37:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=47d96e39e9b6d413f970cf02cc58553a9647241a'/>
<id>47d96e39e9b6d413f970cf02cc58553a9647241a</id>
<content type='text'>
* + PSK function bindings

* + PSK conditional

* trigger CI

* trigger CI
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* + PSK function bindings

* + PSK conditional

* trigger CI

* trigger CI
</pre>
</div>
</content>
</entry>
<entry>
<title>Add bindings for SSL_OP_NO_DTLS* (#4079)</title>
<updated>2018-01-16T15:07:23+00:00</updated>
<author>
<name>gesslerpd</name>
<email>gesslerpd@users.noreply.github.com</email>
</author>
<published>2018-01-16T15:07:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=5e866f7191cf307720811ac87364cd36e7fd990b'/>
<id>5e866f7191cf307720811ac87364cd36e7fd990b</id>
<content type='text'>
* + bindings for SSL_OP_NO_DTLS*

* + conditional for not HAS_GENERIC_DTLS_METHOD

* flag SSL_OP_NO_DTLS* for unsupported deletion
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* + bindings for SSL_OP_NO_DTLS*

* + conditional for not HAS_GENERIC_DTLS_METHOD

* flag SSL_OP_NO_DTLS* for unsupported deletion
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the real X509_REVOKED_dup when available. (#4080)</title>
<updated>2018-01-12T20:32:29+00:00</updated>
<author>
<name>David Benjamin</name>
<email>davidben@davidben.net</email>
</author>
<published>2018-01-12T20:32:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=2beccafe22c87a7b3feb6672aaa88d7b7f3a9fb1'/>
<id>2beccafe22c87a7b3feb6672aaa88d7b7f3a9fb1</id>
<content type='text'>
This avoids reaching into the ASN1_ITEM mess if not necessary.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This avoids reaching into the ASN1_ITEM mess if not necessary.</pre>
</div>
</content>
</entry>
</feed>
