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:
@@ -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) ?
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user