Matt Caswell
5d20e98465
Ensure EVP_EncodeUpdate handles an output length that is too long
...
With the EVP_EncodeUpdate function it is the caller's responsibility to
determine how big the output buffer should be. The function writes the
amount actually used to |*outl|. However this could go negative with a
sufficiently large value for |inl|. We add a check for this error
condition.
Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-05-03 11:52:53 +01:00
..
2015-12-18 13:13:31 +01:00
2016-05-02 22:50:19 +01:00
2015-09-15 12:00:18 -04:00
2016-02-25 22:48:17 +00:00
2016-03-07 22:16:11 +01:00
2015-09-22 20:09:42 +02:00
2015-12-19 20:40:39 +00:00
2015-09-15 12:00:18 -04:00
2015-09-15 12:00:18 -04:00
2015-11-09 23:00:37 +00:00
2016-03-18 12:17:06 +00:00
2015-11-24 22:05:47 +01:00
2015-12-18 13:13:31 +01:00
2015-09-15 12:00:18 -04:00
2016-02-19 14:04:21 +00:00
2015-12-18 13:13:31 +01:00
2015-12-19 20:40:39 +00:00
2015-09-15 12:00:18 -04:00
2015-09-15 12:00:18 -04:00
2015-12-18 13:13:31 +01:00
2015-09-15 12:00:18 -04:00
2016-05-03 11:52:53 +01:00
2015-10-23 20:38:52 +02:00
2015-09-15 12:00:18 -04:00
2015-11-09 23:00:37 +00:00
2015-09-15 12:00:18 -04:00
2015-09-15 12:00:18 -04:00
2015-09-15 12:00:18 -04:00
2015-09-15 12:00:18 -04:00
2015-09-15 12:00:18 -04:00
2015-09-15 12:00:18 -04:00
2016-02-12 22:01:13 +01:00
2015-09-15 12:00:18 -04:00
2015-10-23 20:47:53 +02:00
2016-04-28 00:07:20 +01:00
2016-03-01 11:27:40 +00:00
2015-11-09 23:00:37 +00:00
2015-10-23 20:39:25 +02:00
2015-09-15 12:00:18 -04:00
2015-12-18 13:13:31 +01:00
2015-09-15 12:00:18 -04:00
2015-12-18 13:13:31 +01:00
2015-09-15 12:00:18 -04:00
2015-09-15 12:00:18 -04:00
2016-02-27 13:38:01 +01:00
2015-12-18 13:13:31 +01:00
2015-12-08 12:07:22 +01:00
2016-02-25 15:44:21 +01:00
2015-09-15 12:00:18 -04:00
2015-12-18 13:13:31 +01:00
2015-06-21 22:13:28 +02:00
2016-01-04 21:50:01 -05:00
2015-09-15 12:00:18 -04:00
2015-12-18 13:13:31 +01:00
2015-09-15 12:00:18 -04:00
2016-05-03 10:28:00 +01:00
2015-12-18 13:13:31 +01:00
2011-08-12 12:31:08 +00:00
2015-01-22 09:38:39 +00:00
2015-01-22 09:38:39 +00:00
2011-11-14 20:58:01 +00:00
2015-01-22 09:38:39 +00:00
2015-01-22 09:38:39 +00:00
2015-01-22 09:38:39 +00:00
2015-09-21 14:36:39 -04:00
2015-01-22 09:38:39 +00:00
2014-10-15 10:49:24 +02:00
2015-01-22 09:38:39 +00:00
2015-01-22 09:38:39 +00:00
2015-01-22 09:38:39 +00:00
2015-01-22 09:38:39 +00:00
2015-02-09 13:01:28 +00:00
2015-01-22 09:38:39 +00:00
2015-01-22 09:38:39 +00:00
2011-11-14 20:45:57 +00:00
2014-10-15 10:49:08 +02:00
2015-01-22 09:38:39 +00:00
2015-01-22 09:38:39 +00:00
2015-01-22 09:38:39 +00:00
2015-01-22 09:38:39 +00:00
2015-01-22 09:38:39 +00:00
2015-01-22 09:38:39 +00:00
2015-05-23 11:22:10 +02:00
2015-05-26 09:58:12 +02:00
2015-12-18 13:13:31 +01:00
2015-01-22 09:38:39 +00:00
2015-04-22 17:24:47 +01:00
2015-12-18 13:13:31 +01:00
2015-12-18 13:13:31 +01:00
2015-12-18 13:13:31 +01:00
2015-01-22 09:38:39 +00:00
2015-01-22 09:38:39 +00:00
2015-12-18 13:13:31 +01:00
2015-12-18 13:13:31 +01:00
2015-12-18 13:13:31 +01:00
2015-12-18 13:13:31 +01:00
2015-11-24 23:44:50 +01:00
2016-03-01 13:42:02 +00:00
2015-01-22 09:38:39 +00:00
2013-06-30 23:15:53 +02:00
2015-01-22 09:38:39 +00:00
2012-04-27 20:20:15 +00:00
2015-01-22 09:38:39 +00:00
2011-11-14 20:47:22 +00:00
2015-07-14 01:18:57 +02:00
2015-01-22 09:38:39 +00:00
2015-01-22 09:38:39 +00:00
2015-01-22 09:38:39 +00:00
2015-01-22 09:38:39 +00:00
2013-01-22 22:54:04 +01:00
2013-03-18 19:50:23 +01:00