Merge pull request #6629 from night1rider/wolfssl-documentation-fixes

Wolfssl documentation fixes
This commit is contained in:
JacobBarthelmeh 2023-07-18 10:14:04 -06:00 committed by GitHub
commit 9f2dd21a91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1268,7 +1268,8 @@ const char** wolfSSL_get_system_CA_dirs(word32* num);
\brief This function attempts to load CA certificates into a WOLFSSL_CTX
from an OS-dependent CA certificate store. Loaded certificates will be
trusted.
trusted. The platforms supported and tested are: Linux (Debian, Ubuntu,
Gentoo, Fedora, RHEL), Windows 10/11, Android, Apple OS X and iOS.
\return WOLFSSL_SUCCESS on success.
\return WOLFSSL_BAD_PATH if no system CA certs were loaded.