Pauli 5c39a55d04 Use secure_getenv(3) when available.
Change all calls to getenv() inside libcrypto to use a new wrapper function
that use secure_getenv() if available and an issetugid then getenv if not.

CPU processor override flags are unchanged.

Extra checks for OPENSSL_issetugid() have been removed in favour of the
safe getenv.

Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
(Merged from https://github.com/openssl/openssl/pull/7047)
2018-09-24 11:21:18 +10:00
..
2018-09-11 13:45:17 +01:00
2016-08-22 13:52:55 +02:00
2016-08-17 17:48:43 +01:00
2018-09-11 13:45:17 +01:00
2016-11-15 01:23:25 +00:00
2016-08-17 17:48:43 +01:00
2016-05-17 14:53:16 -04:00
2018-06-20 15:29:23 +01:00
2018-05-01 13:34:30 +01:00