mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 12:32:40 +02:00
ssl: Improved docs.
This commit is contained in:
parent
d0a7c6a2a5
commit
a0ce273019
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user