mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
Map mbedtls error codes to OpenSSL standard return codes in SSL_connect/SSL_do_handshake: - Return 1 on success - Return 0 on controlled shutdown - Return -1 on fatal error (was returning mbedtls error codes) This aligns the return values with OpenSSL specification where SSL_get_error() should be called to get the actual error reason. Signed-off-by: makejian <makejian@xiaomi.com> |
||
|---|---|---|
| .. | ||
| controlse | ||
| libsodium | ||
| libtomcrypt | ||
| mbedtls | ||
| openssl_mbedtls_wrapper | ||
| tinycrypt | ||
| tinydtls | ||
| wolfssl | ||
| .gitignore | ||
| CMakeLists.txt | ||
| Make.defs | ||
| Makefile | ||