micropython-esp32
micropython-esp32 copied to clipboard
CA Cert chain validation
Looks like adding CA cert chain validation is pretty trivial in mbedtls -- any reason it wasn't included?
Referring to extmod/modussl_mbedtls.c
I think it's just because it was not needed up until now.
When will ca_cert chain validation be applied in micropython?