mirror of
https://github.com/micropython/micropython.git
synced 2025-09-06 18:00:48 +02:00
The `cert` argument passed to the verify callback is actually a memoryview. And the `depth` argument seems to start at 1 for the tested URL. Signed-off-by: Damien George <damien@micropython.org>
5 lines
172 B
Plaintext
5 lines
172 B
Plaintext
verify_callback: <class 'memoryview'> True 1
|
|
verify_callback: <class 'memoryview'> True 0
|
|
verify_callback_fail: <class 'memoryview'> True 1
|
|
MBEDTLS_ERR_ERROR_GENERIC_ERROR
|