mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-03-23 23:05:05 +00:00
Improve documentation of MBEDTLS_SSL_KEEP_PEER_CERTIFICATE
This commit is contained in:
parent
dd689316d1
commit
3ed64578d2
|
@ -1407,7 +1407,7 @@
|
||||||
/**
|
/**
|
||||||
* \def MBEDTLS_SSL_KEEP_PEER_CERTIFICATE
|
* \def MBEDTLS_SSL_KEEP_PEER_CERTIFICATE
|
||||||
*
|
*
|
||||||
* This option controls the presence of the API mbedtls_ssl_get_peer_cert()
|
* This option controls the availability of the API mbedtls_ssl_get_peer_cert()
|
||||||
* giving access to the peer's certificate after completion of the handshake.
|
* giving access to the peer's certificate after completion of the handshake.
|
||||||
*
|
*
|
||||||
* Unless you need mbedtls_ssl_peer_cert() in your application, it is
|
* Unless you need mbedtls_ssl_peer_cert() in your application, it is
|
||||||
|
|
Loading…
Reference in a new issue