mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-25 02:02:03 +03:00
Minor fixes
1. Rephrase ChangeLog entry. 2. Add a full stop at the end of the fuinction documentation.
This commit is contained in:
@ -2744,12 +2744,12 @@ const mbedtls_x509_crt *mbedtls_ssl_get_peer_cert( const mbedtls_ssl_context *ss
|
||||
* \return 0 if successful,
|
||||
* MBEDTLS_ERR_SSL_ALLOC_FAILED if memory allocation failed,
|
||||
* MBEDTLS_ERR_SSL_BAD_INPUT_DATA if used server-side or
|
||||
* arguments are otherwise invalid
|
||||
* arguments are otherwise invalid.
|
||||
*
|
||||
* \note Only the server certificate is copied, and not the chain
|
||||
* but this is not a problem because the result of the chain
|
||||
* verification is stored in `verify_result` and can be checked
|
||||
* with \c mbedtls_ssl_get_verify_result()
|
||||
* with \c mbedtls_ssl_get_verify_result().
|
||||
*
|
||||
* \sa mbedtls_ssl_set_session()
|
||||
*/
|
||||
|
Reference in New Issue
Block a user