Paul Capron
b3a8a6d27c
Fix _libssh2_random() silently discarding errors ( #520 )
...
Notes:
* Make _libssh2_random return code consistent
Previously, _libssh2_random was advertized in HACKING.CRYPTO as
returning `void` (and was implemented that way in os400qc3.c), but that
was in other crypto backends a lie; _libssh2_random is (a macro
expanding) to an int-value expression or function.
Moreover, that returned code was:
— 0 or success, -1 on error for the MbedTLS & WinCNG crypto backends
But also:
— 1 on success, -1 or 0 on error for the OpenSSL backend!
– 1 on success, error cannot happen for libgcrypt!
This commit makes explicit that _libssh2_random can fail (because most of
the underlying crypto functions can indeed fail!), and it makes its result
code consistent: 0 on success, -1 on error.
This is related to issue #519 https://github.com/libssh2/libssh2/issues/519
It fixes the first half of it.
* Don't silent errors of _libssh2_random
Make sure to check the returned code of _libssh2_random(), and
propagates any failure.
A new LIBSSH_ERROR_RANDGEN constant is added to libssh2.h
None of the existing error constants seemed fit.
This commit is related to d74285b68450c0e9ea6d5f8070450837fb1e74a7
and to https://github.com/libssh2/libssh2/issues/519 (see the issue
for more info.) It closes #519 .
Credit:
Paul Capron
2021-05-11 14:06:18 -07:00
..
2009-09-04 02:23:28 +02:00
2015-03-07 11:42:14 +01:00
2016-02-24 23:44:13 +01:00
2019-04-11 10:11:38 -07:00
2015-03-07 11:42:14 +01:00
2021-05-11 14:06:18 -07:00
2020-07-01 11:44:08 -07:00
2021-02-02 10:28:28 -08:00
2009-12-23 09:12:02 +09:00
2009-12-23 09:12:02 +09:00
2009-12-23 09:12:02 +09:00
2019-04-11 10:11:38 -07:00
2009-12-23 09:12:02 +09:00
2009-12-23 09:12:02 +09:00
2009-12-23 09:12:02 +09:00
2019-04-11 10:11:38 -07:00
2009-12-23 09:12:02 +09:00
2014-07-28 23:55:34 +02:00
2014-05-19 10:24:58 +02:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2014-05-19 10:24:58 +02:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2019-08-12 14:23:19 -07:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2016-11-05 21:05:20 +00:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2014-07-28 23:55:34 +02:00
2014-07-28 23:55:34 +02:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2010-05-22 08:30:42 +02:00
2010-10-13 15:24:18 +02:00
2019-02-25 10:06:24 -08:00
2010-05-01 23:49:45 +02:00
2011-04-13 00:11:41 +02:00
2011-09-09 16:12:04 +02:00
2014-07-28 23:55:34 +02:00
2014-07-28 23:55:34 +02:00
2014-07-28 23:55:34 +02:00
2014-07-28 23:55:34 +02:00
2009-05-28 14:35:13 +02:00
2009-12-25 10:26:51 +09:00
2009-05-29 14:08:24 +02:00
2009-10-18 03:03:55 +02:00
2011-02-26 10:57:56 +01:00
2009-05-29 10:12:22 +02:00
2009-05-28 19:57:54 +02:00
2010-04-24 23:43:07 +07:00
2011-09-09 16:12:04 +02:00
2014-07-28 23:55:34 +02:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2015-09-21 18:01:23 +01:00
2015-09-21 18:01:23 +01:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2014-07-28 23:55:34 +02:00
2011-09-09 23:11:42 +02:00
2014-07-28 23:55:34 +02:00
2011-09-09 16:12:04 +02:00
2020-09-28 17:45:13 +02:00
2014-07-28 23:55:34 +02:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2011-05-13 22:47:22 +02:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2011-09-09 23:17:04 +02:00
2011-09-09 16:12:04 +02:00
2015-11-02 14:50:15 +01:00
2015-11-02 14:50:15 +01:00
2014-07-28 23:55:34 +02:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2015-11-02 14:50:15 +01:00
2011-05-13 22:47:22 +02:00
2011-09-09 16:12:04 +02:00
2019-03-20 23:50:42 +01:00
2014-07-28 23:55:34 +02:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2014-07-28 23:55:34 +02:00
2011-09-09 16:12:04 +02:00
2010-05-24 07:05:23 +02:00
2013-04-09 16:25:54 +02:00
2016-03-15 21:55:56 +00:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2014-07-28 23:55:34 +02:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2014-07-28 23:55:34 +02:00
2011-09-09 16:12:04 +02:00
2014-07-28 23:55:34 +02:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2014-07-28 23:55:34 +02:00
2010-05-28 17:25:42 +02:00
2014-07-28 23:55:34 +02:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2011-09-12 15:41:28 +02:00
2014-07-28 23:55:34 +02:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2013-10-16 23:19:14 +02:00
2011-09-09 16:12:04 +02:00
2015-03-15 12:04:10 +01:00
2011-09-09 16:12:04 +02:00
2011-09-09 16:12:04 +02:00
2020-02-03 14:30:26 -08:00
2018-03-12 21:03:07 +01:00
2011-09-09 16:12:04 +02:00
2015-03-07 11:42:14 +01:00