mirror of https://github.com/openssl/openssl.git
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)
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| __DECC_INCLUDE_EPILOGUE.H | ||
| __DECC_INCLUDE_PROLOGUE.H | ||
| bio.h | ||
| comp.h | ||
| conf.h | ||
| constant_time_locl.h | ||
| cryptlib.h | ||
| dane.h | ||
| dso.h | ||
| dsoerr.h | ||
| err.h | ||
| nelem.h | ||
| numbers.h | ||
| o_dir.h | ||
| o_str.h | ||
| refcount.h | ||
| sockets.h | ||
| sslconf.h | ||
| thread_once.h | ||
| tsan_assist.h | ||