Viktor Dukhovni 03bf712780 Good hygiene with size_t output argument.
Though the callers check the function return value and ignore the
size_t output argument on failure, it is still often not ideal to
store -1 in a size_t on error.  That might signal an unduly large
buffer.  Instead set the size_t to 0, to indicate no space.

Reviewed-by: Richard Levitte <levitte@openssl.org>
2015-11-21 05:23:20 -05:00
..
2015-09-20 14:21:18 +01:00
2015-08-28 11:59:23 -04:00
2015-03-19 11:11:22 +00:00
2015-05-22 09:44:44 +01:00
2015-02-27 20:31:28 +00:00
2015-01-22 09:31:38 +00:00
2015-09-02 00:37:58 +01:00
2015-06-20 19:28:58 +01:00
2015-07-30 10:18:43 +01:00
2015-09-02 00:29:00 +01:00
2015-01-22 09:31:38 +00:00
2015-01-22 09:31:38 +00:00
2015-01-22 09:31:38 +00:00
2015-01-22 09:31:38 +00:00
2015-05-05 19:50:12 +01:00
2015-01-07 02:15:35 +01:00
2015-10-23 20:32:58 +02:00
2015-04-16 13:50:01 -04:00