Merge remote-tracking branch 'upstream-public/pr/1336' into development
This commit is contained in:
commit
15f90e0266
10 changed files with 484 additions and 7 deletions
|
@ -45,6 +45,14 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
/**
|
||||
* \brief Enumeration of supported message digests
|
||||
*
|
||||
* \warning MD2, MD4, MD5 and SHA-1 are considered weak message digests and
|
||||
* their use constitutes a security risk. We recommend considering
|
||||
* stronger message digests instead.
|
||||
*
|
||||
*/
|
||||
typedef enum {
|
||||
MBEDTLS_MD_NONE=0,
|
||||
MBEDTLS_MD_MD2,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue