mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 20:42:44 +02:00
ssl: Improved docs.
This commit is contained in:
parent
d0a7c6a2a5
commit
a0ce273019
@ -87,7 +87,7 @@ typedef enum {
|
|||||||
|
|
||||||
/// InternalPki
|
/// InternalPki
|
||||||
typedef enum {
|
typedef enum {
|
||||||
SslInternalPki_DeviceClientCertDefault = 1, ///< DeviceClientCertDefault. Enables using the DeviceCert and the CertStore.
|
SslInternalPki_DeviceClientCertDefault = 1, ///< DeviceClientCertDefault. Enables using the DeviceCert.
|
||||||
} SslInternalPki;
|
} SslInternalPki;
|
||||||
|
|
||||||
/// ContextOption
|
/// ContextOption
|
||||||
@ -199,6 +199,7 @@ Service* sslGetServiceSession(void);
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief CreateContext
|
* @brief CreateContext
|
||||||
|
* @note The CertStore is used automatically, regardless of what cmds are used.
|
||||||
* @param[out] c \ref SslContext
|
* @param[out] c \ref SslContext
|
||||||
* @param[in] ssl_version \ref SslVersion
|
* @param[in] ssl_version \ref SslVersion
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user