diff options
author | Eric Poulsen <eric@zyxod.com> | 2017-08-15 07:49:11 -0700 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2017-08-16 15:01:00 +1000 |
commit | d5191edf7ff81f5f07243cb2a318508c1e9cc5df (patch) | |
tree | 790e26f76b06b3de736e95db468326a3a75477d2 /tests/net_hosted/ssl_getpeercert.py.exp | |
parent | ace9fb54053c29574bdf81ffacc5ddcf9d4b45d9 (diff) | |
download | micropython-d5191edf7ff81f5f07243cb2a318508c1e9cc5df.tar.gz micropython-d5191edf7ff81f5f07243cb2a318508c1e9cc5df.zip |
extmod/modussl_mbedtls.c: Add ussl.getpeercert() method.
Behaviour is as per CPython but only the binary form is implemented here.
A test is included.
Diffstat (limited to 'tests/net_hosted/ssl_getpeercert.py.exp')
-rw-r--r-- | tests/net_hosted/ssl_getpeercert.py.exp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/net_hosted/ssl_getpeercert.py.exp b/tests/net_hosted/ssl_getpeercert.py.exp new file mode 100644 index 0000000000..ff7ef5adf1 --- /dev/null +++ b/tests/net_hosted/ssl_getpeercert.py.exp @@ -0,0 +1 @@ +<class 'bytes'> True |