<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/extmod/modussl_mbedtls.c, branch v1.9.1</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.9.1</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.9.1'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2017-03-29T01:56:45+00:00</updated>
<entry>
<title>extmod: Update for changes to mp_obj_str_get_data.</title>
<updated>2017-03-29T01:56:45+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-03-25T08:48:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=204ded848e114208b8ecef0b683df71b77af5b5a'/>
<id>urn:sha1:204ded848e114208b8ecef0b683df71b77af5b5a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>all: Remove readall() method, which is equivalent to read() w/o args.</title>
<updated>2016-11-13T21:24:22+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-11-13T21:24:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=59a1201da959ab01895361c0b5bb8bc1409f2b39'/>
<id>urn:sha1:59a1201da959ab01895361c0b5bb8bc1409f2b39</id>
<content type='text'>
Its addition was due to an early exploration on how to add CPython-like
stream interface. It's clear that it's not needed and just takes up
bytes in all ports.
</content>
</entry>
<entry>
<title>extmod/modussl_mbedtls: Add dummy setblocking() method.</title>
<updated>2016-10-15T20:46:13+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-10-15T20:46:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=06234a6115096a80f1a20d97a56c53766a9b8239'/>
<id>urn:sha1:06234a6115096a80f1a20d97a56c53766a9b8239</id>
<content type='text'>
Accepts only value of True.
</content>
</entry>
<entry>
<title>extmod: Use mp_raise_OSError helper function.</title>
<updated>2016-10-07T02:52:14+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-10-07T02:52:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=75af908c0ec2a0d47e6aded15b35cd630f93d48b'/>
<id>urn:sha1:75af908c0ec2a0d47e6aded15b35cd630f93d48b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>extmod/modussl_mbedtls: Add server_hostname param for wrap_socket().</title>
<updated>2016-09-22T22:44:23+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-09-22T22:44:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=46ab042230510d71b05df04ab73131a5fd4f3d2d'/>
<id>urn:sha1:46ab042230510d71b05df04ab73131a5fd4f3d2d</id>
<content type='text'>
In CPython, module-level .wrap_socket() function actually doesn't accept
(or document) this param, only SSLContext.wrap_socket() has.
</content>
</entry>
<entry>
<title>extmod/modussl_mbedtls: Use 2-component include paths.</title>
<updated>2016-09-21T22:30:48+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-09-21T22:30:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=080e4d44f3396f63b33953f6c607b2f70a10ad01'/>
<id>urn:sha1:080e4d44f3396f63b33953f6c607b2f70a10ad01</id>
<content type='text'>
This is required to use mbedTLS versions from various sources, e.g.
mainline vs embedded into Zephyr RTOS.
</content>
</entry>
<entry>
<title>extmod/modussl_mbedtls: Implement key= and cert= args to wrap_socket().</title>
<updated>2016-09-21T21:17:44+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-09-21T21:17:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=5f0ecb72c27e5e1eebc9fa6928b7333ec1e45658'/>
<id>urn:sha1:5f0ecb72c27e5e1eebc9fa6928b7333ec1e45658</id>
<content type='text'>
Unlike standard keyfile= and certfile=, these accept byte buffer objects
(to not depend on FS implementation).
</content>
</entry>
<entry>
<title>extmod/modussl_mbedtls: Initial implementation of mbedTLS ussl module.</title>
<updated>2016-09-21T18:25:33+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-09-21T18:25:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9ea2882317259a0c802db5936e51d49464914292'/>
<id>urn:sha1:9ea2882317259a0c802db5936e51d49464914292</id>
<content type='text'>
</content>
</entry>
</feed>
