ssl: Improved docs.

This commit is contained in:
yellows8 2020-06-21 13:16:34 -04:00
parent d0a7c6a2a5
commit a0ce273019
No known key found for this signature in database
GPG Key ID: 0AF90DA3F1E60E43

View File

@ -87,7 +87,7 @@ typedef enum {
/// InternalPki
typedef enum {
SslInternalPki_DeviceClientCertDefault = 1, ///< DeviceClientCertDefault. Enables using the DeviceCert and the CertStore.
SslInternalPki_DeviceClientCertDefault = 1, ///< DeviceClientCertDefault. Enables using the DeviceCert.
} SslInternalPki;
/// ContextOption
@ -199,6 +199,7 @@ Service* sslGetServiceSession(void);
/**
* @brief CreateContext
* @note The CertStore is used automatically, regardless of what cmds are used.
* @param[out] c \ref SslContext
* @param[in] ssl_version \ref SslVersion
*/