1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-11-24 12:01:11 +03:00

Misc documentation fixes/improvements

This commit is contained in:
Manuel Pégourié-Gonnard
2017-08-23 14:40:21 +02:00
parent 7037e222ea
commit eaf55beead
3 changed files with 10 additions and 2 deletions

View File

@@ -40,6 +40,10 @@ typedef enum
/**
* \brief ECDH context structure
*
* \warning Performing multiple operations concurrently on the same
* ECDSA context is not supported; objects of this type
* should not be shared between multiple threads.
*/
typedef struct
{
@@ -159,7 +163,7 @@ int mbedtls_ecdh_read_params( mbedtls_ecdh_context *ctx,
* ServerKeyEchange for static ECDH: import ECDH parameters
* from a certificate's EC key information.)
*
* \param ctx ECDH constext to set
* \param ctx ECDH context to set
* \param key EC key to use
* \param side Is it our key (1) or the peer's key (0) ?
*