commit | eaf55beeadb90016fa0d6d6676844c0cca774306 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Wed Aug 23 14:40:21 2017 +0200 |
committer | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Wed Aug 23 14:40:21 2017 +0200 |
tree | 4ab0abea7a50d0322696369c9eed3c866ff917b5 | |
parent | 7037e222ea661ca3b655c387fb8ff18951809f9b [diff] [blame] |
Misc documentation fixes/improvements
diff --git a/include/mbedtls/ecdsa.h b/include/mbedtls/ecdsa.h index ce94af8..3440a84 100644 --- a/include/mbedtls/ecdsa.h +++ b/include/mbedtls/ecdsa.h
@@ -52,6 +52,10 @@ /** * \brief ECDSA 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 mbedtls_ecp_keypair mbedtls_ecdsa_context;