Merge branch 'mbedtls-2.16' into baremetal-2.16-01_07_19

This commit is contained in:
Hanno Becker 2019-07-01 11:25:42 +01:00
commit abd929c89c
136 changed files with 207 additions and 716 deletions

View file

@ -123,7 +123,7 @@ int mbedtls_x509_get_alg_null( unsigned char **p, const unsigned char *end,
}
/*
* Parse an algorithm identifier with (optional) paramaters
* Parse an algorithm identifier with (optional) parameters
*/
int mbedtls_x509_get_alg( unsigned char **p, const unsigned char *end,
mbedtls_x509_buf *alg, mbedtls_x509_buf *params )