Skip to content

Commit

Permalink
Updated Documentation to Include support OS-dependant CA certfication…
Browse files Browse the repository at this point in the history
…s stores it supports for the api: wolfSSL_CTX_load_system_CA_certs
  • Loading branch information
dell5060 committed Jul 17, 2023
1 parent 31aac92 commit 56a34b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/dox_comments/header_files/ssl.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 56a34b0

Please sign in to comment.