mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-09-14 14:40:26 +00:00
x509_pm_show_info() formats certificate information into a temporary buffer and then logs it with SSL_DEBUG(). The buffer was freed before the debug output used it. Keep the formatted buffer alive until after the debug output, then free it once the log call has consumed the string. Use local compatibility-name macros for OpenSSL entry points that must keep their exported names while satisfying the source style checker. Signed-off-by: Old-Ding <ai.neo.ae86@gmail.com> |
||
|---|---|---|
| .. | ||
| controlse | ||
| libsodium | ||
| libtomcrypt | ||
| mbedtls | ||
| openssl_mbedtls_wrapper | ||
| tinycrypt | ||
| tinydtls | ||
| wolfssl | ||
| .gitignore | ||
| CMakeLists.txt | ||
| Make.defs | ||
| Makefile | ||