Files
mbedtls/library
Andres Amaya Garcia e13b54e5f7 Change PK module preprocessor check on word size
There were preprocessor directives in pk.c and pk_wrap.c that cheked
whether the bit length of size_t was greater than that of unsigned int.
However, the check relied on the POLARSSL_HAVE_INT64 macro being
defined which is not directly related to size_t. This might result in
errors in some platforms. This change modifies the check to use the
macros SIZE_MAX and UINT_MAX instead making the code more robust.
2017-08-04 13:49:29 +01: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-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
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
2017-06-08 15:59:38 +01: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
2016-10-17 22:41:54 +01:00
2015-03-06 13:17:10 +00:00