From 56a34b0be2e577ed85333b3cc83f9825c6cc4db9 Mon Sep 17 00:00:00 2001 From: dell5060 Date: Mon, 17 Jul 2023 12:54:31 -0600 Subject: [PATCH] Updated Documentation to Include support OS-dependant CA certfications stores it supports for the api: wolfSSL_CTX_load_system_CA_certs --- doc/dox_comments/header_files/ssl.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/dox_comments/header_files/ssl.h b/doc/dox_comments/header_files/ssl.h index ccb2f8bd19..02331db429 100644 --- a/doc/dox_comments/header_files/ssl.h +++ b/doc/dox_comments/header_files/ssl.h @@ -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.