Files
mbedtls/library
Andres AG c71b7eb0e7 Fix data loss in unsigned int cast in PK
This patch introduces some additional checks in the PK module for 64-bit
systems only. The problem is that the API functions in the PK
abstraction accept a size_t value for the hashlen, while the RSA module
accepts an unsigned int for the hashlen. Instead of silently casting
size_t to unsigned int, this change checks whether the hashlen overflows
an unsigned int and returns an error.
2017-02-15 10:44:02 +00:00
..
2015-01-28 15:34:01 +00:00
2015-03-06 13:17:10 +00:00
2015-03-06 13:17:10 +00:00
2015-03-06 13:17:10 +00:00
2015-03-06 13:17:10 +00:00
2015-03-06 13:17:10 +00:00
2016-11-10 15:40:53 +00:00
2015-03-06 13:17:10 +00:00
2015-03-06 13:17:10 +00:00
2015-03-06 13:17:10 +00:00
2015-03-06 13:17:10 +00:00
2015-03-06 13:17:10 +00:00
2015-10-05 14:28:17 +01:00
2015-08-31 11:07:51 +02:00
2015-06-01 12:28:29 +02:00
2015-05-11 10:44:11 +01:00
2015-03-06 13:17:10 +00:00
2016-01-08 15:28:40 +01:00
2015-03-06 13:17:10 +00:00
2015-03-23 14:11:11 +01:00
2015-10-27 15:12:39 +01:00
2015-04-02 10:53:59 +01:00
2017-02-15 10:44:02 +00:00
2015-03-11 09:13:42 +00:00
2015-03-06 13:17:10 +00:00
2015-09-30 16:46:07 +02:00
2015-04-15 11:21:24 +02:00
2015-03-06 13:17:10 +00:00
2015-03-06 13:17:10 +00:00
2016-11-10 15:40:53 +00:00
2016-11-10 15:40:53 +00:00
2015-03-06 13:17:10 +00:00
2015-08-19 14:48:34 +02:00
2016-10-13 22:11:15 +01:00
2015-03-06 13:17:10 +00:00
2015-04-30 11:21:18 +02:00
2016-11-10 15:40:53 +00:00
2016-10-17 22:41:54 +01:00
2015-03-06 13:17:10 +00:00