nuttx-apps/crypto/openssl_mbedtls_wrapper/mbedtls
makejian 57ced95c07 crypto/openssl-wrapper: align SSL_CTX_new declaration with OpenSSL
Remove the extra rngctx parameter from SSL_CTX_new() to match
the standard OpenSSL API signature:
  SSL_CTX *SSL_CTX_new(const SSL_METHOD *method)

This improves compatibility with code written for OpenSSL.

Signed-off-by: makejian <makejian@xiaomi.com>
2026-01-21 19:25:02 +08:00
..
aes.c crypto: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
asn1.c crypto: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
bio_b64.c openssl_wrapper_mbedtls: support bio interfaces in openssl 2026-01-19 22:51:14 +08:00
bio_lib.c openssl_wrapper_mbedtls: support bio interfaces in openssl 2026-01-19 22:51:14 +08:00
bn.c crypto: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
bss_mem.c openssl_wrapper_mbedtls: support bio interfaces in openssl 2026-01-19 22:51:14 +08:00
bytestring.c crypto: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
cipher.c crypto: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
curve25519.c crypto: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
digest.c crypto: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
ec.c crypto: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
ec_key.c crypto: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
ecdsa.c crypto: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
engine.c crypto: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
err.c openssl_wrapper_mbedtls: extend openssl interfaces in ssl module for mqtt 2026-01-19 22:51:14 +08:00
evp.c openssl_wrapper_mbedtls: extend openssl interfaces in ssl module for mqtt 2026-01-19 22:51:14 +08:00
hkdf.c crypto: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
hmac.c crypto: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
md5.c crypto: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
mem.c crypto: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
obj.c crypto: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
pbkdf.c crypto: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
rand.c crypto: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
rsa.c crypto: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
sha.c crypto: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
ssl_cert.c crypto: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
ssl_lib.c crypto/openssl-wrapper: align SSL_CTX_new declaration with OpenSSL 2026-01-21 19:25:02 +08:00
ssl_methods.c openssl_wrapper_mbedtls: extend openssl interfaces in ssl module for mqtt 2026-01-19 22:51:14 +08:00
ssl_methods.h openssl_wrapper_mbedtls: extend openssl interfaces in ssl module for mqtt 2026-01-19 22:51:14 +08:00
ssl_pm.c crypto/openssl-wrapper: fix SSL error code mapping 2026-01-21 19:25:02 +08:00
ssl_pm.h openssl_wrapper_mbedtls: extend openssl interfaces in ssl module for mqtt 2026-01-19 22:51:14 +08:00
ssl_port.c crypto: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
ssl_port.h crypto: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
ssl_rsa.c openssl_wrapper_mbedtls: extend openssl interfaces in ssl module for mqtt 2026-01-19 22:51:14 +08:00
stack.c crypto: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
statem.c crypto: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
x509.c crypto: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
x509_vpm.c crypto: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00