Change OPENSSL_CONF configuration only temporally
To manage configuration of openssl, a call to Sys.setenv is made in function login(). This changes the configuration globally. A call to on.exit will restore the configuration as it was before this change, limiting any board effects.