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-04-16 13:51:51 -04:00
2015-01-22 09:38:39 +00:00
2015-07-06 18:36:10 +01:00
2015-01-22 09:38:39 +00:00
2015-10-11 00:45:18 +01: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
2016-05-03 09:03:16 +01:00
2015-08-12 14:29:02 +01:00
2015-10-23 20:43:46 +02:00
2015-05-20 22:23:28 +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-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-10 17:23:33 +02:00
2015-03-25 12:45:17 +00:00
2015-09-10 17:23:33 +02:00