Provides SSL root certificate information.
The SSL root certification information is provided in two ways:
- The CYISSLRootCertificateProvider will query the system root certificate store to obtain the default root certificates for the system. This is currently only supported on the PS4 and UWP platforms.
- The path to a SSL root certificate bundle in PEM format can be specified. For platforms which do not support querying the system root certificate store this path must be set for SSL communication to succeed.
This provider will be used by CYITCPSecureSocket, CYIWebSocket and CYIHTTPService when SSL communcation is required.
- Note
- The SSL root certificate bundle specified by path will take precedence over the system root certificates.