Add check for lengths over 65535 in mbedtls_asn1_write_len()
This commit is contained in:
parent
97c53c2867
commit
7eb1243fb4
2 changed files with 7 additions and 2 deletions
|
@ -40,6 +40,8 @@ extern "C" {
|
|||
* \param start start of the buffer (for bounds-checking)
|
||||
* \param len the length to write
|
||||
*
|
||||
* \note lengths over 65535 are not supported at the moment
|
||||
*
|
||||
* \return the length written or a negative error code
|
||||
*/
|
||||
int mbedtls_asn1_write_len( unsigned char **p, unsigned char *start, size_t len );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue