micropython / micropython-esp32

Old port of MicroPython to the ESP32 -- new port is at https://github.com/micropython/micropython
MIT License
673 stars 216 forks source link

CA Cert chain validation #195

Open MrSurly opened 6 years ago

MrSurly commented 6 years ago

Looks like adding CA cert chain validation is pretty trivial in mbedtls -- any reason it wasn't included?

Referring to extmod/modussl_mbedtls.c

dpgeorge commented 6 years ago

I think it's just because it was not needed up until now.

Sunrise17 commented 6 years ago

When will ca_cert chain validation be applied in micropython?